Navigating C++ and object-oriented design /
Navigating C++ and Object-Oriented Design is the first book that teaches ANSI C++ and the object-oriented techniques that make C++ a software development breakthrough. This comprehensive tutorial reflects the authors' extensive experience teaching C++ to professional developers. Start with the...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
E Rutherford : Old Tappan :
Prentice Hall PTR Pearson Education [distributor]
Oct. 1997
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Getting started
- C++ basics
- C++ program structure – Classes
- Working with classes – Overloading
- Class design
- Object storage management
- Template functions
- Template classes – Inheritance
- Run-time type identification
- Exception handling
- Multiple inheritance
- IOStream library
- Standard template library
- C++ operator precedence.