C and C++ Programming Language Standards ?

Programming, for all ages and all languages.
Post Reply
Perica
Member
Member
Posts: 454
Joined: Sat Nov 25, 2006 12:50 am

C and C++ Programming Language Standards ?

Post by Perica »

..
Last edited by Perica on Tue Dec 05, 2006 9:26 pm, edited 1 time in total.
Tim

Re:C and C++ Programming Language Standards ?

Post by Tim »

C and C++ both have international (ISO) standards to define them. ISO let you download standards documents, but they charge for them. ANSI in the US use the ISO standards, but they also charge for them. ECMA in the EU also use the ISO standards, but they give you the PDFs for free!

So:
1. Go to the ISO web site and search for either the C or C++ programming language
2. Remember their ISO reference numbers
3. Go to the ECMA web site and look up these reference numbers
4. Download the standards documents
Post Reply