About 643,000 results
Open links in new tab
  1. Get Started with Win32 and C++ - Win32 apps | Microsoft Learn

    Jan 27, 2022 · The aim of this Get Started series is to teach you how to write a desktop program in C++ using Win32 and COM APIs. 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.

  2. Module 1. Your First Windows Program - Win32 apps

    Jun 13, 2022 · In this module, we will write a minimal Windows desktop program. All it does is create and show a blank window. This first program contains about 50 lines of code, not counting blank lines and comments. It will be our starting point; later we'll add graphics, text, user input, and other features.

  3. Create a Traditional Windows Desktop Application (C++)

    Mar 17, 2025 · Learn how to create a minimal, traditional Windows desktop application using Visual Studio, C++, and the Win32 API.

  4. Introduction to Windows GUI Programming with C++: Building …

    Jun 28, 2023 · In this article, we will explore the basics of Windows GUI programming using C++ and the Win32 API. We will walk through the process of building a simple "Hello, World!" application with a graphical user interface (GUI) to help …

  5. Windows API tutorial - C GUI programming in Windows API

    Oct 18, 2023 · This is a Windows API tutorial for the C programming language. The tutorial uses C99 standard.

  6. MFC Tutorial

    To gain advantage of this tutorial you need to be familiar with programming for Windows. You also need to know the basics of programming in C++ and understand the fundamentals of object-oriented programming. MFC Tutorial - Learn Microsoft Foundation Class (MFC) programming with our comprehensive tutorial covering the basics to advanced topics.

  7. theForger's Win32 API Tutorial - Winprog

    This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible. The tutorial text does not include full source code listings, you will need to download this .zip if you want to compile the completed examples.

  8. Win32 API Tutorial => Getting started with Win32 API

    WinAPI (also known as Win32; officially called the Microsoft Windows API) is an application programming interface written in C by Microsoft to allow access to Windows features. The main components of the WinAPI are: WinBase: The kernel functions, CreateFile, CreateProcess, etc; WinUser: The GUI functions, CreateWindow, RegisterClass, etc

  9. The Simplest Windows Program - Syracuse University

    In order to use this tutorial and to do windows programming all you need is a PC or at least access to a PC with Microsoft Windows and a Windows development package installed. The two most popular packages for developing Windows applications are …

  10. C++ docs - get started, tutorials, reference. | Microsoft Learn

    Learn to use C++ and the C++ standard library. C++ programming reference for users of Microsoft C++ and Visual Studio.

Refresh