What’s on this site?
So far we have . . .
- How to create a basic Window in C
- Skeleton of a fast C Windows program for games using PeekMessage()
- How to create translucent windows
- Getting the HWND and the HINSTANCE of the console window
- OpenGL in a PROPER Windows app (no GLUT!!)
- Introduction to vertex shaders using CG
- Getting started with MySQL in C++
- Connecting to a MySQL database through ODBC from C++, ODBC tutorial
4 Comments
I must say, when I first went to create my first windows app, I was very scared. You should definitely turn your knowledge into a career. I am sure it can help many many more people as you explain your code very well in your comments.
pretty interesting post as i’m having to recode the printf function for a school project without using any system functions. The major problem with the va_list is to access any given index of the list without have the data removed from the list.
AX+BY+C=0 ES (-B,A)
“I must say, when I first went to create my first windows app, I was very scared. You should definitely turn your knowledge into a career. I am sure it can help many many more people as you explain your code very well in your comments.”
I definitely agree. You explain everything so well.