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

Saved in:
Main Author: Rao, Siddhartha
Format: Book
Language:English
Published: Indianapolis : Sams Publishing, c2017.
Edition:8th ed.
Series:Sams teach yourself (Sams)
Subjects:
C++
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • Introduction
  • Getting started
  • The anatomy of a C++ program
  • Using variables, declaring constants
  • Managing arrays and strings
  • Working with expressions, statements and operators
  • Controlling program flow
  • Organizing code and functions
  • Pointers and references explainded
  • Classes and objects
  • Implementing inheritance
  • Polymorphism
  • Operating types and operator overloading
  • Casting operators
  • An introduction to macros and templates
  • An introduction to the standard template library
  • The STL string class
  • STL dynamic array classes
  • STL list and forward_list
  • STL set classes
  • STL map classes
  • More STL
  • Lambda expressions
  • STL algorithms
  • Adaptive containers: stack and queue
  • Working with bit flags using STL
  • Understanding smart pointers
  • Using streams for input and output
  • Exception handlings
  • Going forward
  • Appendix A: working with numbers: binary and hexadecimal
  • Appendix B: C++ keywords
  • Appendix C: Operator precedence
  • Appendix D: ASCII codes
  • Appendix E: answers.