Thread: Vista compiler

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    58

    Vista compiler

    Hi,

    Is bloodshed still good to use with vista premium, or do you recommend another compiler for practicing console c and c++?

    Cheers Tuurbo46

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    That compiler is fine, but I would recommend a MS compiler, GCC or LCC.
    For an exhaustive list see http://www.cprogramming.com/compilers.html

  3. #3
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Actually, the Bloodshed Dev-C++ IDE uses the MinGW port of GCC 3.4.x.

    Moving this to Tech since it more of a tool question.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  4. #4
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    haha, I read bloodshed but thought borland

  5. #5
    Registered User
    Join Date
    Nov 2006
    Posts
    58
    Hi,

    Thanks for your help. So i take it you are saying move to gcc? Is the below link correct:

    http://gcc-uk.internet.bs/

    and do i right click and save the 4.2.0.....316 file to my pc and run?

    Cheers Tuurbo46

  6. #6
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    You are already using GCC. GCC (specifically g++ for C++) is a compiler (collection). Bloodshed's Dev-C++ is an integrated development environment that uses the MinGW port of GCC for the compiler.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  7. #7
    Massively Single Player AverageSoftware's Avatar
    Join Date
    May 2007
    Location
    Buffalo, NY
    Posts
    141
    Quote Originally Posted by zacs7 View Post
    haha, I read bloodshed but thought borland
    What's wrong with Borland? Last I knew, the latest version of Borland C++ was one of the few compilers that supported the complete C++ language, even the elusive export.
    There is no greater sign that a computing technology is worthless than the association of the word "solution" with it.

  8. #8
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Did I say there was anything wrong with borland!?!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I need C++ Compiler for MS Windows Vista
    By eHobayyeb in forum C++ Programming
    Replies: 7
    Last Post: 03-27-2007, 07:40 AM
  2. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. 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
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM