Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

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

Posted By: AlenMiler
C++ Language Tutorial For Beginner: Learn C++ in 7 days

C++ Language Tutorial For Beginner: Learn C++ in 7 days by Sharam Hekmat
English | May 23, 2015 | ASIN: B00Y5V7MHE | 282 Pages | EPUB/MOBI | 259.93 KB/359.52 KB

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.