Thread: Are C, and ANSI C the same?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    C is a standard language. It has a standard, so all implementers of the compilers must comply with the standard. This standard was called in ages past ANSI C. Today, it is known as ISO C, because it is no longer an American standard, but an international standard.
    To be precise, the standard is called ISO C (was called ANSI C) and the language is called C. So in that sense, they are the same.
    Is MinGW a good compiler to compile C code? Yes! And don't think any less. It complies with the latest, ISO C99, standard.
    Last edited by Elysia; 08-29-2011 at 01:23 PM.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Ansi C, C99
    By cookie in forum C Programming
    Replies: 6
    Last Post: 06-07-2007, 08:29 PM
  2. Ansi-c?
    By Encrypted in forum C Programming
    Replies: 3
    Last Post: 01-22-2003, 11:11 PM
  3. Ansi C
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 03-19-2002, 05:44 PM
  4. ADO And ANSI C
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 02-12-2002, 04:50 PM
  5. What is the Difference between ANSI C and non-ANSI C ?
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 11-24-2001, 06:55 AM