Homework Assignments and Info


Copyright 2010-current year by Carol Zander.
For use of any materials, you must get explicit permission form Carol Zander.

LINK TO SAMPLE CODE

Here is some   basic unix information   (including a few basic commands)
Here are instructions on   transferring files to the linux machines in UW1-320

Miscellaneous Rules
  • If your program does not compile with the sample main given, you will receive a maximum of 50% of the points. It will not be fixed! Note that this sample main typically does not test your program thoroughly. Also, you must name everything identically as specified!

  • NEVER make me enter characters at the terminal. Remove all   "cin >> ..."   or  system("pause")  from your code before you turn it in.

  • You will usually turn in (electronic only) a typescript (called typescript, no .txt), done under linux, which shows that your program compiles and runs. If need be, comment out code that does not compile.



    Spring 2021, Lab0 . . . Getting started compiling and turning in homework.
    This assignment will be available on canvas (eventually).