cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
compiling program in windows
compiling program in windows
Jul 17, 2013 at 12:13am UTC
metulburr
(585)
In linux the command i have been using to compile and run via g++:
g++ -std=c++11
"%f"
-o
"%e"
&&
"./%e"
but im trying to compile the same in a win7 virtual box. What would be the equivalent for windows?
Jul 17, 2013 at 12:41am UTC
Disch
(13742)
g++ is available for windows as well.
As long as you have g++ installed and it's in your PATH, the same command to compile should work.
Topic archived. No new replies allowed.