Thank you for downloading the source code for
"Beginning Visual C++ 2013".
To compile them on STU, type "clang++ -std=c++11 a.cpp" or "vc a.cpp".
The code for examples that involve more that one file are in their own folder within the chapter folder. All Windows examples in Chapters 11 to 17 and the Windows 8 app example in Chapter 18 are Visual Studio 2013 projects. You can open any of these by clicking the *.sln file. You should then be able to build and run the example. You can only build and execute the Windows Store app if you have Visual Studio 2013 installed under Windows 8.
The source code for the following chapters are included:
-
Chapter 1 - Contains the various code listings.
-
Chapter 2 - Contains the various code listings.
-
Chapter 3 - Contains the various code listings.
-
Chapter 4 - Arrays, Strings, and Pointers
-
Chapter 5 - Functions
-
Chapter 6 - More about Functions
-
Chapter 7 - Define Your Own Data Type
-
Chapter 8 - Destructors and Operator Overloading
-
Chapter 9 - Inheritance and Virtual Functions
-
Chapter 10 - The Standard Template Library (STL)
-
Chapter 11 - Contains the various code listings.
-
Chapter 12 - Windows Programming with the
Microsoft Foundation Classes (MFC)
-
Chapter 13 - Contains the various code listings.
-
Chapter 14 - Contains the various code listings.
-
Chapter 15 - Contains the various code listings.
-
Chapter 16 - Contains the various code listings.
-
Chapter 17 - Contains the various code listings.
-
Chapter 18 - Contains the various code listings.
Please use the Errata form for the book on www.wrox.com to send
comments, bug reports, etc.