[try Beta version]
Not logged in

 
How to run a program in another PC

Oct 14, 2012 at 3:11pm
How can I run my C++ program in my friend's PC without make him compile it?
Oct 14, 2012 at 3:56pm
Compile it and send him the exe file.
Oct 14, 2012 at 3:59pm
And where do I find the exe file? I'm using devC++
Oct 14, 2012 at 4:45pm
I think I see your problem. You're using Dev-C++... seriously, why does anyone still use this? It hasn't been updated since like 2007... not to mention it's a weak IDE to begin with. Get Visual Studio Express or Code::Blocks.
Oct 14, 2012 at 4:49pm
Ok thanks... What about Xcode? My father's got a Macintosh and I heard it's quite good...
Oct 14, 2012 at 4:53pm
Dev-C++... Mac... you're already ruined.
Oct 14, 2012 at 4:56pm
Orwell Dev C++ was updated this year.
http://orwelldevcpp.blogspot.co.uk/
Oct 14, 2012 at 5:05pm
It's still a turd... and should not be used for any reason. Especially when far superior IDEs and compilers exist out there. I would sooner use g++ and eMacs than Dev-C++.
Oct 14, 2012 at 5:09pm
Normally the exe will be in a debug folder
Topic archived. No new replies allowed.