Criação de aplicativos do Windows (C++)
Now that we've learned about the Visual Studio IDE and command-line applications, we will learn how to create Windows applications. Com o Visual C++, você pode criar aplicativos do Windows usando diferentes tecnologias, como o API do Windows (também conhecido como a API do Win32) e o.NET Framework.
In this section, we will create two simple Windows applications by using the Win32 API and the .NET Framework. We will also create a Windows Forms Control by using the .NET Framework, and finally we will create a simple game by using DirectX.
Pré-requisitos
These topics assume that you understand the fundamentals of the C++ language. Se apenas começar C++ de aprendizagem, recomendamos que o "guia para iniciantes do C++", escrito por Herb Schildt, disponível online em https://go.microsoft.com/fwlink/?LinkId=115303.
In This Section
Próximas etapas
Anterior: Demonstra Passo a passo: Compilando um programa em c | Próxima: Criação de aplicativos baseados no Win32 (C++)