/piscine_cpp

Dive into C++ | école 42

Primary LanguageC++MIT LicenseMIT

piscine_cpp

Dive into C++ | école 42

"C++ was an object-oriented extension to C that kept most of the basic C features and semantics.
Indeed its implementation was as a preprocessor to existing C compilers.
Its key insight was to allow the C struct to encapsulate both data and
functions with added key words for data hiding,
and to add resource handlers called constructors and destructors."

Ira Pohl

And the crucial thing that makes OO languages so powerful is they allow type extensibility that allows you to program naturally with the new types.

C++98 is simpler nad easier to beggin

study_resources

  • Sams Teach Yourself C++ in One Hour a Day - Siddhartha Rao