Thread: compiling Dev-C++

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    7

    compiling Dev-C++

    How do I compile a C++ file in the windows command line with Dev-C++? I know how to do it for C "gcc myfile.c -o myfile".

    (sorry for a simple question, I did check the FAQs, Dev-C++ help file and did a forum search with no luck)

  2. #2
    ---
    Join Date
    May 2004
    Posts
    1,379
    It should be the same. What is happenening when you do it?

  3. #3
    Registered User
    Join Date
    Jul 2005
    Posts
    7
    This is what happens:

  4. #4
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    g++: C++
    gcc: C
    Last edited by prog-bman; 08-07-2005 at 06:10 PM.
    Woop?

  5. #5
    Registered User
    Join Date
    Jul 2005
    Posts
    7
    Quote Originally Posted by prog-bman
    g++: C++
    gcc: C
    Hooray! thats it! thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Bloodshed Dev Stops Compiling
    By bengreenwood in forum C++ Programming
    Replies: 4
    Last Post: 11-11-2007, 03:25 PM
  2. Programming With Dev C++
    By v01d in forum C++ Programming
    Replies: 3
    Last Post: 09-14-2007, 01:51 AM
  3. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  4. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  5. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM