While K&R is a great introduction into the language, it does not always constitute adequate reference material.

Unfortunately, ISO/ANSI charges fees for its documents. Nevertheless, does anybody know any way one can obtain a free copy of the final C89/C90 standard paper (ISO/IEC 9899:1990 / ANSI X3.159-1989)?

link|improve this question

75% accept rate
3  
You are asking where you can find a pirated copy? In the pirate store, arr. – Hans Passant Jul 2 '11 at 20:14
1  
assert((legal_copy ^ zero_cost) == 1) – ergosys Jul 2 '11 at 20:37
There's a book by Shildt that contains the actual standard text - it's not free, but it can be found very cheaply. See stackoverflow.com/questions/81656/… for details. That answer also has a link to a free, legitimate PDF of the C99 standard (as well as for an expensive PDF of the C90 standard). – Michael Burr Jul 2 '11 at 20:57
@Hans and @ergosys: I’m asking for a free copy of an international standard, developed and published partly from my taxes. Moral question aside, I would like to point out that offering something for sale at one place does not imply that it cannot be obtained free of charge from another. Not to mention that in my jurisdiction copying copyrighted text for personal use is legal. Please consider these next time before you make such derogatory comments. – Joó Ádám Jul 2 '11 at 21:39
@Michael Burr: Thank you, I will check it out. – Joó Ádám Jul 2 '11 at 21:39
show 1 more comment
feedback

closed as not constructive by Hans Passant, Gabe, Tim Cooper, svens, Jim Lewis Jul 2 '11 at 20:38

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.