compling .exe
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
i have a visual studio project in c++ that makes a .exe i want to run it from the command line, i think i need to complile it from here as well, how do i do that,what is the command?
-
i have a visual studio project in c++ that makes a .exe i want to run it from the command line, i think i need to complile it from here as well, how do i do that,what is the command?
An .EXE file is an EXEcutable. Just run it; you don't need to compile it again.
Software Zen:
delete this;
-
i have a visual studio project in c++ that makes a .exe i want to run it from the command line, i think i need to complile it from here as well, how do i do that,what is the command?