Rick C. Hodgin
Programmer
In the last many years, I have primarily used Visual Studio 2008 or Visual Studio 2015, 2017, and most recently 2019. All of them are adequate for doing what I do. I prefer Visual Studio 2008 because it's offline, and modern enough it works like a charm.
However, I've recently had occasion to create a Windows 2000 Professional developer environment, and I installed Visual Studio 98 (C++ module only) and I am amazed, absolutely amazed at how fast it is. Compilation is considerably faster than in Visual Studio 2008 or Visual Studio 2019. And edit-and-continue is nearly instantaneous.
If you have access to some of these old tools, you might want to install them to see what all it affords you. I have dyslexia, and I make all kinds of really odd coding mistakes all the time. Not from me not knowing how to code, but from me typing it in wrong (dyslexia and its spectrum of related disorders also translate into typing and speaking, not just reading). Having such a fast edit-and-continue has greatly increased my ability to write code.
For my personal 32-bit code development I may never go back.
--
Rick C. Hodgin
PS -- What IDEs do you all use? I use CodeLite for GCC/GDB related development and debugging in 32-bit and 64-bit. Specifically I use version 13.0. I use Visual Studio for nearly all Windows development. I use Open Watcom for some Windows development and all OS/2 development (and yes OS/2 is still being maintained -- see os2world.com. They've even released a new version called ArcaOS by a company called Arca Noae). They still have showcases each year at something called Warpstock. One in the U.S. and another in Europe. You can find past years' archives on YouTube.
However, I've recently had occasion to create a Windows 2000 Professional developer environment, and I installed Visual Studio 98 (C++ module only) and I am amazed, absolutely amazed at how fast it is. Compilation is considerably faster than in Visual Studio 2008 or Visual Studio 2019. And edit-and-continue is nearly instantaneous.
If you have access to some of these old tools, you might want to install them to see what all it affords you. I have dyslexia, and I make all kinds of really odd coding mistakes all the time. Not from me not knowing how to code, but from me typing it in wrong (dyslexia and its spectrum of related disorders also translate into typing and speaking, not just reading). Having such a fast edit-and-continue has greatly increased my ability to write code.
For my personal 32-bit code development I may never go back.
--
Rick C. Hodgin
PS -- What IDEs do you all use? I use CodeLite for GCC/GDB related development and debugging in 32-bit and 64-bit. Specifically I use version 13.0. I use Visual Studio for nearly all Windows development. I use Open Watcom for some Windows development and all OS/2 development (and yes OS/2 is still being maintained -- see os2world.com. They've even released a new version called ArcaOS by a company called Arca Noae). They still have showcases each year at something called Warpstock. One in the U.S. and another in Europe. You can find past years' archives on YouTube.