C++ INTEGRATED DEVELOPMENT ENVIRONMENT
Is a software application that provides comprehensive facilities to computer programmersfor software development.
Consists of at least a source code editor, build automation tools and a debugger
FEATURES OF C++ LANGUAGE
OBJECT ORIENTED
SIMPLE
PLATFORM DEPENDENT
MID-LEVEL PROGRAMMING LANGUAGE
STRUCTURED PROGRAMMING LANGUAGE
RICH LIBRARY
MEMORY MANAGEMENT
click to edit
POINTERS
POWERFUL AND FAST
COMPILER BASED
SYNTAX BASED LANGUAGE
COMPILING PROCESS
SOURCE CODE
A compiler takes the program code and converts the source code to a machine language module.
COMPILER
The compilation is a process of converting the source code into i=object code. it is done with the help of compiler. compiler checks the source code for the syntactical or structural errors, then it generates the object code.
LINKER
After the compiler has created all the object files, another program is called to bundle them into an executable program file. That program is called a linker and the process of bundling them into the executable is called linking.
EXECUTABLE FILE
executable file is a file that is used to perform various functions or operations on a computer