How to merge c++ code into Visual C++ studio project?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mr Key
    New Member
    • Aug 2010
    • 132

    How to merge c++ code into Visual C++ studio project?

    I have created Win32 Application project in Visual C++ 2010 and I want to add C++ Program to display the word "Hello World" on the screen.
    I have read many Forums but I cant get what I want. They endup proposing another code-type instead of pure C++ code.
    Please help!!!!!!
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Creating a Win32 project is the correct thing to do. However, before you click "finish"

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      Creating a Win32 project is the correct thing to do. However,before you click "finish", be sure to select application settings and select "empty project". This will get you your pure C++ project and not a shell for a Windows program.

      If you see an include for stdafx.h then your project is not set up correctly.

      Comment

      Working...