I'm jumping ahead of myself here...

Started by
3 comments, last by ScottC 18 years, 8 months ago
I haven't gotten the hang of many of the basics of C++ (I'm still getting the hang of classes and inheritance) but I'm curious at this point, and I like to see what I can understand at this point. Hopefully I'm not annoying anyone.... Anyway. I want to take a look at some beginning windows programming (like creating basic windows, either with text or possibly inputting graphics into it, menus, that sort of thing) I know it involves the library windows.h, but I haven't been able to unearth any sort of basic tutorial for that sort of thing. I'm using Dev C++, and yeah, I have done some googling. ;) Any recommendations? Or should I just stick with my basic stuff for now? Hehe :) Thanks in advance! :)
Advertisement
Easily the best Win32 tutorial available.
Have I mentioned that you're my hero? ;)

And your rating...so 1337 ;)

Thanks for the help!
Yea i have to say, read that 3 times then hit the books at <a href="http://library.msdn.com/>MSDN to see how each function or method works in detail.
Get the SDL libraries at www.libsdl.org, much easier to draw a window, if you just look at some sample code you can easily pull it out of there.

This topic is closed to new replies.

Advertisement