HW 2 Hints
- Here is an example 'makefile' for Problem 4. I'm providing the makefile since this is the first programming assignment. You should provide your own makefile for later programming assignments. Note that 'all' and 'clean' rules are mandatory.
- Please make sure that your codes are compilable without any errors at SSLAB machines. You will not lose any point by a compilation problem with any other machines.
- For Problem 2, please specify the units (e.g., seconds, Hz, bits, ...). '1Mbps' is 10^6 bps (NOT 2^20 bps.) while 1Mb = 2^20 bits (NOT 10^6 bits.)