Please enable JavaScript.
Coggle requires JavaScript to display documents.
Integrated Development Enviroment (IDE), features of C++ language,…
Integrated Development Enviroment (IDE)
a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger.
Some IDEs, such as NetBeans and Eclipse, contain the necessary compiler, interpreter, or both; others, such as SharpDevelop and Lazarus, do not.
features of C++ language
Object Oriented
Pointers
Simple
Platform Dependent
Mid-level programming language
Structured programming language
Rich Library
Memory Management
Powerful & Fast
Compiler based
Describe the compiling process
a) Source code
Source code is any collection of computer instruction written using a human readable programming language usually as ordinary text
b) Compiler
a compiler is a computer program that translates computer code written in one programming language (the source language) into another language (the target language). The name "compiler" is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language, object code, or machine code) to create an executable program.
c) Linker
a computer system program that takes one or more object files (generated by a compiler or an assembler) and combines them into a single executable file, library file, or another 'object' file.
d) Executable file
An executable file is a file that is used to perform various functions or operations on a computer. Unlike a data file, an executable file cannot be read because it's compiled. On an IBM compatible computer, common executable files are .