threehairs
June 12th, 2002, 02:11 AM
Is any one know how create a window using only c or c++ in
windows os?
or who can give me some source code about this.
thanx very much.:confused:
sandodo
June 12th, 2002, 03:50 AM
The purpose you want to use the only C/C++ to generate window programmes maybe rely on the fact the enviroment your programme runs on doesnot support the MFC libs.
If it is true, you can use the ATL/WTL to achieve it. It wraps only the basic C/C++ libs
http://msdn.microsoft.com/downloads/default.asp?URL=/downloads/sample.asp?url=/MSDN-FILES/027/001/586/msdncompositedoc.xml
threehairs
June 12th, 2002, 10:21 PM
thanx very much.
i wil take it .
Yarrow
June 13th, 2002, 03:26 AM
"Programming Windows" by Charles Petzold can help you implement that!