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
- Transfer your files onto cse.unr.edu
- SFTP into ubuntu.cse.unr.edu
- Log in using your Net ID
- Create a directory for your project
- Use the "lcd" linux command to navigate to the local directory that contains your Project directory (lcd "C:\Users\Nathan\Desktop\CS482")
- Use the "put" command to FTP your files onto ubuntu.cse.unr.edu (put -r "Project1")
- Run the submission system
- SSH into ubuntu.cse.unr.edu
- Log in using your Net ID
- Navigate to the location you "put" your files (cd CS482\Project1)
- Use the "submit" command to initiate the submission system
- Select index 2 for CS482
- Select your project number.
- If all goes well, you should see your CPP files listed, and a provisional grade given
- 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.