Sams teach yourself C++ in one hour a day /
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Other Authors: | , |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Indianapolis, Ind. :
Sams Pub.,
©2009.
|
Edition: | 6th ed. |
Series: | Sams teach yourself.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Part 1 : The basics. Getting started
- The anatomy of a C++ program
- Using variables, declaring constants
- Managing arrays and strings
- Working with expressions, statements, and operators
- Organizing code with functions
- Controlling program flow
- Pointers explained
- Exploiting references
- Part 2 : Fundamentals of object-oriented programming and C++. Classes and objects
- Implementing inheritance
- Polymorphism
- Operator types and operator overloading
- Casting operators
- An introduction to macros and templates
- Part 3 : Learning the standard template library (STL). An introduction to the standard template library
- The STL string class
- STL dynamic array classes
- STL list
- STL set and multiset
- STL map and multimap
- Part 4 : More STL. Understanding function objects
- STL algorithms
- Adaptive containers : stack and queue
- Working with bit flags using STL
- Part 5 : Advanced C++ concepts. Understanding smart pointers
- Working with streams
- Exception handling
- Tapping further into the preprocessor
- Appendixes. Working with numbers : binary and hexadecimal
- C++ keywords
- Operator precedence
- Answers.