Thread: .exe is the problem

  1. #1
    Registered User
    Join Date
    Jan 2007
    Posts
    72

    Unhappy .exe is the problem

    hello,
    how can we convert a program from .c to .exe to be installed and excuted.
    thanks in advance
    proud to be from aui www.aui.ma and also a great elton john's fan

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    You will need a compiler to do that. There are several different compilers to choose from - I'm fairly sure I saw a list of "how to get a compiler" in the FAQ or as a sticky post.

    --
    Mats

  3. #3

  4. #4
    Registered User
    Join Date
    Jan 2007
    Posts
    72
    thanks, but still i didn't find the way to do that.
    proud to be from aui www.aui.ma and also a great elton john's fan

  5. #5
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    install the compiler
    run the compiler
    run the program

    what part are you having problems with?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Someone having same problem with Code Block?
    By ofayto in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2007, 08:38 AM
  2. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  3. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM
  4. Laptop Problem
    By Boomba in forum Tech Board
    Replies: 1
    Last Post: 03-07-2006, 06:24 PM
  5. beginner problem
    By The_Nymph in forum C Programming
    Replies: 4
    Last Post: 03-05-2002, 05:46 PM