Thread: Question: Which Compiler????

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    2

    Question: Which Compiler????

    Ive just started programming in C and was just wondering which compiler would you recommand me to use and where i can get it from... i would prefer one thats easy to use and works quite well.

    Ive heard from a lot of people that Borland is no good?

    And im running win2k at the moment

    Cheers,
    MaBo

  2. #2
    Im back! shaik786's Avatar
    Join Date
    Jun 2002
    Location
    Bangalore, India
    Posts
    345
    If you are looking for a Compiler for DOS, I prefer Turbo C (TC), but ofcourse from Borland. It has been my favourite. Here's a link to download it: http://community.borland.com/article...,20841,00.html

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Well Borland Turbo-C for DOS is not really the thing you want to be running in win2k

    http://www.compilers.net/
    http://www.thefreecountry.com/developercity/index.html

  4. #4
    Registered User
    Join Date
    Jun 2002
    Posts
    2
    Originally posted by Salem
    Well Borland Turbo-C for DOS is not really the thing you want to be running in win2k
    i can use command prompt for that... so its not a problem

    but is it more stable than borland c++ ?

    MaBo

  5. #5
    *
    Guest
    Get one that can support any platform you want to work on, as well as the ability to support (or be expanded to support) platforms you *might* want to work on in the future.

    And then, most importantly, get a compiler with these features:

    C/C++
    Disassembly
    Preprocess
    Inline Assembler
    Debugger
    Profiler

  6. #6
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Also very good is the GCC package. A C and C++ compiler and some tools can be downloaded from:

    www.delorie.com/djgpp

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. Question about compiler copying objects
    By Sharke in forum C++ Programming
    Replies: 3
    Last Post: 06-15-2009, 08:25 AM
  3. gcc compiler question
    By s_ny33 in forum C Programming
    Replies: 6
    Last Post: 10-18-2005, 07:13 AM
  4. question about bool
    By ssharish2005 in forum C Programming
    Replies: 7
    Last Post: 10-17-2005, 08:18 AM
  5. C/C++ Compiler Question
    By Unregistered in forum C++ Programming
    Replies: 11
    Last Post: 07-09-2002, 02:09 AM