
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.
Visual C++ Libraries (Not accessible with Netscape)
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.