Skip to content
| Marketplace
Sign in
Visual Studio>Templates>StandardCppWin32AppVSIX
StandardCppWin32AppVSIX

StandardCppWin32AppVSIX

MikeBMcL

|
72,355 installs
| (0) | Free
Installer for the StandardCppWin32App C++ Project Template.
Download
For more detailed information, see the README at the source code repository:https://github.com/mikebmcl/StandardWin32AppVSIX/blob/master/README.md .

 

This extension adds a C++ Project Template called StandardCppWin32App. This template creates a C++ project which is a Win32 desktop application that used as its entry point the ISO(R) Standard C++ required entry point function:

int main(int argc, char* argv[]);

 

It also includes a rudimentary Win32 window class, Win32Window.

 

The code sample is small in scope but is, nonetheless, a complete C++ Win32 desktop application, complete with a basic main window with a menu, an About window, and other resources stored within its RC file.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft