Graphic of C++ System

by matt392 in Circuits > Software

8 Views, 0 Favorites, 0 Comments

Graphic of C++ System

c++system.png

Diagram explaining a C++ system: source code, preprocessor, compiler and linker.

  1. Source code: typed in by programmer; file ends in .cpp
  2. Preprocessor: converts preprocessor directives. ie: #include <iostream>
  3. Compiler: converts source code into object code; files end in .obj
  4. Linker: combines .obj files into executable files; file ends in .exe


Supplies

C++Logo.jpg
codeblocks.jpg
desktopcomputer.png
c++system.png
  1. C++ compiler like GCC
  2. IDE for C++, like CodeBlocks
  3. Computer

Diagram of C++ System

c++system.png

Diagram of a C++ system: source code, preprocessor, compiler and linker.

  1. Source code: typed in by programmer; file ends in .cpp
  2. Preprocessor: converts preprocessor directives. ie: #include <iostream>
  3. Compiler: converts source code into object code; files end in .obj
  4. Linker: combines .obj files into executable files; file ends in .exe