Thread: c++ compiler

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    2

    c++ compiler

    If anyone could help me, i am trying to find a good compiler online that i could download for free, but i have no clue where to look. If anyone can help, it would be great. Thanks in advance.

  2. #2
    Registered User
    Join Date
    May 2003
    Posts
    1,619
    You could try looking on *this site*. cprogramming.com has links to the big ones.

    Or you could google 'free C compiler', and you'd get every major one within the first page.

    Or you could search the forums for any of many threads discussing free compilers.

    If you're not going to even TRY to find the answer yourself, nobody here will help you. Had you done a little research, read some reviews, and then came and asked "Of compilers XXX, YYY, and ZZZ, which do people recommend?" you might get more useful info.
    Last edited by Cat; 08-14-2003 at 07:10 PM.

  3. #3
    Programming is fun, mkay?
    Join Date
    Oct 2001
    Posts
    490

    Lightbulb Dev-C++, maybe?

    You can try Dev-C++. It's at http://www.bloodshed.net/dev/devcpp.html. That's a free IDE with a compiler. I started using C/C++ with it .
    Website(s): http://www16.brinkster.com/trifaze/

    E-mail: [email protected]

    ---------------------------------
    C++ Environment: MSVC++ 6.0; Dev-C++ 4.0/4.1
    DirectX Version: 9.0b
    DX SDK: DirectX 8.1 SDK

  4. #4
    Registered User
    Join Date
    Aug 2003
    Posts
    1

    A goog compiler------Borland C++

    Borland C++ 5.5----A good free compiler!
    It,s at www.borland.com

  5. #5
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    There's a list of free compilers at TheFreeCountry.com.

    The Borland compiler is very popular... Somewhere, I read that it was the most popular free compiler... by far! Dev-C++ (and the various other related GNU compilers) is very popular too, and it is an IDE (Integrated Development Environment).

    It's good to start-out with something popular, because it's eaisier to get help... and you might need help. Compilers are always a pain to get configured and working!

  6. #6
    Registered User
    Join Date
    Aug 2003
    Posts
    7
    Dev-C++ is very good

  7. #7
    I would vote for Dev-C++, its a great free IDE, but if yo uwanted to try something different you could try Open Watcom: Here . But there are more people using Dev-C++ than watcom so you'd probably be better off with Dev-C++.

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