Integrated development
Environment IDE
Compilation Process
Brief intro to IDE.
A step ahead towards the destination.
What is meant by IDE?
• An integrated development
environment is 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.
IDEs for C++ .
Dev C++
MS visual
studio Codes Block
Turbo C++
process?
What are your next steps?
4
1
• Preprocessing
3
2 • Compiling
2
3
• Assembling 1
4 • Linking/Executing
Generalizing the concept.
Compiler is the process
That plays the role of
translator between computer
and us.