Thread: which compiler did u use?

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    3

    which compiler did u use?

    I learned c program.there are some different c compiler.so I do not know which I can use.please give some advices.Thank U.

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    184
    the c compliers which i suggest is GCC compiler which is aviabalbe free. and it the standard compiler. or u can use DEV-C++ which also avaibale free on the net. which isery good. you can get more informaton about the compilers from the compiler link from the main page of of this site.


    s.s.harish

  3. #3
    former member Brain Cell's Avatar
    Join Date
    Feb 2004
    Posts
    472
    Dev C++ would be good.

    Personally , i work with Visual C++ 6.0 and i love it. (you need to buy it though)
    My Tutorials :
    - Bad programming practices in : C
    - C\C++ Tips
    (constrcutive criticism is very welcome)


    - Brain Cell

  4. #4
    Registered User
    Join Date
    Mar 2005
    Posts
    3
    thank u.and. can I use c in the c++ compiler?

  5. #5
    Registered User
    Join Date
    Sep 2004
    Posts
    197
    Dev C++ uses Minigw, which is a port so to speak of the Gnu Compiler Collection (GCC) and some of the GNU basic programs. Dev supports both C and C++ projects/files, and will use the proper command for the compiler. gcc for c and g++ for c++

    I like using Dev C++ in windows, but just in case you wanted to see what Microsoft has, their Visual C++ studio express 2005 beta is a free download for every one, so if you wanted to could check that out too.
    If any part of my post is incorrect, please correct me.

    This post is not guarantied to be correct, and is not to be taken as a matter of fact, but of opinion or a guess, unless otherwise noted.

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