Thread: MVC++6 is not C99 compatible

  1. #1
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246

    MVC++6 is not C99 compatible

    Am I right?
    Learn C++ (C++ Books, C Books, FAQ, Forum Search)
    Code painter latest version on sourceforge DOWNLOAD NOW!
    Download FSB Data Integrity Tester.
    Siavosh K C

  2. #2
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    That is right because that compiler was released in 1998 so M$ developers had to have started writing it a couple years or so before that. Even the latest M$ compiler -- Visual Studio .NET 2005 -- is not fully compilent.
    Last edited by Ancient Dragon; 02-01-2006 at 06:11 AM.

  3. #3
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246
    Moderator, sorry, it should be in C++ not here please move it.

    If so, I wont buy it. I wait for a C99 one.
    Learn C++ (C++ Books, C Books, FAQ, Forum Search)
    Code painter latest version on sourceforge DOWNLOAD NOW!
    Download FSB Data Integrity Tester.
    Siavosh K C

  4. #4
    C/C++Newbie Antigloss's Avatar
    Join Date
    May 2005
    Posts
    216
    I don't think C99 will be fully supported in the near future.
    Last edited by Antigloss; 02-01-2006 at 06:43 AM.

  5. #5
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246
    Even in MVC++2006?
    Learn C++ (C++ Books, C Books, FAQ, Forum Search)
    Code painter latest version on sourceforge DOWNLOAD NOW!
    Download FSB Data Integrity Tester.
    Siavosh K C

  6. #6
    ---
    Join Date
    May 2004
    Posts
    1,379
    C99 might, possibly, never be fully supported.

  7. #7
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Moved.

    As for complience...I dont know if there is a commonly used compiler that is 100% up to scratch.

    I havent checked in a while, but I dont know that any of the common compilers (say BCC, GCC, MSVC etc) support the "export" keyword yet.

    Most of the recent compilers downloadable are pretty close. MS's compiler has come on a long way since V6.

  8. #8
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Actually, the VC++ line hasn't made one step towards C99 that I know of. They're concentrating a lot more on C++.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  9. #9
    C/C++Newbie Antigloss's Avatar
    Join Date
    May 2005
    Posts
    216
    Quote Originally Posted by Fordy
    Moved.
    I havent checked in a while, but I dont know that any of the common compilers (say BCC, GCC, MSVC etc) support the "export" keyword yet.
    As far as I know, mvs2005 supports the keyword export

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C89 or C99
    By talin in forum C Programming
    Replies: 6
    Last Post: 05-26-2008, 12:45 PM
  2. C99 and int main()
    By cwr in forum C Programming
    Replies: 8
    Last Post: 09-19-2005, 06:54 AM
  3. C99 support?
    By Devil Panther in forum C Programming
    Replies: 3
    Last Post: 08-22-2005, 02:07 PM
  4. My first game
    By homeyg in forum Game Programming
    Replies: 20
    Last Post: 12-22-2004, 05:25 PM
  5. Replies: 5
    Last Post: 11-26-2002, 10:34 PM