Ivor Horton's Beginning Visual C++ 2010 and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
Sell Back Your Copy
For a $8.00 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Ivor Horton's Beginning Visual C++ 2010 (Wrox Programmer to Programmer)
 
 
Start reading Ivor Horton's Beginning Visual C++ 2010 on your Kindle in under a minute.

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

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

Ivor Horton (Author)
4.4 out of 5 stars  See all reviews (16 customer reviews)

List Price: $54.99
Price: $33.41 & this item ships for FREE with Super Saver Shipping. Details
You Save: $21.58 (39%)
  Special Offers Available
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.
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $30.07  
Paperback $33.41  
Unknown Binding --  

Book Description

0470500883 978-0470500880 April 12, 2010 1
The leading author of programming tutorials for beginners introduces you to Visual C++ 2010

Ivor Horton is the preeminent author of introductory programming language tutorials; previous editions of his Beginning Visual C++ have sold nearly 100,000 copies. This book is a comprehensive introduction to both the Standard C++ language and to Visual C++ 2010; no previous programming experience is required.

All aspects of the 2010 release are covered, including changes to the language and the C++ standard..

  • Microsoft Visual C++ is one of the most popular C++ development environments and compilers, used by hundreds of thousands of developers
  • Ivor Horton's approach to programming tutorials has achieved a huge following; this book gives beginning programmers a comprehensive introduction to both Standard C++ and Visual C++ 2010
  • Covers all the language changes in Visual C++ 2010, library additions, new MFC features, changes in the Visual Studio development environment, and more
  • Also includes a brief introduction to programming for multicore processors in native C++ and C++/CLR processors
  • Nearly 100,000 copies of this book have been sold in previous editions

Beginners seeking a complete education in Visual C++ will find everything they need in Ivor Horton's Beginning Visual C++ 2010.

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Ivor Horton's Beginning Visual C++ 2010 (Wrox Programmer to Programmer) + Professional Visual Studio 2010 (Wrox Programmer to Programmer) + Beginning Visual C# 2010 (Wrox Programmer to Programmer)
Price For All Three: $90.18

Some of these items ship sooner than the others. Show 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 2010 (Wrox Programmer to Programmer) $30.42

    In stock but may require an extra 1-2 days to process.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Beginning Visual C# 2010 (Wrox Programmer to Programmer) $26.35

    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

Build real-world applications as you dive into C++ development

By following author Ivor Horton's accessible tutorial approach and detailed examples you can quickly become an effective C++ programmer. Thoroughly updated for the 2010 release, this book introduces you to the latest development environment and teaches you how to build real-world applications using Visual C++. With this book by your side, you are well on your way to writing applications in both versions of C++ and becoming a successful C++ programmer.

Ivor Horton's Beginning Visual C++ 2010:

  • Teaches the essentials of C++ programming using both of the C++ language technologies supported by Visual C++ 2010

  • Shares techniques for finding errors in C++ programs and explains general debugging principles

  • Discusses the structure and essential elements that are present in every Windows application

  • Demonstrates how to develop native Windows applications using the Microsoft Foundation Classes

  • Guides you through designing and creating substantial Windows applications in both C++ and C++/CLI

  • Features numerous working examples and exercises that help build programming skills

Programmer Forums
Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world.

Code Downloads
Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use.

Read More
Find articles, ebooks, sample chapters, and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you.

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.

wrox.com

About the Author

Ivor Horton is one of the preeminent authors of tutorials on the Java, C and C++ programming languages. He is widely known for his unique tutorial style, which is readily accessible to both novice and experienced programmers. Horton is also a systems consultant in private practice. He previously taught programming for more than 25 years.

Product Details


 

Customer Reviews

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

11 of 11 people found the following review helpful:
5.0 out of 5 stars Pleased reader, September 5, 2010
By 
This review is from: Ivor Horton's Beginning Visual C++ 2010 (Wrox Programmer to Programmer) (Paperback)
I've mostly used it as a reference in the C++ area and have been learning from the later chapters. I think the book is wonderful, especially in its detail. Since I'm used to math books, I find the author to be on the chatty side, but I think most readers would be very thankful for its many explanations. I recommend this book to anyone serious about learning C++ and Visual C++.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars Very Happy With This Purchase, January 23, 2011
Amazon Verified Purchase(What's this?)
This review is from: Ivor Horton's Beginning Visual C++ 2010 (Wrox Programmer to Programmer) (Paperback)
I was currently reading "C++ Primer Plus" from a Kindle download when I wanted to migrate more into Windows programming, so I ordered Beginning Visual C++ 2010. The first several chapters of this book primarily cover C++ console programming so I thought I would just skim through most of this content and get to the Windows stuff. Well, I started picking up some new things not only in C++, but also with the Visual Studio 2010 environment. So I decided not to skip anything. Many of the questions I had about the differences between MFC, CLI, CLR, .NET were answered in this book. I certainly recommend this book if you are new to C++ and new to Windows programming.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
4.0 out of 5 stars Works surprisingly well on a Kindle, February 21, 2011
By 
MrTapi "mrtapi" (Joensuu, Finland) - See all my reviews
Amazon Verified Purchase(What's this?)
I was somewhat doubtful to get the kindle edition on a book with lots of code (which in some books is digitized as picture and is unreadable), but this book works surprisingly well on a Kindle. The code examples are in text, so other than long lines wrapping to next line and messing the formatting somewhat, they are easy to read. The examples can also be DL'd from the internet to be viewed on the conputer screen, and copied to the IDE.

Only the screen shots are difficult to read, but that is not a biggie, given that most of the info is in text.

This is a very good tutorial for the _beginners_, and anyone who has programmed in C will be able to skip much of the book. The first half focuses on how to write C++ console applications, as a book for beginners should.

Taking off one * because the index on the Kindle edition is not linked to the text entries, and is therefore useless =o(
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)
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.
 
(3)
(2)
(2)
(2)

Your tags: Add your first tag
 

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject