Compiling and runningWhat is compiling ? In most cases, the programs you write are not in a format the computer can understand and execute. Therefore, the code has to be translated, compiled. In that respect, compilers are the translators in the human-computer interface. Compiling might consist of two parts:
C and C++ compilers C and C++ compilers are for example gcc, g++, xlc Simple compilation
Simple running For the running, just type the name of you executable. |