Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.1 KB

cpts360-lab-1-template

Assignment on 360 website: https://eecs.wsu.edu/~cs360/LAB1.html

KC Sample output: https://eecs.wsu.edu/~cs360/samples/LAB1/

Discord Link: https://discord.gg/tabRyW6J (Make sure to opt in to cpts-360 channel using class-opt-in)

Place your code solely in the t.c files in each respective folders for part1 and part2 (t.c is just KC's convention).

Ensure that your code will compile and run when the ./mk script is ran. That is how we are batch compiling and testing output on the backend so ./mk needs to work for us to see that your code works. You may need to change the mk script, that is totally fine. If we omitted anything important from it, please let us know and we wil update it in our template repository.

Make sure to complete section 1-3 of the lab. This involves calling a.out with multiple arguments, and using your myprintf function to print out all of those variables.

To Turn In:

Push your files to our GitHub classroom (See Zach's How-To Linux as a reference if you don't know how to submit). - Link: https://eecs.wsu.edu/~cs360/ta_resources/howto-linux-cmds.html