Thread: c compiler

  1. #1
    Unregistered
    Guest

    c compiler

    i need a free c compiler not c++ or visual just straight c

  2. #2
    www.entropysink.com
    Join Date
    Feb 2002
    Posts
    603
    Use a free C++ compiler but don't use the C++ features / keywords. C is a subset of C++ (I think I got that right).

    Turbo C++ 1.0 (for example) is currently available free from the Borland Museum for personal use (you have to register), and defaults to C on installation.
    Last edited by RobR; 03-20-2002 at 02:30 AM.
    Visit entropysink.com - It's what your PC is made for!

  3. #3
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    I always use DevC++

  4. #4
    Registered User
    Join Date
    Oct 2001
    Posts
    197

    gcc is what you need!

    Hi!
    Use the gcc compiler for Linux (and other UNIX OS) or its portation djgpp.
    gcc is one of the most powerful C-compilers and stands under the GNU General Public License.

    klausi
    When I close my eyes nobody can see me...

  5. #5
    Registered User bljonk's Avatar
    Join Date
    Oct 2001
    Posts
    70

    dm

    try digital mars is free at http://www.digitalmars.com
    Ünicode¬>world = 10.0£

  6. #6
    www.entropysink.com
    Join Date
    Feb 2002
    Posts
    603
    ...... which begs a question. How do you stop TC++ defaulting to *.C, and make it open new files as *.CPP. It's really annoying to have to remember to save as.......
    Visit entropysink.com - It's what your PC is made for!

  7. #7
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    LCC-Win32 is C only.

  8. #8
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Take a look at

    www.thefreecountry.com/developercity/

    for an overview of free C compilers.

  9. #9
    Unregistered
    Guest

    the most complete C interpreter for your needs

    Hello,

    take a look of Ch from http://www.softintegration.com,
    Ch is a C/C++ interpreter supporting C90, major features in C99, class in C++, and the industry standard POSIX,
    X11/Motif, OpenGL, ODBC,
    XML, GTK+.

    it is a good C interpreter for beginners, free for academic and
    non profit organzation.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. 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
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM