i use microsoft visual c++ but i want one that compiles quick and has better error message reports and has as many c++ library as possible.What compiler do you use?
Code::Blocks is an IDE, not a compiler. Code::Blocks does in fact use MinGW as its default compiler. Although, it does support multiple compilers such as Digital Mars, and Cygwin.
I use the compiler that came with Visual C++ 2010 Express. It's good, but could be better. I'll probably ship to MinGW's compiler suite once it supports C++11 fully. I've always like MinGW's compilers.