Description:
While the title of this introduction to C++ is debatable, Visual C++ for Dummies presents a kinder, gentler way to get into C++. This upbeat, down-to-earth tutorial is a great way for novices to get over the initial intimidation of C++ and learn the basics. The book is organized in four parts. The first part walks you through installing Visual C++ 5 and building some simple programs using the product's wizards. The guide then briefly explains the basics of what's going on when you write, compile, and debug a program. The second part takes a step back and introduces the fundamentals of the C++ language, including a very short overview of object-oriented programming (OOP), data types, control structures, and pointers. The third part introduces OOP in more depth, explaining classes, inheritance, polymorphism, and exception handling. The fourth part compiles tips and common problems you might run into as well as a top ten list of the most important member functions in the Microsoft Foundation Classes (MFC). Visual C++ for Dummies is not a comprehensive guide to C++, but it is a good way to get your feet wet in this challenging field. If you're looking for a way to get a taste of Visual C++ before you completely devote yourself, give this book a read.
|