Thread: Please suggest the best one...

  1. #1
    Registered User
    Join Date
    Oct 2007
    Posts
    54

    Please suggest the best one...

    Hai friends this forum is very good for learning . . And now i need your suggestion about compiler for c and c++ ...
    Now i am using MSvisual c++ and TC compilers . Can any one suggest the good and standard compiler for me . Your replays will be very usefull to me....

  2. #2
    Fear the Reaper...
    Join Date
    Aug 2005
    Location
    Toronto, Ontario, Canada
    Posts
    625
    Visual Sutdio's compiler is supposedly standard, although it has its own little quirks and oddities that you have to get used to. I myself prefer gcc, but if you already have visual studio, then you don't really need anything else in terms of compilers.
    Teacher: "You connect with Internet Explorer, but what is your browser? You know, Yahoo, Webcrawler...?" It's great to see the educational system moving in the right direction

  3. #3
    Registered User
    Join Date
    Oct 2007
    Posts
    54
    Did gcc also comes for windows . . . Where can i get it...

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    cygwin
    MinGW
    Dev-C++
    DJGPP

    All are ports of GCC
    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.

  5. #5
    Registered User
    Join Date
    Oct 2007
    Posts
    54
    Where can i get the GCC compiler...

  6. #6
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by sreeramu View Post
    Where can i get the GCC compiler...
    Search for one or more of the names suggested by Salem.

    There are also Dev-C++ and (I think) Code::Blocks that are IDE's based on gcc, and comes in a package that contains the IDE and the compiler.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 03-10-2009, 11:05 PM
  2. Please suggest a good C++ textbook
    By puja399 in forum C++ Programming
    Replies: 7
    Last Post: 11-19-2005, 10:04 PM
  3. Please, suggest a project ….
    By Dragon227Slayer in forum C# Programming
    Replies: 1
    Last Post: 06-12-2004, 11:16 AM
  4. Suggest A Compiler For ME!
    By skyruler54 in forum C++ Programming
    Replies: 19
    Last Post: 09-29-2002, 01:44 PM
  5. Suggest an interesting C++ project
    By unicef2k in forum C++ Programming
    Replies: 1
    Last Post: 12-17-2001, 07:22 PM