Difference between revisions of "C"

From Hackepedia
Jump to navigationJump to search
m (link to c primer)
m (more description)
Line 3: Line 3:
 
Here is a small [[C Primer]] that may be helpful, the document needs many more
 
Here is a small [[C Primer]] that may be helpful, the document needs many more
 
parts, so use with care.
 
parts, so use with care.
 +
 +
To turn C programming language into a usable [[binary]] it is "compiled" with a C [[compiler]].  Most UNIX like operating systems are written in C with small
 +
elements written in [[Assembly|Assembler]].

Revision as of 10:43, 26 January 2008

What is meant by just C is the C programming Language.

Here is a small C Primer that may be helpful, the document needs many more parts, so use with care.

To turn C programming language into a usable binary it is "compiled" with a C compiler. Most UNIX like operating systems are written in C with small elements written in Assembler.