Thread: compiller

  1. #1
    Registered User
    Join Date
    Apr 2008
    Posts
    72

    compiller

    whats a good and easy to use compiler for C? im using turbo c, i need a modern one.. please mention the name with its Download link so i can download it

    thanks

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,412
    "Easy to use" depends on your current skills and preferences

    For Windows, the Microsoft compiler is available with the free Microsoft Visual Studio 2008 Express, or you can go the open source route with the MinGW port of GCC, available also with the Code::Blocks IDE.
    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

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. compiller
    By salmansalman in forum C# Programming
    Replies: 1
    Last Post: 01-24-2009, 03:33 AM
  2. An application with own icon
    By Gordon in forum C++ Programming
    Replies: 6
    Last Post: 04-04-2007, 04:18 PM