Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Compiled languages"
From NetSec
GertieUbpgdd (Talk | contribs) |
|||
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 | + | 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 application with [[shared libraries]]. |
[[C%2B%2B | C++ ]] and [[C]] are compiled languages. | [[C%2B%2B | C++ ]] and [[C]] are compiled languages. |
Revision as of 04:18, 2 May 2012
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.
C++ and C are compiled languages.
Compiled languages Visit the Programming language Portal for complete coverage.
|