Pitt Logo SIS Logo

Department of Information Science and Telecommunications

 

INFSCI 0012 - Introduction to Programming

(Fall 2002, CRN 43749)


[ Formal Data | Course Tools | Syllabus | Course Books | Course Schedule | Course Materials | CourseWeb | KnowledgeTree | Links ]


Relevant Links

Useful C resources

An On-line C Programming Reference (http://www.gator.net/~garyg/C/c.html)

Introduction to C Programming (http://www.le.ac.uk/cc/iss/tutorials/cprog/cccc.html)
An on-line tutorial from Leicester University

Programming in C (http://www.cm.cf.ac.uk:/Dave/C/CE.html)
Dave Marshal's Tutorial

How C Programming Works (http://www.howstuffworks.com/c.htm)
Nice C Tutorial from "How Stuff Works" folks

Using Pointers and Arrays in C (http://www.netcom.com/~tjensen/ptr/cpoint.htm)
A tutorial dealing with pointers and arrays in C/C++, which are a common source of difficulty for beginners.

Lysator C resources (http://www.lysator.liu.se/c/)
An excellent annotated list of C resources in Sweden

Learn C/C++ Today (http://www.cyberdiem.com/vin/learn.html)
Information about available tutorials and books on C.

C/C++ links at Yahoo (http://www.yahoo.com/Computers_and_Internet/Programming_Languages/C_and_C__/)

The C FAQ (http://www.eskimo.com/~scs/C-faq/top.html)
Questions and answers about C.

The DJGPP FAQ (http://www.delorie.com/djgpp/v2faq/faq.html)
All about DJGPP, DJ Delorie's port of the gcc compiler to DOS.

The C Programming Language, Second Edition (http://cm.bell-labs.com/cm/cs/cbook/index.html)
The home page of the famous book that we are using for the course: K&R2