C++ how to program introducing the new C++ 14 standard

C++ How to Program presents leading-edge computing technologies in a friendly manner appropriate for introductory college course sequences, based on the curriculum recommendations of two key professional organizations—the ACM and the IEEE. The best-selling C++ How to Program is accessible to readers...

Full description

Bibliographic Details
Other Authors: Deitel, Paul J., author (author), Deitel, Harvey M., 1945- author (-), Deitel, Paul J.
Format: eBook
Language:Inglés
Published: Hoboken, New Jersey : Pearson Education [2017]
Edition:Tenth edition
Series:How to program series.
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630180906719
Table of Contents:
  • Introduction to computers and C++
  • Introduction to C++ programming, input/output and operators
  • Introduction to classes, objects, member functions and string s-- Algorithm development and control statements: part I
  • Control statements, part 2; logical operators
  • Functions and an introduction to recursion
  • Class templates array and vector; catching exceptions
  • Pointers
  • Classes: a deeper look
  • Operator overloading; Class string
  • Object-oriented programming: inheritance
  • Object-oriented programming: polymorphism
  • Stream input/output: a deeper look
  • File processing
  • Standard library containers and ilerators
  • Standard library algorithms
  • Exception handling: a deeper look
  • Introduction to custom templates
  • Custom templatized data structures
  • Searching and sorting
  • Class string and string stream processing: a deeper look
  • Bits, characters, C strings and structs
  • Operator precedence and associativity
  • ASCII character set
  • Fundamental types
  • Number systems
  • Preprocessor.