|
Tutorial 1: Moving your code from disk This section will give you a crash course on how to move your code files from your disk to your hard drive. Don't repeat steps 7 - 13 if your folder already exists!
- Insert your disk (with the code on it) into your floppy drive.
- On the desktop, double-click on My computer.
- Double-click on the A-Drive.
- Hold down the control (ctrl) key on your keyboard and single left-click on each file you want to move
- From the Edit menu, select copy
- Close this window
- On the desktop, double-click on My computer.
- Double-click on the E-Drive:
- Right-click in the whitespace (not an icon) and select new
- Now select Folder
- A new folder appears with the name New Folder
- Right-click on this folder and rename it to your name. For example, if your name is
- John Smith, rename the folder to John Smith.
- Close or minimize this window so that you can see the desktop again.
- Open up Micrsoft Visual Studio by double clicking on its icon. (Make sure that the top of the window says Microsoft Visual C++. If it does not, you may have opened Visual Basic instead.
Tutorial 2: Getting a Shell File from CD-ROM This section will give you a crash course on how to move your code files shell files from the course CD-Rom to your hard drive. Shell files are partial code files given to you by your instructor to get you started on a lab. It is your job to "fill in the blanks" and get the file to work in the way the lab book directs. Don't repeat steps 1 - 7 if your folder already exists!
- On the desktop, double-click on My computer.
- Double-click on the E-Drive.
- Right-click in the whitespace (not an icon) and select new
- Now select Folder
- A new folder appears with the name New Folder
- Right-click on this folder and rename it to your name. For example, if your name is
- John Smith, rename the folder to John Smith.
- Insert your CS-105 Lab Manual CD-ROM into the CD-ROM drive.
- On the desktop, double-click on My computer.
- Right-click on the CD-ROM Drive (it will have the picture of a CD on it)
Select "Explore"
- Double click on the folder which contains the shell you need (e.g. for lab #1, open the Lab01 folder)
- The file you just copied will have read only rights, which means you cannot save it if you edit the file.
- To remove read-only rights, right-click on the file, and select properties.
- Remove the checkmark from the box marked read only. This box should not be checked.
- Now click, OK.
- Next, double-click on the shell file you need to use. This will open up the file in Microsoft Visual Studio
- In MS-Dev Studio, go to the file menu and select save as.
- Double-click on the E-Drive.
- Double-click on your folder
- Make sure the file name ends in .cpp
- Click Save
- Remember to delete your temporary directory when you are finished each day!!!
- On the desktop, double-click on My computer.
- Double-click on the E-Drive.
- Select the folder with all of your files and delete them.
- Close this window.
- On the desktop, double-click on the recycling bin.
- Go to the file menu and select empty recycling bin
- Close the recycling bin.
|