Thread: Compiler Question

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    7

    Question Compiler Question

    What Compiler should I use?


  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Which OS do you have?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Nov 2003
    Posts
    7
    Windows ME

  4. #4
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949
    Borland, borland, borland. Hopefully my tutorial on how to get it up and running will be uploaded soon .
    Do not make direct eye contact with me.

  5. #5
    Registered User
    Join Date
    Nov 2003
    Posts
    7
    Is there any other Free Compilers I Can Use?

  6. #6
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Dev C++ is extremely easy to use. I would recommend starting with it or one that has an IDE
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  7. #7
    lol, Dev-C++ is not a compiler, it's an IDE.

    Use MingW, preferably based on GCC 3.2. I recommend, like he said, using Dev-C++, it comes with MingW.

    http://www.bloodshed.net

  8. #8
    Novice C++ Programmer
    Join Date
    Nov 2003
    Posts
    96
    DJGPP I still say it's the best. It's very simple and comes with a good DOS editor called Rhide. Both are easy to use and very down-to-earth.www.delorie.com/djgpp/ If you can eventually afford it though get Microsoft Visual C++.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about compiler copying objects
    By Sharke in forum C++ Programming
    Replies: 3
    Last Post: 06-15-2009, 08:25 AM
  2. gcc compiler question
    By s_ny33 in forum C Programming
    Replies: 6
    Last Post: 10-18-2005, 07:13 AM
  3. question about bool
    By ssharish2005 in forum C Programming
    Replies: 7
    Last Post: 10-17-2005, 08:18 AM
  4. C/C++ Compiler Question
    By Unregistered in forum C++ Programming
    Replies: 11
    Last Post: 07-09-2002, 02:09 AM
  5. Question: Which Compiler????
    By MaBo in forum C Programming
    Replies: 5
    Last Post: 06-04-2002, 11:57 AM