Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
虽然我们在互联网上有很多资源,但有时它并不能如我们所愿。有没有什么好书专注于使用winapi进行GUI设计?事实上,我需要一个带有几个子窗口的主窗口。
Programming Windows,Charles Petzold,第 5 版。这是使用 win32 api 构建应用程序的权威指南。预先警告它是一本 sdk c 风格的书。然而,这些信息可以很容易地应用于 c++。