CS156 |
CS156: Introduction to CThis is the home page for CS156, Introduction to C, a class in the Computer Science Department at CSU. It’s part of the CS155/156/157 series. Click on the sidebar, on the left, for other class pages. Homework counts moreIn CS156, homework is 40% of your grade. In CS155, it was only 20%. Syntax HighlightingBoth emacs and vi provides 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. |