Re: How to RUN C by Microsoft Visual Studio
- From: pete <pfiland@xxxxxxxxxxxxxx>
- Date: Wed, 27 Feb 2008 17:50:10 -0500
Mike wrote:
Hi
I would like to use microsoft visual studio to compile a C program.
Does somebody know how to compile,
Ctrl F7
link
F7
and run it?
I create a project and add a program to it.
I press F5 to start debug
(because I cannot find any command to run, why?).
A console window just appears and close very quickly.
How can I pause the console window?
Don't run the program from the MSVC console window.
Open another window from outside of MSVC,
and cd (change directory) to where the executable files wind up,
amd run your programs from there.
--
pete
.
- Follow-Ups:
- Re: How to RUN C by Microsoft Visual Studio
- From: Richard Heathfield
- Re: How to RUN C by Microsoft Visual Studio
- References:
- How to RUN C by Microsoft Visual Studio
- From: Mike
- How to RUN C by Microsoft Visual Studio
- Prev by Date: Re: printf() causes core dump
- Next by Date: Re: incr MACRO
- Previous by thread: Re: How to RUN C by Microsoft Visual Studio
- Next by thread: Re: How to RUN C by Microsoft Visual Studio
- Index(es):
Relevant Pages
|