Page Index
What is C++?
C++ Standard Libraries
Usage of C++
C++ Program
Standard C++ programming is divided into three important parts:
The core library includes the data types, variables and literals, etc.
The standard library includes the set of functions manipulating strings, files, etc.
The Standard Template Library (STL) includes the set of methods manipulating a data structure.
By the help of C++ programming language, we can develop different types of secured and robust applications:
Window application
Client-Server application
Device drivers
Embedded firmware etc