Just started reading C++ Primer Plus 4th Edition (Copyright 2002)
I'm totally new to programming.
There is some sample source code in the book that I want to compile and run and was hoping someone could recommend a free, easy-to-use compiler that runs on Windows.
I started out trying Visual C++ 2008 Express, but it came to my attention that I will be limited in some ways because it's not the "full" version. I don't want to learn how to use it, if I'm going to have to buy it, inevitably.
I have both VC++ Express and Code::Blocks installed. When I reach my C++ goal (which is coding addons for Orbiter, a space flight sim), I'll be using VC++ cause every addon dev for that sim uses it and it'll be less of a hassle if I do too. However, that's a long way off, so in the meantime I'm using Code::Blocks, which I prefer and recommend.
Keep in mind that Code::Blocks is not a compiler. It is an IDE. You can download versions that install the GCC (MinGW), but it can be configured to work with any compiler, including VC++.