Ticker

6/recent/ticker-posts

C++ (Introduction)

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.



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++.

POP (Procedure oriented programming) based on Top-Down programming approach where OOP based on Bottom-Up programming approach.

Turbo C++ compiler used to compile every C++ program and it generate the object code from program's source code.











Post a Comment

0 Comments