- Shopping Bag ( 0 items )
Want a NOOK? Explore Now
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..
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.
INTRODUCTION.
CHAPTER 1: PROGRAMMING WITH VISUAL C++ 2010.
CHAPTER 2: DATA, VARIABLES, AND CALCULATIONS.
CHAPTER 3: DECISIONS AND LOOPS.
CHAPTER 4: ARRAYS, STRINGS, AND POINTERS.
CHAPTER 5: INTRODUCING STRUCTURE INTO YOUR PROGRAMS.
CHAPTER 6: MORE ABOUT PROGRAM STRUCTURE.
CHAPTER 7: DEFINING YOUR OWN DATA TYPES.
CHAPTER 8: MORE ON CLASSES.
CHAPTER 9: CLASS INHERITANCE AND VIRTUAL FUNCTIONS.
CHAPTER 10: THE STANDARD TEMPLATE LIBRARY.
CHAPTER 11: DEBUGGING TECHNIQUES.
CHAPTER 12: WINDOWS PROGRAMMING CONCEPTS.
CHAPTER 13: PROGRAMMING FOR MULTIPLE CORES.
CHAPTER 14: WINDOWS PROGRAMMING WITH THE MICROSOFT FOUNDATION CLASSES.
CHAPTER 15: WORKING WITH MENUS AND TOOLBARS.
CHAPTER 16: DRAWING IN A WINDOW.
CHAPTER 17: CREATING THE DOCUMENT AND IMPROVING THE VIEW.
CHAPTER 18: WORKING WITH DIALOGS AND CONTROLS.
CHAPTER 19: STORING AND PRINTING DOCUMENTS.
CHAPTER 20: WRITING YOUR OWN DLLs.
INDEX.
SoyStuff
Posted February 22, 2010
#include <iostream>
using std::cout;
using std::endl;
int main()
{
cout << "I can't wait!" << endl;
return 0;
}
2 out of 8 people found this review helpful.
Was this review helpful? Yes NoThank you for your feedback. Report this reviewThank you, this review has been flagged.Kenjigraphics
Posted April 1, 2011
Base on my learning expirience in Visual Basic 2008, I thought C++ would need a lot of determination, but now that I"m reading it, I"m actually entertained by Ivor Horton's Explaination, It's like playing an intense game of chess. It always keep my brain up and inspired, like a legendary proffesor is giving me private lessons.
1 out of 1 people found this review helpful.
Was this review helpful? Yes NoThank you for your feedback. Report this reviewThank you, this review has been flagged.Anonymous
Posted October 24, 2011
No text was provided for this review.
Overview
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 ...