Hi,
I have recently purchased the following book from Amazon ‘
C++ Programming in Easy Steps’ which I hope to provide me with an introduction to C++ programming.
I have only recently purchased Windows 7, therefore I am very unfamiliar with the environment which is possibly a factor in the issue that I have. I have no prior knowledge of programming therefore I have begun following the books step-by-step installation instructions for ‘MinGW’, however I think the book pre-dates Windows 7 which makes the instructions a little hazy.
The instructions are as follows...
-------------------------------------------------------------------------------
1. Download ‘MinGW’ from
http://sourceforge.net/projects/mingw
2. Install to the suggested location
C:\minGW
3. When installation completes, click the System icon in Control Panel then the Advanced System Settings item - to launch the System Properties dialog.
4. In the System Properties dialog, push the Environment Variables button, select the Path System Variable, then push the Edit button and add the location
C:\MinGW\bin to the path statement.
5. Click OK to close each dialog, then open a Command Prompt window and enter the command c++. If the installation is successful the compiler should respond that you have not specified and input files for compilation.
-------------------------------------------------------------------------------
Now, I have installed ‘MinGW’ however upon visiting the Control Panel in order to change the settings, I noticed that it’s completely different from XP/Vista.
Can someone please advise me on where I can locate the ‘System Icon’ as stated above in order to change the relevant path settings?
Any advice on this issue is greatly appreciated as I’m eager to have a go at the programming aspect of the book.
Thanks
Phibir