Thinking in C++
Autor Principal: | |
---|---|
Formato: | Libro |
Lengua: | inglés |
Datos de publicación: |
Upper Saddle River :
[S.n.],
c2000
|
Edición: | 2nd ed. |
Temas: | |
Acceso en línea: | Consultar en el Cátalogo |
Notas: | Incluye índice. -- |
Descripción Física: | 814 p. ; 24 cm. + 1 CD-ROM |
ISBN: | 0139798099 |
Tabla de Contenidos:
- Preface
- 1. Introduction to objects
- 2. Making & using objects
- 3. The C in C++
- 4. Data abstraction
- 5. Hiding the implementation
- 6. Initialization & cleanup
- 7. Function overloading & default arguments
- 8. Constants
- 9. Inline functions
- 10. Name control
- 11. References & the copy-constructor
- 12. Operator overloading
- 13. Dynamic object creation
- 14. Inheritance & composition
- 15. Polymorphism & virtual functions
- 16. Introduction to templates
- A: Coding style
- B: Programming guidelines
- C: Recommended reading
- Index