Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.2 KB

Compiling instructions:

If you are using Windows/Visual Studio you can simply download the project and open it in VS2017.

If you are using anything else a Makefile is included in each project.

Go to ProjectName/ProjectName/ and run make. This should properly compile the project.

Example:

cd RomaniaSearch/RomaniaSearch

make

Submission instructions:

  • Transfer your files onto cse.unr.edu
  1. SFTP into ubuntu.cse.unr.edu
  2. Log in using your Net ID
  3. Create a directory for your project
  4. Use the "lcd" linux command to navigate to the local directory that contains your Project directory (lcd "C:\Users\Nathan\Desktop\CS482")
  5. Use the "put" command to FTP your files onto ubuntu.cse.unr.edu (put -r "Project1")
  • Run the submission system
  1. SSH into ubuntu.cse.unr.edu
  2. Log in using your Net ID
  3. Navigate to the location you "put" your files (cd CS482\Project1)
  4. Use the "submit" command to initiate the submission system
  5. Select index 2 for CS482
  6. Select your project number.
  7. If all goes well, you should see your CPP files listed, and a provisional grade given
  8. Provisional grades ARE NOT FINAL. They are done to give you an idea of how you did. Your code will be graded by a human.