COSC450: A Introduction to C for C++ Programmers.

This document introduces the C++ programmer to the rudiments of C.   For those who wish to learn more about C, refer to Appendix B of  the COSC220 text: Data Abtraction & Structures Using C++ for a comparison of C and C++.   An excellent reference on C is THE C PROGRAMMING LANGUAGE, 2nd ed (or later?)  by Kernighan and Ritchie, Prentice Hall.

This document looks only at:

1. Formatted Input/Output 2. File processing 3. Parameter passing 4. Structs 5. A look at some C libraries
                Use the Borland C++ help facility to find out more about some of the C functions listed here.