Win32 and Win64 programming in C sources?
- by Nick Rosencrantz
I'm learning OpenGL with C and that makes me include the windows.h file in my project. I'd like to look at some more specific windows functions and I wonder if you can cite some good sources for learning the basics of Win32 and Win64 programming in C (or C++).
I use MS Visual C++ and I prefer to stick with C even though much of the Windows API…