Welcome to the series Learn to Program for Windows in C++. The aim of this series is to teach you how to write a Windows program in C++.
In the first module, you'll learn step-by-step how to create and show
a window. Later modules will introduce the Component Object Model
(COM), graphics and text, and user input.
For this series, it is assumed that you have a good working knowledge
of C++ programming. No previous experience with Windows programming is
assumed. (If you are new to C++, you can find learning material at the Visual C++ Developer Center.)
【翻譯】 歡迎閱讀 《學習用C++編寫Windows窗口程序》系列教程。這套教程的目的是為了講解如何用C++編寫一個Windows窗口程序。 首先,你將一步一步地學習怎樣創建並顯示一個窗口,然後學習COM(組件對象模型),圖形繪製以及處理文本和用戶的輸入。 學習這個系列教程之前,你需要已經掌握C++的基礎知識,但不需要有任何先前的Windows窗口程序編寫經驗。如果你完全是一個C++的新手,那麼你可以在VC++開發中心(應該也是微軟官方的一個網站)找到C++的學習資料。
|