Skip to content

pixelgriffin/CS482

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Projects & related works for UNR's CS482 class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published