Introdution to Code::Blocks IDE
Notes:
Introduction to Code Blocks IDE :
Code Blocks is a light weight, easy to use, open source, cross platform IDE for developing any C and C++ applications.
Open source:
- Code Blocks is developed using C++ and wxWidgets GUI.
- Its original source code is freely available to read, understand, modify and extend.
Cross platform:
- Code Blocks is available for almost all platforms like windows, Linux, Mac OS, etc.
- Hence, Applications developed in Code Blocks can be ported from one operating system to another operating system easily.
IDE:
- stands for Integrated Development Environment.
- Code Blocks is integrated with wide variety of tools like code editor, compiler, debugger and many other tools, which are essential for creating any C or C++ applications.
- Code Blocks is a development environment for developing C and C++ applications.
Code Blocks UI: User Interface
- Title Bar
- Menu Bar
- Tool Bars Section
- Manager Panel
- Starter page
- Logs & Others panel group