I am just learning to make win32 programs and I have gotten as far as Printing something in a window. Any good resources on this kind of thing?
Printable View
I am just learning to make win32 programs and I have gotten as far as Printing something in a window. Any good resources on this kind of thing?
Oh and whats the easiest way to learn graphics? OpenGL seems kinda hard.
:(
You might try
http://www.winprog.org
I found a great, amazing tutorial there. Throws you right into the world of Win32 API programming and is actually UNDERSTANDABLE.
Ken's site
Sunlight's site
Read both of the WINAPI tutorials
You could always buy a good book on it - thats the way i learn programming things and that how I learned how to program using the win32 api. The best book on it is 'Programming Windows' by Charles Petzold. I'm sure most others on this board would agree...
Thanks ill try those sites.
Is DirectX hard to use??