Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Category:Compiled languages"

From NetSec
Jump to: navigation, search
(Combining categories)
 
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.
 
{{series
 
| Name = Compiled languages
 
| PartOf = Programming language
 
}}
 

Revision as of 03:51, 16 May 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.

C++ and C are compiled languages.

Pages in category "Compiled languages"

The following 3 pages are in this category, out of 3 total.