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)
 
 
(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]]
{{series
+
| Name = Compiled languages
+
| PartOf = Programming language
+
}}
+

Latest revision as of 20: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.

C++ and C are compiled languages.

Pages in category "Compiled languages"

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