CMSC 109 Programming Topics in C++ Spring 1999

WWW access http://www.csee.umbc.edu/~squire

Textbook: C++ The Complete Reference, Third Edition

by Herbert Schildt, McGraw Hill, ISBN 0-07-882476-1

  Reading and homework assignments are from this book.
  The C++ Standard is ISO/IEC 14882:1998.
  Programming in this course is based on the standard
  rather than on an implementation by a specific compiler.
  Some parts of the international standard have not been
  implemented by some compilers.

  To paraphrase a car maker "This is not your fathers C++"

Grading Policy

 Distribution                       Course grade

 Final Exam    20%                  A 90% - 100%
 Quiz 1        15%                  B 80% - 89.9%
 Quiz 2        15%                  C 70% - 79.9%
 Project       10%                  D 60% - 69.9%
 Homework      40%
                            
 Partial credit is given on homework and project.
 No partial credit on multiple choice, true-false, single answer exam questions.

 YOUR GRADES recorded  Here  Check for typo's.

Computer usage

 All students must have an account on the UMBC gl machines.
 The project and homework will use the "submit" mechanism.

 All students must be able to access the WWW to get assignments.
 Modem and telnet connections are available for remote use.

 You may use SGI's C++ or g++ 2.8.1 with standard C++ library.

 You may also use Microsoft Visual C++ 6.0 or later for homework
 and project. (You still have to do a 'submit' on the source code.)

Jon Squire, Lecturer, office hours:

   Monday and Wednesday 2:00-3:00, Tuesday 4:00pm to 6:00pm. ECS 219

Qigong Zheng, TA, zheng@umbc.edu, office hours:

Tuesdays 1:00 - 3:00, ECS 334 homework questions and grading

Last updated 1/4/99