
Build desktop apps for Windows - Windows apps | Microsoft Learn
This documentation provides the latest guidance about building desktop apps for Windows 11 and Windows 10.
Develop Windows desktop apps - Windows apps | Microsoft Learn
2025年2月13日 · The following articles provide information to help you get started using features of the full Windows app development platform for common app scenarios, including features provided by the Windows App SDK, the Windows SDK, and the .NET SDK.
Overview of framework options - Windows apps | Microsoft Learn
Windows offers a wide range of languages, frameworks, and tools for building apps, including WinUI, React Native for Desktop, WPF, C++, C#, .NET, and a variety of cross-platform frameworks. Here, we provide information to help you decide which option is best for you.
Get started with Windows development using WinUI - Windows …
2025年3月28日 · Welcome to Windows app development. This guide will take you through the steps needed to begin creating apps using the latest Windows development frameworks: the Windows App SDK and WinUI. It will also point you to resources that will help you learn more about Windows development.
Setup a development environment on Windows | Microsoft Learn
2025年1月7日 · Get started building desktop apps for Windows using the Windows App SDK, UWP, Win32, WPF, Windows Forms, or updating and deploying existing desktop apps with MSIX and XAML Islands.
Install C and C++ support in Visual Studio | Microsoft Learn
2025年3月18日 · For core C and C++ support, choose the Desktop development with C++ workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.
Windows C++ desktop application types | Microsoft Learn
2024年3月27日 · Any desktop application in C++ can use C Runtime (CRT) and Standard Library classes and functions, COM objects, and the public Windows functions, which collectively are known as the Windows API. For an introduction to Windows desktop applications in C++, see Get Started with Win32 and C++.
Visual Studio に C および C++ サポートをインストールする
2023年4月2日 · Note. このトピックは、Windows への Visual Studio のインストールに適用されます。 Visual Studio Code は、Windows、Mac、Linux システムで実行できる、軽量なクロスプラットフォームの開発環境です。 Microsoft C/C++ for Visual Studio Code 拡張機能では、IntelliSense、デバッグ、コードの書式設定、オートコンプリート ...
Create a C++ console app project | Microsoft Learn
2023年7月6日 · The Desktop development with C++ workload must be installed to make the Console App (C++) project type available. If it's not installed, see Install C++ support in Visual Studio. Create your app project. Visual Studio uses projects to organize the code for an app, and solutions to organize your projects. A project contains all the options ...
Using the Visual Studio IDE for C++ Desktop Development
2021年12月8日 · The Visual Studio Integrated Development Environment (IDE) offers a set of features that help you manage large and small code projects, write and refactor your code, and detect and correct errors by using both static analysis and powerful debugging tools.