+ 2
C language standard
Hi friends, where can I get the C language standard?
3 Answers
+ 3
The latest official standard usually has to be purchased, but you can get non-final drafts for free instead, in case you don't want to spend money.
This site lists a lot of the available sources:
http://www.iso-9899.info/wiki/The_Standard
+ 2
A standards-compliant C program written with portability in mind can be compiled for a wide variety of computer platforms and operating systems with few changes to its source code.
You can get started by learning c on this app!!!!!
0
@Shadow: Thanks a lot for the link. Read a rant on stackoverflow about having to pay for standards :)