Learn C++ For Windows
Learn C++ For Windows
1 of 3
https://msdn.microsoft.com/en-us/library/ff381399(d=printer).aspx
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.)
In This Section
Topic
Description
Introduction to Windows
Programming in C++
This section describes some of the basic terminology and coding conventions
used in Windows programming.
In this module, you will create a simple Windows program that shows a blank
window.
This module introduces the Component Object Model (COM), which underlies
many of the modern Windows APIs.
Sample Code
9/20/2015 6:30 PM
2 of 3
https://msdn.microsoft.com/en-us/library/ff381399(d=printer).aspx
Community Additions
windows uploads
downloads/uploads
ellasnyder15
9/15/2015
Hello, I'm relatively new to Windows programming with C++. We use MFC in our code. My question is,
How do I calculate the window size/dimension/position? I tried the value, which yielded some negative "long" datatype numbers.
3/24/2014
9/20/2015 6:30 PM
3 of 3
https://msdn.microsoft.com/en-us/library/ff381399(d=printer).aspx
Easy start
2/12/2014
Using command File --> Print on your browser, try to print the article as 'xps' file.
Similarly, 'pdf' files can also be printed provided pdf converter / driver is installed on your computer.
hope this works.
cwk311
10/29/2011
2015 Microsoft
9/20/2015 6:30 PM