Wrox Home  
Search

Topic: C# and C++

Professional C++, 2nd Edition (0470932449) cover image
Professional C++, 2nd Edition
Marc Gregoire, Nicholas A. Solter, Scott J. Kleper
ISBN: 978-0-470-93244-5
Paperback
1104 pages
October 2011
Other Available Formats: E-Book
Paperback Version: US $44.99 Add to Cart

About This Title  |  Download Code  |  Errata  |  P2P Forum for This Title
Download TitleSizeDownload
Method
Bonus Chapter 1 2.04 MB HTTP | FTP
Bonus Chapter 2 772.61 KB HTTP | FTP
ReadMe File 3.88 KB HTTP | FTP
Full Code Download
Updated 10/28/11 wit new std_array.cpp file for Chapter 1.
508.03 KB HTTP | FTP
Chapter 1
std_array.cpp updated 10/28/11
13.14 KB HTTP | FTP
std_array.cpp
This CPP file replaces the one in the code archive for Chapter 1 (932445c01_code/std_array/std_array.cpp). It contains the below fix for page 22: #include #include using namespace std; int main() { array arr = {9, 8, 7}; cout << "Array size = " << arr.size() << endl; for (auto i : arr) cout << i << endl; return 0; }
242 bytes HTTP | FTP
Chapter 6 20.07 KB HTTP | FTP
Chapter 7 30.81 KB HTTP | FTP
Chapter 8 10.44 KB HTTP | FTP
Chapter 9 19.64 KB HTTP | FTP
Chapter 10 25.79 KB HTTP | FTP
Chapter 11 2.34 KB HTTP | FTP
Chapter 12 36.96 KB HTTP | FTP
Chapter 13 27.45 KB HTTP | FTP
Chapter 14 9.04 KB HTTP | FTP
Chapter 15 11.50 KB HTTP | FTP
Chapter 16 9.80 KB HTTP | FTP
Chapter 17 14.98 KB HTTP | FTP
Chapter 18 18.24 KB HTTP | FTP
Chapter 19 25.19 KB HTTP | FTP
Chapter 20 25.01 KB HTTP | FTP
Chapter 21 9.27 KB HTTP | FTP
Chapter 22 14.07 KB HTTP | FTP
Chapter 24 42.58 KB HTTP | FTP
Chapter 25 5.09 KB HTTP | FTP
Chapter 26 3.87 KB HTTP | FTP
Chapter 27 22.88 KB HTTP | FTP
Chapter 28 5.71 KB HTTP | FTP
Chapter 29 11.00 KB HTTP | FTP
Printer-Ready Version   Share This
With you wherever you go: pdf + ePub + kindle -- DRM-free

C# and C++ Related Resources

Blogs

Articles