C++ Fundamentals: Transitioning from C
Table of Contents
What is C++
C++ Keywords (C++98)
Namespaces
Namespace Usage
C++ Input & Output
Default Parameters
Function Overloading
References
Inline Functions
What is C++
C++ is an object-oriented high-level programming language that was developed based on the foundations of the C language.
C++ Keywords (C++98)
C++ contains a total ...
Posted on Fri, 22 May 2026 22:01:10 +0000 by kingconnections
A Comprehensive Guide to C++ Core Features: Namespaces, References, Auto, and More
C++ Keywords (C++98)
Building upon the 32 keywords provided by C, the C++98 standard introduced a total of 63 keywords. These new keywords facilitate object-oriented programming, exception handling, template metaprogramming, and more. While C++ is largely backward compatible with C, it introduces several crucial concepts that resolve many of ...
Posted on Thu, 14 May 2026 17:56:56 +0000 by engkeb0i