开发者

how to use Application window? c++

i have been programming for sometime but all of my programming books have not really showed me how to use the Application window i always use the console window. i was looking at the Application project and 开发者_运维百科i noticed that it has a .cpp file that is the main file but how do work with the window? i have tryed googleing it but i can't find anything really that is usefull, can anyone help ?


There are many many GUI frameworks, so this question has hundreds of possible answers.

If you are developing on Windows you have the choice of many frameworks including:

  • Straight Win32 API
  • MFC
  • Qt
  • WinForms (.Net)
  • WPF (.Net)
  • Silverlight (.Net)

Depending on what you want to do, and on which platform you will have to select a platform/framework. Once you select a platform/framework you can get a tutorial or buy a book.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜