I use Microsoft Visual Studio Professional on my Desktop PC, but my GTX 260 just failed and im dojng an RMA, so I started trying to program on my laptop. I am around 1/3 of the way through Ivor Hortons Beginning Visual C++, the book covers Native C++ and C++/CLI, I have only been reading the native parts and I have the been using MSVS to compile all the code, the book teaches some things that are in the current c++x0 draft and other new things that I havent yet been able to compile correctly in Code::Blocks because of the new things and I dont know what other IDE supports atleast half as many things as Visual Studio 2010. My laptops hardrive is too small to install Visual Studio. Is there a good alternative to Visual Studio small enough for my laptop?
One exmple that no other IDE has been able to compile:
double* value(nullptr);