|
Main Page Helpful Links Downloads Tutorials Grades Syllabus Contact Me |
This is a page in which tutorials for students to work through will be added
periodically. Some will be local, and some may be on other sites. Unix Basics Tutorial -- This is a tutorial on some of the most basic Unix commands and functions. C Compiler Basics -- This is a short tutorial on the basics of operating the GNU C compiler. C Basics I -- This is the material for the third week of classes, covering topics like the preprocessor, comments, the main function, variable types, and output. C Basics II -- This material covers some basics about pointers and addresses, getting input, and C's basic operators. C Conditionals -- Material on the use of boolean operators, if statements, and the switch statement. C Functions -- Material on implementing functions in C. C Loops -- Material on constructing loops in C. C Pointers -- Material on manipulating pointers . |