CSCI 1200 - Fall 2007
Computer Science II
Home
  Contact Information

Announcements

Prerequisites
  Course Overview

Textbooks
  Web Resources
  Additional Tutoring

Grading

Calendar
  Lecture notes
  Lab materials
  Homework
  Test reviews

Schedule
  Lab Times
  Office Hours

Academic Integrity

Homework
  Due Date and Time
  Late Day Policy
  Compilers
  Electronic Submission

Programming Tips

C++ Development
  Cygwin
  Emacs
  Dev C++
  MinGW

Other Information
  Command Line Args
  File I/O
  Redirecting I/O

Textbooks

The following books are recommended (not required). The course will follow primarily the order of Ford and Topp. Some of the lectures are based on material in Koenig and Moo. Students should also have available a C++ reference book, such as those by Malik or Stroustrup, and use on-line reference material.

Web Resources

There are also two very good websites you should find helpful:
  • http://www.sgi.com/tech/stl/
    The STL (standard template library) programmer's guide at SGI is a good resource for questions about vectors, lists, maps, etc.

  • http://www.parashift.com/c++-faq-lite/
    This is an organized summary of the most important FAQ's that have appeared on the C++ newsgroups. Both beginning and advanced students can benefit from it.

Feel free to search for and share other web resources.

Additional Tutoring

In addition to the TA Office Hours, you may also want to check out: