Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$6.00 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer)
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer) [Paperback]

Ivor Horton (Author)
4.0 out of 5 stars  See all reviews (26 customer reviews)

List Price: $49.99
Price: $33.15 & this item ships for FREE with Super Saver Shipping. Details
You Save: $16.84 (34%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 2 left in stock--order soon (more on the way).
Want it delivered Tuesday, February 14? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Paperback $33.15  

Book Description

February 20, 2006 Programmer to Programmer
  • Popular author Ivor Horton uses his trademark approachable writing style to provide novice programmers with the basic tools as they learn Visual C++ 2005
  • Readers will learn how to program in C++ using Visual C++ 2005-without any previous knowledge of C++
  • More than 35 percent new and updated material covers the new release of Visual C++, and exercises and solutions help readers along the way
  • Demonstrates the significant new features of Visual C++ 2005, providing improved flexibility in developing Microsoft applications in C++

Frequently Bought Together

Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer) + Professional Visual Studio 2005 + Microsoft Visual Studio 2005 Unleashed
Price For All Three: $110.31

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Professional Visual Studio 2005 $32.99

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Microsoft Visual Studio 2005 Unleashed $44.17

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

From the Back Cover

You'll learn the essentials of Visual C++ 2005 and get a thorough introduction to the techniques used for accessing data sources in both Microsoft® Foundation Classes and Windows® Forms applications. Plus, the exercises included at the end of most chapters will help you apply what you've learned as you make your way to becoming an effective C++ programmer.

What you will learn from this book

  • How to use the capabilities of Visual C++ 2005 to create applications
  • Unique aspects and new features of Visual C++ 2005
  • The basic ideas and techniques involved in debugging
  • Ways to build a graphical user interface for your application
  • How Microsoft Windows applications are structured
  • Tips for understanding the nuances of C++ without getting confused by the complexities of Windows GUI programming

Who this book is for

This book is for novice programmers who are looking to write C++ applications for the Microsoft Windows OS. No previous programming experience is required.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

About the Author

Ivor Horton is one of the preeiminent authors of tutorials on the Java, C and C++ programming languages. He is widely known for the tutorial style of his books, which provides step-by-step guidance easily understood even by first-time programmers. Horton is also a systems consultant in private practice.

Product Details

  • Paperback: 1224 pages
  • Publisher: Wrox; 1 edition (February 20, 2006)
  • Language: English
  • ISBN-10: 0764571974
  • ISBN-13: 978-0764571978
  • Product Dimensions: 7.4 x 2.1 x 9.3 inches
  • Shipping Weight: 3.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (26 customer reviews)
  • Amazon Best Sellers Rank: #290,257 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

26 Reviews
5 star:
 (15)
4 star:
 (4)
3 star:
 (3)
2 star:    (0)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (26 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

38 of 39 people found the following review helpful:
5.0 out of 5 stars Great intro to programming......A two for one book., March 17, 2006
By 
Brad Perrault (Corning, CA USA) - See all my reviews
(REAL NAME)   
This review is from: Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer) (Paperback)
I found this book to be a great introduction for an aspiring programmer. I have considered the idea of programming and recently decided to get serious about it. I spent 3 hours at the local bookstore examining this book before deciding to purchase it. The book is 1182 pages and I think you actually get two books in one. In the first chapter the author lays out his approach with this book. Before attempting Windows programming he teaches you how to program in the native ISO/ANSI C++ and the C++/CLI versions of the language. The author spends the first 10 chapters some 611 pages on the basics of programming before starting Windows programming using .NET. He uses console applications to teach you the basics in the first 10 chapters. This to me is the first book. The second book is his use of the remaining 12 chapters another 571 pages on the fundamentals of Windows programming using Visual C++ 2005. The author is incredibly methodical in teaching the fundamentals in a relaxed style making it easy to absorb and learn. I am certain there are other equally compelling beginning books on programming however I really do like this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


25 of 28 people found the following review helpful:
5.0 out of 5 stars Writted Specifically for the Microsoft Environment, March 23, 2006
This review is from: Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer) (Paperback)
This book is oriented to teaching you how to program in C++ in Microsoft environments. Specifically it teaches two distinct versions of C++:

First is standard ISO/ANSI standard C++ that will run on anything and is specifically for the development of high performance applications that run in native mode on the computer.

Second is C++/CLI which is part of Microsoft's .NET framework. .NET is a library of routines that accomplish many of the standard tasks that you would otherwise have to program yourself.

The book is based around the Visual Studio 2005 development environment. Visual Studio is a full fledged IDE, the tools it provides will make writing code much easier. In fact, this and the inclusion of C++/CLI are what set this book apart from others. If you are not interested in using Visual Studio, you may want to consider another of Mr. Horton's books.

This book is in reference, format. That is, it follows more of a traditional textbook format rather than the tutorial, one step at a time, approach of many others.

Mr. Horton's writing style is relaxed and easy, it appeals to many of us. By the end ot twelve hundred pages you will need something light and easy.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 10 people found the following review helpful:
5.0 out of 5 stars The best C++ 2005 book in the market, September 5, 2006
By 
D. Gorbachev (Issaquah, WA, USA) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer) (Paperback)
I bought this book because I needed to switch from C# 2003 to C++ 2005.

It looks great at a glance... In fact, it IS great!

From my point of view, it has at least 2 serious advantages over any other C++ 2005 book that I've seen so far:

1. While most other books focus on Windows Forms, this one has several chapters on MFC (which is exactly what I needed). With experience in C# (.NET 1.1), I am not interested in WinForms (there are no major differences in developing WinForms in C# and C++), but many legacy apps were written using MFC.

2. Unlike many other C++ books, this one has several exercises at the end of each chapter. If in doubt, sample answers (solutions) are available for download from the publisher's website.

I highly recommend this book to anyone who needs to get up to speed with C++ 2005.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
element under the cursor, sizeof pstr, base class handler, initonly field, class view pane, current view context, unbound delegate, value class type, default indexed property, main project file, new order button, class ccontainer, gcnew operator, inc lude directive, pointer pnumber, interior pointer, create from serialization, document template object, box cout, save the current cursor position, tracking handle, boor value, global scope public, message handler code, next term break
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Try It Out Using, Add Member Variable, Add Event Handler, Form Design, Robert Redford, Trial Box, Microsoft Foundation Classes, Oliver Hardy, Ready Figure, Select Product, Hopalong Cassidy, Solution Name, Test Projects, Boris Karloff, Microsoft Access, Other Project Types, Slim Pickens, Add Function, Add New Item, Constructor Length, Add Class, Constructor Box, Name Value Type, Node Value, Roger Penrose
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)
(2)
(1)
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject