EXECUTION OF A C++ PROGRAM
How a c++ program is proceed
C++ PROGRAM
step 1.
EDITOR
step 2. PREPROCESSOR
step 3. COMPILER
step 4. LINKER
step 5. LOADER
step 6. EXECUTION
According to structure. Processing a c++ program
As a programmer you need to be concerned only with step 1 that is you should learn , understand , and master the rules of programming language to creat programs.