Introduction of C++


·    What is C++?
o   C++ is a cross-plat formed language that can be used to create sophisticated high-performance applications.
o   C++ gives programmers a high level of control over system resources and memory.


·    Why use C++?
o    C++ can be found in today's operating systems, Graphical User Interfaces, and embedded systems.
o   C++ is an object oriented language which gives a clear structure to programs and allows code to be reused, lowering development costs.
o   C++ is portable and can be used to develop applications that can be adapted to multiple platforms.