20120706

Compiler Terminologies



  • Compiling:  converting source code  into an executable.
  • Linking: converting  the compiled code into an executable
  • Building: Creating the end executable. Tools exist to help to reduce the complexity of the build process--makefiles, for instance.
  • Compiler: refers to both a compiler and a "linker"
  • Linker The program that generates the executable by linking

  • Previous                             Home                               Next

    No comments:

    Post a Comment