Join us on IRC: #infoanarchy on irc.oftc.net — channel blog
C
From iA wiki
See also: Programming Languages
C is a Mid Level programming language made most famous by its use in the Unix operating system.
It is used other places than Unix, of course. It's one of the most-used languages in the world, in fact, and it used in every OS and probably every embedded system due to the clear standards and wide availability of compilers.
[edit]
Variations on C include:
- C++ - C plus plus (ISO/IEC 14882:1998)
- C# - C sharp
- C-- - C minus minus
- C89 - C (ISO/IEC 9899:1990)
- MinGW - Free C/C++ compiler resleased under the GNU GPL
- Visual C
- Visual C++
[edit]
External links
- Write in C! - famous song about why to use C (satire)

