Thread: C99 compiler

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    21

    Unhappy C99 compiler

    can anybody help me find a free C99 compiler please

  2. #2
    Registered User
    Join Date
    May 2003
    Posts
    148
    Maybe Tcc.
    TCC is heading torward full ISOC99 compliance..

    Or gcc,but a few C99 extension are still considered 'broken'.

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    14
    Under Windows Mingw is a good bet I think (gcc port), though the broken features also aplies there. As a bonus you can have an IDE :
    Dev C++
    That is what I use and I'm happy with it . But then I am no expert, and it certainly isn't comparable to visual studio.
    Or else you could go the all way with Cygwin, but it uses a dll I believe, and it might be a bit much.

  4. #4
    Registered User
    Join Date
    Jun 2003
    Posts
    9

    hello

    hi,
    well i agree with p.phant.
    it is a good compiler and simliar to visual c++.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  2. My C89 RANT!
    By evildave in forum C Programming
    Replies: 12
    Last Post: 12-07-2005, 10:15 PM
  3. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  4. C99 and int main()
    By cwr in forum C Programming
    Replies: 8
    Last Post: 09-19-2005, 06:54 AM
  5. C99 support?
    By Devil Panther in forum C Programming
    Replies: 3
    Last Post: 08-22-2005, 02:07 PM