Changes between Version 12 and Version 13 of 2010CaoTme1


Ignore:
Timestamp:
Feb 22, 2010, 11:10:03 PM (15 years ago)
Author:
jpc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2010CaoTme1

    v12 v13  
    11
    22[[PageOutline]]
    3 
    4 = Bibliographie =
    5 
    6  * H. Garetta, '''Le langage et la bibliothèque C++''', Ellipse 2000.
    7  * C. Delannoy, '''Programmer en langage C++''' (5^e^ édition), Eyrolles 2000.
    8  * B. Stroustrup, '''Le langage C++''' (3^e^ édition), Compupress 1999.
    9  * S. Meyers, '''Effective C++''' (3^e^ édition), Addison-Wesley 2005.
    10  * S. Meyers, '''Effective STL''', Addison-Wesley 2001.
    11  * E. Gamma, R. Helm, R. Johnson, J. Vlissides, '''Design Patterns'''
    12    Addison-Wesley 1995.
    13  * Documentation {{{STL}}} par {{{SGI}}}: http://www.sgi.com/tech/stl/.
    14  * Reference C++: http://www.cplusplus.com/reference/.
    15 
    163
    174= Mon Premier Objet en C++ =