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++的学习资料。
|