Thread: how to compile on the command line

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    30

    how to compile on the command line

    I know it's a simple question...

    so how can you compile and build (.exe) a C program on the windows command line? i used build but it didn't work..

  2. #2
    Registered User
    Join Date
    Feb 2005
    Posts
    21
    first we'd need to know what compiler you are using. I don't believe there is a built in c compiler in windows.

  3. #3
    Registered User
    Join Date
    Feb 2005
    Posts
    30
    well i use viusal C++ 6.0

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C and C++ compile speed
    By swgh in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 01-02-2007, 02:37 PM
  2. Compile as you type
    By Rocketmagnet in forum A Brief History of Cprogramming.com
    Replies: 33
    Last Post: 12-07-2006, 01:36 PM
  3. How to compile mfc libs from platform sdk
    By tjcbs in forum Windows Programming
    Replies: 6
    Last Post: 11-19-2006, 08:20 AM
  4. Compile crashes certain windows
    By Loduwijk in forum C++ Programming
    Replies: 5
    Last Post: 03-26-2006, 09:05 PM
  5. How can I compile C or C++ with Visual Studio .NET?
    By Dakkon in forum C Programming
    Replies: 8
    Last Post: 02-11-2003, 02:58 PM