Changes between Version 1 and Version 2 of Bibliography
- Timestamp:
- Oct 3, 2012, 4:03:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bibliography
v1 v2 2 2 = Bibliographie = 3 3 4 == Livres == 5 4 6 * H. Garetta, '''Le langage et la bibliothèque C++''', Ellipse 2000. 5 7 * C. Delannoy, '''Programmer en langage C++''' (5^e^ édition), Eyrolles 2000. 8 * B. Stroustrup, '''Programmation - Principes et pratique avec C++''', Pearson Education 2010. 6 9 * B. Stroustrup, '''Le langage C++''' (3^e^ édition), Compupress 1999. 7 10 * S. Meyers, '''Effective C++''' (3^e^ édition), Addison-Wesley 2005. … … 9 12 * E. Gamma, R. Helm, R. Johnson, J. Vlissides, '''Design Patterns''' 10 13 Addison-Wesley 1995. 14 15 == Resources en Ligne == 16 11 17 * Documentation {{{STL}}} par {{{SGI}}}: http://www.sgi.com/tech/stl/. 12 18 * Reference C++: http://www.cplusplus.com/reference/. 19 * Site libre de Questions & Réponses: http://stackoverflow.com/ 20 * Wiki pour C et C++: http://en.cppreference.com/ 21 * Articles de S. Mayers: http://www.aristeia.com/publications.html 22 * Blog de S. Mayers: http://scottmeyers.blogspot.fr 23 * Boost C++ Libraries: http://www.boost.org 24 * Clang, compilateur alternatif à GCC: http://clang.llvm.org et 25 http://clang-analyzer.llvm.org