
Some C++ source code for you
Date 2012/4/19 18:59:12 | Topic: XOOPS
| I have released a collection of personal solutions to many of the exercises proposed by Bjarne Stroustrup in his well-known book about The C++ Programming Language (3rd Edition).
The covered topics vary from some basic concepts about the language itself to some advanced use of the STL: algorithms, I/O library, containers, etc..
Click here to download the archive or here to browse the source code. For each solution, the source code can be found in a directory named with two numbers separated by a period in the form Chapter.Exercise/. To make the compilation process easier and portable over different platforms, I have used NetBeans as IDE, so each directory also represents a project in NetBeans. NetBeans can be downloaded at http://netbeans.org All the source code is compliant with the C++98/03 standard, but in some cases I also provided alternative solutions in C++11.
|
|