Have been looking at the below video on youtube but some of those file paths (libexec etc.) that are in this stream don't exist (it's for Vista, but I'm guessing there are similarities with Win 7):
I'm trying to avoid Microsoft for the moment on this one as I'm looking for another product as I'm learning C++ from scratch and was wondering if there is a good (non-MS) alternative.
Installed Code Blocks. It's pretty good, but I am trying to learn basic programming in C++ from the bottom up. If I start a new project and console application this is pretty fast - too fast as I've understood nothing.
Is there a better way to do this to start off with so I get a good understanding of this process (ie. do this manually to start off with?).
@meridius are you talking about a compiler without an IDE? You can use Visual Studio's command line compiler "cl" or get MinGW. Actually, for a guy who wants to "avoid Microsoft" why not try Linux and g++?