I have MSVC 6. Compilerwise, it sucks. Is there some way I can get it to use GCC? I have Dev-c++ also - and there are too flavors of it. The old, very old, version or the new, buggy version. I'd like an alternative.
This is a discussion on Using GCC with MSVC? within the C++ Programming forums, part of the General Programming Boards category; I have MSVC 6. Compilerwise, it sucks. Is there some way I can get it to use GCC? I have ...
I have MSVC 6. Compilerwise, it sucks. Is there some way I can get it to use GCC? I have Dev-c++ also - and there are too flavors of it. The old, very old, version or the new, buggy version. I'd like an alternative.
You can use Visual Studio as a project manager and source code editor, but I would still use makefiles or scripts to build the code.
gg