Advertisement

Creating windows

Started by January 17, 2002 12:25 PM
2 comments, last by Mullvad 22 years, 10 months ago
So now I finaly have registrat myself now I can really start asking questien. And thanks Merlin9*9 and Krez that maked me want to be a member now to my qustien. I am very new in programing with windows platform i have alwaysd programed in dos. So i tough i would make something is and just print "Arne Vajse" on the screen but it doesnt work. But thanks to merlin and krez I know that i have to write in something so now i need help to creating a window where i can print "Arne Vajse" in. I am using borland C++ but I am most programing in C. Mullvad
Mullvad
the tutorial at http://www.winprog.org will get you going with a simple windows program (but you might want to buy a book too, for all the important details).

--- krez (krezisback@aol.com)
--- krez ([email="krez_AT_optonline_DOT_net"]krez_AT_optonline_DOT_net[/email])
Advertisement
Thanks again krez one more quetien what is Api??

Mullvad
Mullvad
A pplication P rogramming I nterface... meaning a bunch of funtions that somebody else wrote for you to use (i.e. the win32 API is functions for doing ms-windows stuff, OpenGL is an API for 3D graphics)...

--- krez (krezisback@aol.com)
--- krez ([email="krez_AT_optonline_DOT_net"]krez_AT_optonline_DOT_net[/email])

This topic is closed to new replies.

Advertisement