CS202 Computer Science II
FAQ Newsboard  Telnet Email TA Lectures Assignments Man pages Help

Other C/C++ Programming Pages
newsgroup comp.lang.c++ Newsgroup where people can ask questions and find answers. If you have questions, don't post to this newsgroup, post to our newsboard in our department instead.

newsgroup comp.lang.c++.moderated A better signal to noise ratio since postings are screened by the moderator.

ANSI C Programming ANSI C programming course at University of Strathclyde Computer Centre, UK.

ANSI C Programming ANSI C course at University of Bath, UK

Introduction to C Programming C book on line

searchable index about C and More information on C

Another searchable index about C in the Free Online Dictionary of Computing

The Association of C and C++ Users (ACCU) This UK based nonprofit user and vendor organization reviews software and books on C and C++

The C/C++ Users Journal Journal from 1990 to the current one

C Programming Language References at UWO Mixed with a good selection of site and book references

Billy Chambless' C Programming Resourcespresents a good introduction to comp.lang.c and a few pointers to serious and more light-hearted notes

Charles Winner's C and C++ resources List of the usual tutorials, source ftp sites, and FAQs for C, C++, and Objective C.

The C Stand ard Library Brief standard C quick reference.

Christophe Colle's C Stuff Discuss common problems C programmers face: how to handle ``undefined symbol'' linker errors, how to read a character at a time, or when to allocate memory for C's string functions

Top 10 Ways to get screwed by the "C" programming language A list of bugs you should avoid.