C materials
by Mark Meyer
Introduction to C
-- read the minimum amount to get started.
C compared to Java
-- this is meant for curious Java programmers
Reference
-- lots of concise information about C
How do I...?
-- cut to the chase! Tell me how to do what I need to know!
Miscellaneous matters
Character arrays (strings)
Arrays
Pointers
Sample Programs
-- Study C in depth by reading sample programs Start with the first three sections in order, read each program in the order given. Then beginning with Strings, you can skip around a bit more.
Simple beginning programs
Functions
Arrays (with loops)
Strings
Not started
Structs
Not started
Pointers
Not started
Programming Projects (with answers)
Planned for the future...