
30 Basics of C++
(1) Steps to develop programs with C++.
(2) Phases of execution of a C++ program.
(i) Create
(ii) Save
(iii) Compile
(iv) Execute
(3) Flowchart for creating a source file,
compiling, linking and executing in
C++. Following four steps are described
briefly
Step 1: Open any text editor.
Step 2: Write the code for the program.
code of the library functions with the compiled programmer’s code to form the entire program.
The library functions perform operations such as managing memory, reading and writing disk
files, input/output, mathematical operations, etc.
Numerous library functions are supported by different files. For examp ...