choosing a compiler

Feb 18, 2010 at 7:07pm
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.

thanks
Feb 18, 2010 at 7:09pm
I don't think there is anything in that book that you won't be able to compile with VS 2008.

The "full" version includes proprietory MS libraries and technologies and stuff (like MFC and .NET). All versions come with full C++ support.

Hope this helps.
Feb 18, 2010 at 7:09pm
closed account (jwC5fSEw)
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.
Feb 18, 2010 at 7:12pm
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++.
Feb 18, 2010 at 7:13pm
closed account (jwC5fSEw)
... right. I tend to forget that distinction. Thanks for the clarification!
Feb 18, 2010 at 7:30pm
@ Duoas

thanks
Topic archived. No new replies allowed.