Results 1 to 9 of 9

Thread: Free C/C++ compilers

  1. #1

    Free C/C++ compilers

    Here's a newbie question. I am new to programming and I picked up this book about C++. However, it's for a windows platform and it didn't come with a compiler. I was wondering if anyone knew of a good free C++compiler or development environment for windows. Thanks in advance.

    -The Eeshman

  2. #2

    Lightbulb c++

    download the free compiler from borland (v5)
    Bill has the key to the \'blue\' screen
    by tux

  3. #3
    AO Antique pwaring's Avatar
    Join Date
    Aug 2001
    Posts
    1,409
    Dev-C++ from BloodShed is an excellent compiler which I use all the time. Of course if you're using Linux there's always gcc.
    Paul Waring - Web site design and development.

  4. #4
    Thanks a ton guys...I'll try both.

    -The Eeshman

  5. #5
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165

  6. #6
    Senior Member
    Join Date
    Nov 2001
    Posts
    114
    this is just a great site in general:

    http://www.programmersheaven.com/

    they have free c/c++ compilers, tips and tricks for both newbies and professionals.

    you can find free compilers here:
    http://www.programmersheaven.com/oth...0files_all.htm

  7. #7
    Senior Member
    Join Date
    Aug 2001
    Posts
    168
    try using dev c++ it's a freeware a windows version of gcc
    try searching i forgot the link, the keyword is: dev c++
    \"The more you ignore me... the closer i get!\"

  8. #8
    Senior Member
    Join Date
    Sep 2001
    Posts
    535
    its nice that u want to learn C and C++ because those are the most powerful languages...
    ok u can find some good tutorials at www.1001tutorials.com
    and also visit this site that also will help u a lot...

    and for free compilers visit the sites our other friends have mentioned above...

    hope this will help... happy learning...

    intruder...

  9. #9
    AO Antique pwaring's Avatar
    Join Date
    Aug 2001
    Posts
    1,409
    Originally posted by protocool
    try using dev c++ it's a freeware a windows version of gcc
    try searching i forgot the link, the keyword is: dev c++
    http://www.bloodshed.net/devcpp.html
    Paul Waring - Web site design and development.

Posting Permissions

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