How do I begin

When starting a program in C++, which of these do I choose to start my project? Im NOT trying to do a html or anything like that, I just want an ordinary C++ program with ext, cpp, dsw and so on.


ATL COM AppWizard
DevStudio Add-in Wizard
ISAPI Extension
Makefile
MFC ActiveX Control Wizard
MFC AppWizard [dll]
MFC AppWizard [exe]
Utility Project
Win2 Application
Win2Console Application
Win32 Dynamic-Link Lib
Win32 Static Library

Thanks

Comments

  • : When starting a program in C++, which of these do I choose to start my project? Im NOT trying to do a html or anything like that, I just want an ordinary C++ program with ext, cpp, dsw and so on.
    :
    :
    : ATL COM AppWizard
    : DevStudio Add-in Wizard
    : ISAPI Extension
    : Makefile
    : MFC ActiveX Control Wizard
    : MFC AppWizard [dll]
    : MFC AppWizard [exe]
    : Utility Project
    : Win2 Application
    : Win2Console Application
    : Win32 Dynamic-Link Lib
    : Win32 Static Library
    :
    : Thanks
    :
    :
    Either Win32 Application or run the MFC AppWizard [exe]
  • File -> New -> Win32 Conosle Application -> a Hello World Application -> OK and then I also have to set it to not using prcompiled header files for C++ from the project settings menu, otherwise it gives the same error "cannot locate prcompiled header files..." that's how I do it basically.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories