CSCI 1200 Data Structures
Fall 2014

Home
  Contact Information
  Announcements
  Discussion Forum (LMS)

Syllabus
  Learning Outcomes
  Prerequistites
  iClickers in Lecture
  Course Grades

Calendar
  Lecture notes
  Lab materials
  Homework
  Test reviews

Weekly Schedule
  Office Hours
  Lab Times

Getting Help
  Tutoring
  Advice from TAs
  Advice from Students

Homework
  Due Date and Time
  Late Day Policy
  Compilers
  Electronic Submission
  HW Grading Criteria

Collaboration Policy &
Academic Integrity

References
  Optional Textbooks
  Web Resources
  C++ Development
    Compilers
    Code Editors & IDEs
  Misc. C++ Programming
    Command Line Args
    File I/O
    string → int/float
  Memory Debugging
    Valgrind
    Dr. Memory

References

The lecture notes posted on this website will be a complete but terse presentation of the material covered in the course. You are encouraged to make use of additional reference material to explain any material you find confusing in more depth.

Textbooks

The following books are optional (recommended but 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 are encouraged to have available a C++ reference book, such as those by Malik or Stroustrup, and/or 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.

 

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

 

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

 

See the Memory Debugging page to learn about tools for finding errors in memory usage including segmentation faults, buffer overflows, uninitialized memory, and memory leaks.