Cargando…

Sams teach yourself C++ in one hour a day /

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Liberty, Jesse
Otros Autores: Rao, Siddhartha, Jones, Bradley
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : Sams Pub., ©2009.
Edición:6th ed.
Colección:Sams teach yourself.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.