Re: Which compiler is good
I used Mingw and Dev C++. These are sets syntactic editor + compiler + environment development. They had been recommended by pros from my ex-boss, and they are very good.
For the compiler itself, Borland's reputation is well established. I also tried Visual, but I find it a little heavy.
Where I had difficulties is to find C compilers (not C++, therefore, objects) and interfaces with Windows, not generally documented.
Re: Which compiler is good
If it is to make the pure C++ then it works good. Prefer Code:: Blocks to Devc since devc + + + + is no longer maintained.
"Visual C++ 2008 Express Edition" is great but it is especially useful if you need to make the programming GUI windows using the Microsoft.NET framework.
Re: Which compiler is good
Oh, yeah? Thank you, I forgot Cygwin. MinGW is really top! :thumbup1:
Re: Which compiler is good
You will see also later at the implementation level, for .exe directly executable under Vista, without the need for dll additives, but it is much later.
Anyway, once you understand the language, generation procedure, etc... move from one environment to another, is nothing.