Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Compiled languages"
From NetSec
Line 1: | Line 1: | ||
Compiled Languages are <i>compiled</i>, they start out as code and then a [[compiler]] is used to compile the application into [[machine code]] and then [[dynamic linking|link]] the [[applications|application]] with [[shared libraries]]. | Compiled Languages are <i>compiled</i>, they start out as code and then a [[compiler]] is used to compile the application into [[machine code]] and then [[dynamic linking|link]] the [[applications|application]] with [[shared libraries]]. | ||
− | + | {{series | |
+ | | Name = Compiled languages | ||
+ | | PartOf = Programming languages | ||
+ | }} |
Revision as of 23:20, 18 October 2011
Compiled Languages are compiled, they start out as code and then a compiler is used to compile the application into machine code and then link the application with shared libraries.
Compiled languages Visit the Programming languages Portal for complete coverage.
|