Does anyone know of a good C++ compiler that does not require installation? I need to be able to use it from my home filespace at school. If there are any online compilers those will work too.
Those work fine but I was hoping for something that would actually run a program, rather than only showing the output. Codepad doesn't allow user interaction with the program while it's running. BTW, I'm using Windows XP at school.
My school is blocking .exe file downloads, but I'll try downloading at home and bringing it to school on a flash drive. It will be a big pain with dial-up though.
I personally would not recommend Dev-C++, just because it's very old. Others might, but the version of MinGW that comes with it is quite old; it hasn't been updated in quite a few years. wxDev-C++ is another story! I haven't used it but I hear it's very Dev-C++-like, and with a much newer version of MinGW included in the bundle. :)