CSCI 1200 Data Structures
Fall 2011
Home
  Contact Information

Announcements
  LMS

Syllabus
  Learning Outcomes
  Prerequistites
  Grading Criteria

References
  Optional Textbooks
  Web Resources
  C++ Development
  Memory Debugging
  Misc. Programming Info

Getting Help
  Tutoring
  Advice from TAs

Calendar
  Lecture notes
  Lab materials
  Homework
  Test reviews

Schedule
  Office Hours
  Lab Times

Academic Integrity

Homework
  Due Date and Time
  Late Day Policy
  Compilers
  Electronic Submission

References

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

Here are several websites you should find helpful. Feel free to search for and share other web resources.

C++ Development Environments

See the C++ Development Environments page for more information on compiling with g++/gcc.

Misc. C++ Programming

See the Misc C++Programming Info page for information on C++ command line arguments, file I/O, and redirecting standard input & output to files.