Thread: adding a compiler to netbeans

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

    adding a compiler to netbeans

    How can I add a compiler to NetBeans?I have Visual C++ so I quess there already is a compiler in my system. I know I should go to tools-> options->C++ and add it from there but I dont know exactly what to add...

    Also it askes for a make command.. what should I use?
    Last edited by mixalissen; 05-12-2008 at 05:14 AM.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Netbeans is not compatible with the Visual C++ compiler. Read Introducing Netbeans C/C++ Pack, in particular the section somewhere in the middle on "Installing MinGW".
    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. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. SVN Import Causes Crash
    By Tonto in forum Tech Board
    Replies: 6
    Last Post: 11-01-2006, 03:44 PM
  3. Help With finding a compiler
    By macman in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 04-15-2005, 08:15 AM
  4. FAQ: Please help to use Borland Compiler
    By rollingbroak in forum FAQ Board
    Replies: 11
    Last Post: 12-25-2002, 10:56 PM
  5. Special Compiler for win app's
    By Unregistered in forum Windows Programming
    Replies: 19
    Last Post: 04-26-2002, 03:52 PM