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.
New: Run-Command (Dec 2, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads Nov/Dec!, Please donate today
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
thanks dude. now i can do some epic work!
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.
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.