| I personally use MinGW's implementation of gcc (the GNU C Compiler) and g++ (the C++ implementation), and I find that to be wonderful. I tried working with Borland after spending a year with gcc, and while it wasn't too complicated to set up, I found trouble trying to find similar compiler and linker options that I used with gcc and g++. I also found Microsoft's Visual C++ 6 compiler to be flexible, but not quite what I was looking for.
Like I've said in the past, various implementations and compilers are good for various programmers. It is up to you to choose which one suits you best. |