CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2005
    Posts
    55

    can VS Express 2008 recognize the C99 standard?

    Is there a compiler option to get it to recognize C99 keywords when compiling a .c program?

  2. #2
    Join Date
    Oct 2002
    Location
    Austria
    Posts
    1,284

    Re: can VS Express 2008 recognize the C99 standard?

    I remember from a few years ago that MS had stated they will not support the C99 standard. They might have changed their minds.
    Kurt

  3. #3
    Join Date
    Sep 2005
    Posts
    55

    Re: can VS Express 2008 recognize the C99 standard?

    I tried writing a simple c prog using the 'inline' keyword to test it, and it didn't recognize it.

  4. #4
    Join Date
    Jul 2002
    Posts
    2,543

    Re: can VS Express 2008 recognize the C99 standard?

    This is Microsoft answer, unfortunately, negative:
    http://www.connect.microsoft.com/Vis...dbackID=485416

  5. #5
    Join Date
    Sep 2005
    Posts
    55

    Re: can VS Express 2008 recognize the C99 standard?

    Why are they so against supporting this standard? Thanks for posting this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured