C++ INTRODUCTION
C++ is a high level programming language and its developed by 'Bjarne Stroustrup' in the starting 1979 at Bell Laboratory.
C++ can runs on several different platform, such as Windows, Mac OS, and the other versions of UNIX.
C++ can runs on several different platform, such as Windows, Mac OS, and the other versions of UNIX.
FEATURES OF C++
C++ based on OOPs (Object Oriented Programming Strategy) approach therefore it is more secure than compare of traditional programming approach such POP (Procedure Oriented Programming)
In C++ programming, programmer concern with data rather than programming approach.
Memory leakage problem often occurs in C++.
Turbo C++ compiler used to compile every C++ program and it generate the object code from program's source code.
0 Comments