Click here to Skip to main content
15,885,145 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi i want to start programming with Microsoft Visual C++ and can someone help me what these project made for (what's different between them) and please explain about all of these to i understand all of these
and i saw it has a WindowsFormsApplication but i heard just C# have it and at the end please tell me which one is better for making a program for hardware
With Respect
C++
Win32 Console Application
MFC Application
Win32 Project
Empty Project
ATL Project
MFC DLL
Windows Forms Application
CLR Console Application
CLR Empty Project
Class Library
Custom Wizard
Makefile Project
MFC ActivX Control
Test Project
Windows Forms Control Library
Posted

1 solution

Of course it depends on your needs.
The simplest one is the Win32 Console Application but then you have 'no windows on Windows' :-).

If you need a GUI[^] the you have to go with Win32 Project or MFC Application. Starting with MFC is somehow simpler (you may find useful info at MSDN: "Creating an MFC Application"[^]. You may also find many tutorials available on the web.

Since you are just starting, you may safely ignore, for the moment, the other project types.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900