Ladder

when you need help climbing up a wall

Ladder is a quick review on C that is meant to help students get back up to speed and feel confident about programming in C for CS 162.

There's a mixture of review as well as hands on practice for students to learn.

If you're ever stuck on an exercise, don't give up! Google and debug your way out of it! The man pages are a great resource for C syntax and functions. You can either type "man {function}" in your terminal or google "man {function}".

Table of Contents