Thread: Microsoft Visual C++

  1. #1
    Unregistered
    Guest

    Question Microsoft Visual C++

    I 'm currently programming C with Microsoft Visual C++.But I don't understand how i can let the program run on my computer.How can I put an icon on my desktop and run it like that.I've tried it before but It just opens the program in Visual C++.And are there any compiler I can download from the net so I can practice at home?

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    When you compile and build the project, it should produce an exe file (I think, in the same folder as your code) - just run the exe file.

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    MSVC++ will place the executable file in the debug folder of your project.

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM