C++ compiler
It's an excellent IDE to work with and comes with a built in online web help feature and more helpful (IMO) debugger info than Dev-Cpp, however, I would not recommend using ONLY MSVC++ because you have to often incorporate non-standard code to make it work for instance, you must #include "stdafx.h", if you work with GUI programming, you'll find that you'll often have to change the parameters a bit, for instance //note the _T("") MessageBox(NULL,_T("Text"),_T("Caption"),MB_ICONEXCLAMATION|MB_OK); and if you do not do that, it can give confusing output (especially in more lengthy code) to someone who is used to a different compiler.
chronicburst wrote: Would anyone here recommend Microsoft Visual C++ 2008 Express or should I just stick with bloodshed dev or a borland compiler.
Are you sure you want to learn C++ right now? Weren't you learning python? As I remember, you were have problems with the basics not too long ago. There is a lot more to grasp in C++. But, what ever floats your boat.