You are here

C++ compiler

5 posts / 0 new
Last post
bondofflameviii
Offline
Last seen: 13 years 10 months ago
Joined: 2010-05-11 13:21
C++ compiler

I would really like to see a portable C++ compiler. I can not find one on line and would be really happy if i could have one with me whenever i am at a computer instead of just at my home computer.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 9 months ago
Joined: 2007-04-15 21:08
MinGW

In the Beta Testing forum there's MinGW Portable.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

bondofflameviii
Offline
Last seen: 13 years 10 months ago
Joined: 2010-05-11 13:21
thanks dude. now i can do

thanks dude. now i can do some epic work!

Aloz1
Offline
Last seen: 6 years 10 months ago
Joined: 2010-05-21 18:21
Dev-C++ portable

I have an app called Dev-C++ portable, This works a real treat for me, If you can't find it then all you need is a launcher that supports extra commands. You add a file called 'config' into the Dev-C++ file then under the launcher, the extra command is
'-c config' It then saves all your configurations under the config folder.

aamiel
aamiel's picture
Offline
Last seen: 3 years 2 months ago
Joined: 2008-11-03 04:53
All done for you

This is all done for you there. But in the end, it is the same compiler, you just get an IDE with debugger,..., on top.

Log in or register to post comments