March 1 C
This week was not a very productive one. Luckily, chapter 3 on printf and scanf was short and sweet. No problems understanding how to use them. Wrote m_square.c .
Jim says
We wrote several C programs, which
I've uploaded. Started with a discussion
of scanf and why it can give buffer overflows
when doing string input. Went from there to
pointers (writing trim(char* string)),
to word_count (which Noah was looking at from K&C).