Building a Visual C++ 6.0 Project

17
Create a new VC++ project

description

Building a Visual C++ 6.0 Project

Transcript of Building a Visual C++ 6.0 Project

  • Create a new VC++ project

  • Choose Win32 Console Application and name it the same as the source code files

  • Choose an empty project

  • Choose OK

  • Our project is now active

  • Find the location of the project folder

  • Your location may vary.As a last resort use the OS find function.

  • Move (or copy) the source code files from storage

  • into the project folder

  • Verify that they are there

  • Open the source code files

  • Open the source code files

  • Open the source code files

  • Add the source code files to the project

  • Add the source code files to the project

  • Build the project

  • Execute the project