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
MingW
MingW
Jun 26, 2012 at 1:13pm UTC
Script Coder
(1468)
Hey all,
I am trying to recompile the source in this thread:
http://www.cplusplus.com/forum/lounge/73282/
. And I have no idea how i would go about it with MingW.
Last edited on
Jun 26, 2012 at 1:20pm UTC
Jun 26, 2012 at 1:25pm UTC
Peter87
(11234)
Try standing in the SourceCode directory and run
g++ -o bb.exe *.cpp
Jun 26, 2012 at 2:15pm UTC
Script Coder
(1468)
I'll try it thanks :)
Topic archived. No new replies allowed.