0
kicks
C++ Programming: C++ Tutorial For The First Program
1) Interpreters turn program instruction directly into actions by reading through the source code. Compilers create an executable program by translating the source code that can be run later.
2) Editing source code, compiling, linking, running and when required repeat it.