C++ Book Recommendations
The following books are essential reading for C++ programmers and all of them repay repeated reading:
- Bjarne Stroustrup. The C++ Programming Language (third edition). The classic book on C++ with extensive coverage of the various language features.
- Scott Meyers. Effective C++.
- Scott Meyers. More Effective C++. These two books by Meyers are packed full of good advice on how to use the features of the language and avoid numerous C++ "gotchas".
- Gamma, Helm, Johnson, Vlissides. Design Patterns: Elements of Reusable Object-Orientated Software. The classic text by "The gang of four" on patterns in object-orientated programmes.
0 Comments:
Post a Comment
<< Home