Classwork 15
Logistics
- Due: Wednesday, March 6th AoE.
- Submission instructions: make sure that the required file (
tokenize.c
) is in your/classwork/week8/wed/
directory. - Deadline reminder: after the deadline passes, you cannot earn any points for this assignment.
Learning outcomes
- Practice using
strtok
to tokenize a string
Assignment
- Log in to the server.
- From your
csci11_spring2024
directory, navigate toclasswork/week8/wed/
, creating directoriesweek8
andwed
if necessary. - Copy the file
tokenize.c
from the/public/classwork/week8/wed
directory.
In the file tokenize.c
, fill the code needed for the TODO
. After you have
filled in the correct code, compiling and running your program should look like
this.
[g73x595@csci112 wed]$ gcc tokenize.c -Wall
[g73x595@csci112 wed]$ ./a.out
Bozeman is in MT, USA
You can run the autograder by running
/public/classwork/week8/wed/autograder.sh
The file autograder.txt
will be created with your score.
Grading turnaround
Final scores will be run at 6am on the due date and scores will be uploaded to D2L by the next class meeting.