Reaction score
0

Profile posts Latest activity Postings About

  • 4. When you submit your homework, select only the cpp files and required input files. DO NOT select exe files. You can select multiple files by press and hold Ctrl while clicking on different files. Once all the correct files are selected, right click and choose Add to archive. Select a name for the archive, a good one will be like Andy's HW1. Assume you have winrar on your computer, it will automatically put all the files you selected into a Zip or Rar file (ZIP is preferred). Click OK and you will see a Zip file named Andy's HW1.zip inside this folder.
    5. Email your TA this zip file. The purpose of this exercise is that when the TA receives your zip file, he will unzip it into his computer. The zip file will automatically create a folder named Andy's HW1 and all your code is in that folder. It will be much easier for the TA and he will have all the necessary files. If he misses a file, he won't be able to compile and you know what that means. You FAIL.
    That links to another course forum which you don't have access to. That post basically says this

    Hi everyone.
    To prevent any trouble submitting your HW, here is my suggestion.

    1. You should create a folder on your C drive namely Refresher Courses. Inside this folder, create sub-folders called C++, Calculus, Probability, Linear Algebra.
    This is where you would store all of your refresher's assignments, homework. For now, we only work inside the C++ folder.
    2. Create another sub-folder inside C++, say HW1. All the code you have for the first homework should be in this folder i.e C:\Refresher Courses\C++\HW1\
    3. Put all your input, output, cpp files inside this folder. This will prevent the problem of "file not found" when you try to read input file.
  • Loading…
  • Loading…
  • Loading…
Back
Top