Re: How to RUN C by Microsoft Visual Studio



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
.



Relevant Pages