@hanst99 Yes it is definitely Visual C++ Express 2010 :) I agree, playing about will not break anything. Through doing this I did File > New Project > Empty Project as you say but was unable to enter any code and then I found a way by adding a new item and selecting a .cpp file. (I am new to this, but I hope I have explained it well enough to be understood.)
It is strange that all the tutorials I have seen so far indicate that I should start a new program by:
File > New > Project > Win32 > Win32 Console Application
After selecting the location for the new file/program and the name for it and clicking OK I would expect to see the application wizard judging from the many tutorial videos I have seen as that is what happens on all of them. Also a text book I have bought also says that is how to start off (although this is a few years old and refers to the 2005 edition).
In addition to this, a video I accessed directly from Visual C++ Express 2010 has a rather lengthy tutorial video (which refers to 2008 edition). This also says to start a new project as a Win32 Console Application. The url for this particular tutorial is:
http://msdn.microsoft.com/en-us/beginner/bb964629.aspx
The problem I have occurs 12 mins 30 secs in to the video after clicking OK I don't get the application wizard but a default browser page which actually when opened looks just like the application wizard however it is just a default look of it and it doesn't actually do anything. I have saved screenshots to show my problem better, but I cannot see a way to add them just yet.
For now I will continue to write the programs using the method I have found (as I stated above), but I do hope to solve the mystery of why I am unable to do what all the tutorials say to do.
I also have found, while creating my first project that once the program had run it's course the cmd window closed down rather rapidly. I have seen another thread already here that may just have the answer to that issue and I will read through it when I get up in the morning.
I am hoping someone can shed some light on the original issue I have raised as it does seems rather odd not to be able to do as so many tutorials show I should be able to do.