Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2014-01-05 | 1.1 kB | |
C++11_Uncovered.zip | 2014-01-05 | 424.0 kB | |
Totals: 2 Items | 425.1 kB | 1 |
"C++11_Uncovered" ============= *********************************Second Edition****************************** * The new edition is completely reviewed (non-technical) by my dear friend Chetan Belgaumkar. * The bug fixing in the source code explained in the "chapter 5: Static Assert". * There is also minor improvements in many places in the book. Copyright (C) 2014 Mantosh Kumar, <mantosh4u@gmail.com> ~Mantosh Kumar ~India ~6-January-2014 ************************************First Edition****************************** C++11_Uncovered book has been written to explore the internals of C++11 feature. This book has been written using LaTex software on GNU/Linux Machine. The all source code of the book has been zipped and provided with the book. To compile and debug, you should use the following command: $ g++ -g -gdwarf-2 -Wall -std=c++11 -pthread test.cpp -o test Copyright (C) 2013 Mantosh Kumar, <mantosh4u@gmail.com> @Require : Gnu/Linux, GCC 4.8.1 , GDB Provided under GNU GPLv2 or later (license available in COPYING.txt) ~Mantosh Kumar ~India ~26-Novmber-2013