hi, more help

Discussion in 'C' started by esam, Aug 13, 2007.

  1. esam

    esam New Member

    Joined:
    Aug 8, 2007
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    i'm using MS visual studio 6 and i do code and run some programs. But i'm interested in knowing how to run a program without necessarily opening c++ compiler, i.e. has to be a stand alone program like the way we run an install agent. Or even creating an icon whereby upon clicking should run the program and should have a graphical user interface.
     
  2. DaWei

    DaWei New Member

    Joined:
    Dec 6, 2006
    Messages:
    835
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    Semi-retired EE
    Location:
    Texan now in Central NY
    Home Page:
    http://www.daweidesigns.com
    When you compile the program, it generates an .exe file. Drag that anywhere you like and double-click on it to your heart's content. If you want a graphical user interface, then you have to write one.
     
  3. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Browse to the folder where you have source code and you will see a folder like Debug and Release and you will find the executable (.exe) file inside it.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice