This is the home page for CS156, Introduction to C Programming I,
part of the CSU Computer Science
CS155/156/157 series.
Click on the links, above, for other class pages.
HW1 is now available.
On Sept. 30th only, I will have my office hours in my office, CSB 246, and not in the Linux Lab.
Unlike CS155, homework is worth more than quizzes in CS156.
gedit, emacs and vi all provide mechanisms for highlighting C syntax,
such that it is easy to differentiate between keywords, comments, variables,
etc. In emacs, select “Options” and click on “Syntax Highlighting
(Global Font Lock Mode)”. In vi, enter, “:syntax on”. Also consider
using gvim instead of vi or vim.