I am learning OpenGL with Dev-Cpp. In some OpenGL code there is that WinAPI code:
(hWnd, HANDLE etc)
This type of code i tried to avoid during the process of learning console programming.
What is this WinAPI code called? Just WinAPI, whenever i do searches on Windows Programming i get tuts on MFC. What is MFC, and how does it relate to this?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am learning OpenGL with Dev-Cpp. In some OpenGL code there is that WinAPI code:
(hWnd, HANDLE etc)
This type of code i tried to avoid during the process of learning console programming.
What is this WinAPI code called? Just WinAPI, whenever i do searches on Windows Programming i get tuts on MFC. What is MFC, and how does it relate to this?
Thank you
Just some ifo to get for free:
winAPI
http://www.bloodshed.net/dev/doc/index.html
MFC
http://tiger.la.asu.edu/Quick_Ref/MFC_QuickRef.pdf
J@ck_