Hi all,
This is my first message here.
I use Visual C++ 6.0 and just want to ask you witch environment do you use for C++ programming and what are the advantages of that environment?
Thanks,
Reuven
I'm using Dev-C++. I'm a noobie and it's simple. I have Visuall C++ 2008 as well which I play around in sometimes. Also Visual C++'s mem usage is like 100,000k for me and takes a minute to load =/
On Windows, Eclipse Ganymede + CDT with Mingw (GCC 3.9.5)
On Linux, Eclipse Europa + CDT + GCC 4.X
Advantages for me.
-> It's a multi-platform IDE I can use on both Windows and Linux
-> Good integration with GCC/MingW
-> Good SubVersion plugin for version control
-> Good code-style templates (K&R ftw)
-> I don't have to install it, I can zip it and email it up to a co-worker and they can unzip it and it works.
-> Don't need to fk around with .NET versions.
-> Ctrl+Click on Variable/Function Names
-> Code Hover on Functions/Variables for definitions
I have Visual C++6 (and version 5 and 4) all gathering dust on a shelf.
After Microsoft sidelined it - it was just a matter of time before I had to move on as well.
I used to use MSVC++6.0. But I was never a fan of MFC so I quickly moved away from it. Because MFC isn't really supported by Microsoft it's probably better to move into WPL (I'd skip Windows Forms).