Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Category:Compiled languages"
From NetSec
GertieUbpgdd (Talk | contribs) (Combining categories) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | '''Compiled languages''' are called compiled because 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]]. | + | '''Compiled languages''' are [[programming language]]s, called ''compiled'' because 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++]] and [[C]] are compiled languages. | [[C++]] and [[C]] are compiled languages. | ||
− | + | [[Category:Programming]] | |
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 19:39, 8 August 2012
Compiled languages are programming languages, called compiled because 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.