[Re. suggested link to other topic that might answer my question. That link answers the question, can I get the c++ compiler seperately from visual studio. That is somewhat related to my question (2). But it doesn't answer the more-important question (1).]
Retired professional software dev here.
I've come across a win32 GUI program described as "written in C++ and intendeded to be built with Visual Studio 2013".
I have no experience with C++, or modern tools like Visual Studio. But the sourcecode looks simple, and I'd like to add some features to it. This would be a good learning exercise, with a practical benefit.
The problem is, I don't want to install some massive IDE on my puny Windows 7 Starter atom netbook! So I'm after the very simplest environment that might compile and link this program. I don't even need an IDE, I'm happy to edit the sourcecode directly with Notepad!
At present I can't see any compatible-sounding VS product simpler than "Visual Studio Express For Desktop". So my questions are:
(1) Is it likely that Visual Studio Express For Desktop could compile and link a win32 C++ GUI application meant to be built with Visual Studio 2013? (or is that just a non-starter?)
(2) Is there a simpler solution (eg. a standalone compiler and linker) that might work?
In conclusion, I really do not want a full-on, bells-and-whistles environment. I want the very simplest environment that will let me just hack on this sourcecode.
I know that any solution will be slow on an atom netbook.
Thanks in anticipation