Quote:
Originally Posted by rpgfan3233 Regarding Windows programming, I recommend theForger's Win32 API Tutorial unless you wish to use MFC (Visual C++ only as far as I know). Of course, there are also Windows Forms now with the .NET platform, so that may also be an option. Personally, the Win32 API made me wonder why it is so complex. There is an event handler for EVERYTHING. A simple text editor can be difficult for a Win32 API beginner using just the Win32 API. As for MFC and Windows Forms, I have no experience with either of them, though I plan to look into MFC possibly. |
Thanks, i will not be looking at the .NET section for this sort of thing, i would like to learn all about C++ and then in the future i can maybe move onto directx with C++ and other things as finding directx tutorials for VB.NET 2005 can be hard work.
I was hoping you could maybe make a list for me and other beginners looking, things i can think of to start:
1. Hello World Program
2. Variables
3. Using input & variables e.g. cin
4. Simple mathmatical operators.
5...??
Maybe you could continue it a little bit, it would help me greatly
