I downloaded and installed the Bloodshed C++ editor and compiler, but every time I compile a code and go to run it, it tells me the project is not compiled. Can anybody help me? (BTW, I'm new to C++.)
I have not used Bloodshed for a long time, but I recall you also need to "make" and/or "build" your projects and then compile them.
press make and build.. anyway, bloodshed doesn't have nice user interface. Rather try free version of Visual c++ or Eclipse with CDT plugin (probably don't work out of the box, needs some time to setup).