I am fairly new to C++, and am really keen to learn programming :P
My problem is I really want to put my "Hello World" application into a window, and am struggling to find any tutorials or help on the internet (especially tuts for c++). Can someone please explain to me how to put my "Hello World" application into a window, and how I can do it using a 'widget' or GUI
Keep in mind that it takes a fair bit longer to grasp a hello world win32 than a hello world console. A lot of that code is going to be alien and completely not understandable to a beginner. That is why we start with console applications, after all.
Some people have told me that Qt is also the way to go in relation to GUIs, but apparently it is also rather advanced and it is best I learn the basics first. I shall continue my learning on C++ with books, as this is what most people recommend rather than web tutorials. One of the most recommended books I have had to learn C++ is Accelerated C++ by some people called Koenig and Moo.
I am only 14, so I have plenty of time to get the basics down pat ;)
Don't think of being so young as a hinderance, either. Most of us started tinkering with things at a very young age. I personally knew HTML reasonably well at about 13 and C++ I took in school at 15.
While creating a Win32 GUI project should give you the code base for a windows program, it doesn't teach you what any of that means or how it works.
Anyway, I think books and web tutorials are both great resources with their own advantages and disadvantages. You have to pay for a book, but its always there for you. You might not be able to find a web tut tomorrow that you just looked at yesterday.