C++ Language Tutorial For Beginner: Learn C++ in 7 days Front Cover

C++ Language Tutorial For Beginner: Learn C++ in 7 days

  • Length: 282 pages
  • Edition: 1
  • Publication Date: 2015-05-23
  • ISBN-10: B00Y5V7MHE
Description

C++ (pronounced see plus plus) was developed by Bjarne Stroustrup at Bell Labs as an extension to C, starting in 1979. C++ adds many new features to the C language, and is perhaps best thought of as a superset of C, though this is not strictly true as C99 introduced a few features that do not exist in C++. C++’s claim to fame results primarily from the fact that it is an object-oriented language. As for what an object is and how it differs from traditional programming methods, well, we’ll cover that in

C++ was ratified in 1998 by the ISO committee, and again in 2003 (called C++03). Two updates to the C++ language (C++11 and C++14, ratified in 2011 and 2014 accordingly) have been made since then, adding additional functionality to the language. Relevant features from both of these updates will be discussed in these tutorials.

Table of Contents

Chapter 1. Preliminaries
Chapter 2. Expressions
Chapter 3. Statements
Chapter 4. Functions
Chapter 5. Arrays, Pointers, and References
Chapter 6. Classes
Chapter 7. Overloading
Chapter 8. Derived Classes
Chapter 9. Templates
Chapter 10. Exception Handling
Chapter 11. The IO Library
Chapter 12. The Preprocessor

To access the link, solve the captcha.
Subscribe