ABOUT C++ PROGRAMMING LANGUAGE
Before the initial standardization in 1998, C++ was developed by Bjarne Stroustrup at Bell Labs since 1979, as an extension of the C language as he wanted an efficient and flexible language similar to C, which also provided high-level features for program organization.
C++ is a middle-level programming language and Supports OPPs (Object Oriented Programming Concept). C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
Features of C++ Programming Language
- OOP (Object-Oriented Programming) Supports
- Platform or Machine Independent/ Portable
- Simple
- High-level programming Language
- Popular
- Case sensitive
- Compiler-Based
- DMA (Dynamic Memory Allocation)
- Fast
Simple Syntax
#include <iostream> using namespace std; int main() { cout << "Program2Dcode"; // prints ProgramDcode return 0; }
Applications of C++ Programming Language
- Application Software Development
- Programming Languages Development
- Computation programming
- Games Developments
- Embedded System
1 Comments
Good
ReplyDeleteif you have any doubts, Please let me know.