I'm trying to pracitce coding at school, but the computers have an admin lock and i dont know the password so I cant download any C++ compilers or IDE's.
The Java IDE Eclipse works here, but thats all i could get to work.
So im wondering if there is a C++ IDE/Compiler that is like Eclispe that i could use without being asked for the admin password.
You could go the "purist" route and just use a compiler and linker with out the IDE. I wouldn't normally recommend it for a beginner but it sounds like your hands are tied. Besides you can script most of the redundant linking stuff to make things easier.
On another vein of thinking Laptops are pretty cheap these days.
I prefer to use code::blocks handle mingw commands for me. To do that (in code::blocks) just go to Settings -> Compiler -> Toolchain Executables. From there, just change the value of Compiler's Installation Directory. Example C:\MinGW
I'm not exactly an expert on this subject, but you can do it through the command prompt (presuming you have installed it, modified the PATH variable and whatnot)