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
new pc
new pc
Jun 28, 2015 at 5:04pm UTC
DatOneLefty
(23)
i transfered my code documents to my new PC, but how would i make them executable, like an a.out file on a mac, i got to the directory, now what?
Jun 28, 2015 at 9:22pm UTC
Duthomhas
(13206)
Mac and Windows are different operating systems. You have to recompile your programs.
You'll need a compiler. Choose one of the following:
http://tdm-gcc.tdragon.net/
http://mingw-w64.org/doku.php
https://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx
Good luck!
Jun 28, 2015 at 9:57pm UTC
DatOneLefty
(23)
i know the apps are different, thanks for the links!
Topic archived. No new replies allowed.