How to compile & run Project 1 using Visual C++

How to compile & run Project 1 using Visual C++

Thanks to Jeff Cousens, the Library PC Lab manager, here are some instructions to help you compile and run project 1 using Visual C++.
  1. Uncompressed proj1.tar.gz to C:\Work, creating C:\Work\Proj1 containing your project files
  2. Started VC++ (Start -> Programs -> Programming -> Microsoft Visual C++)
  3. Created a new project (File -> New, select the project tab, clicked on Win32 Console Application, Project name: Proj1, Location: C:\Work, empty project on the next tab)
  4. Added files to the project (in the workspace window to the left, select the FileView tab on the bottom, right click on Source Files and Add Files to Folder and add your 3 .c files then right click on Header Files and Add Files to Folder, adding your 2 .h files)
  5. Edited lowlevel.c to change:
  6. Built/executed the project (Built -> Build or Execute Proj1.exe, F7 to build, ctrl+F5 to execute or click the Build or Execute button on the Build MiniBar).
Other possible problems you may encounter: