Hi,
I'm trying to make a new windows application and learn windows programming because my lack of knowledge in that area is preventing me from actually doing anything significant.
All the functions in z-term.c seem to be used for writing text to the screen.
I was wondering if someone could point me to the "bottom" level function that actually does the job of writing a character to the screen. That is, how one would do it if they were starting an application from scratch in MSVC++ 2008 Express Edition.
Thanks for any help.
Cheers,
Kyle
I'm trying to make a new windows application and learn windows programming because my lack of knowledge in that area is preventing me from actually doing anything significant.
All the functions in z-term.c seem to be used for writing text to the screen.
I was wondering if someone could point me to the "bottom" level function that actually does the job of writing a character to the screen. That is, how one would do it if they were starting an application from scratch in MSVC++ 2008 Express Edition.
Thanks for any help.
Cheers,
Kyle
Comment