CSC 076N

C++ PROGRAMMING LANGUAGE

class.jpg (131870 bytes)

This course has been designed to serve the student who has already had some experience with a programming language and data structures.  That is, it is assumed that you have acquired the knowledge usually associated with the first year of undergraduate computer science.

We will be using Visual C++ 6.0 on campus for class assignments.  If you're unfamiliar with that environment, check the Visual C++ summary I've put together.  By the way, you might also want to check out the djgpp command line compiler.  It can be downloaded for free.  Just click on the following link:   Getting djgpp.   The following offers some documentation for the standard libraries:

Finally the following is a summary of the C++ operator precedence and links to some interesting C++ web sites.

C++ operator precedence

C++ Links

Back to Dr. Bill's Home Page