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:
Printable View
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:
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/...mpositedoc.xml
thanx very much.
i wil take it .
"Programming Windows" by Charles Petzold can help you implement that!