I need a standalone C ++ compiler that does not require installation. Something that can be run from a directory or from a USB key.
I have googled, but I can not find exactly what I am looking for. It doesn't matter if it's just a command line compiler or is an IDE. I would appreciate a link to a page where I can actually upload the file I need.
Since I'm still not familiar with C ++, just make sure you all understand what I'm looking for: I need a program so that I can run this program in the source file (.cpp) and create and execute it.
I'm on 64-bit Windows 7.
EDIT: just to be clear. I would prefer to just download the zip file (or something like that) and unzip it to a directory on the computer, and then run it.
source
share