tags:

views:

90

answers:

0

I am want to write a C++ program to accomplish drum stick matching. I am really new to C++, so could any one help me. Below is my project description

  1. Use the vector class in STL.
  2. Use iterators in STL.
  3. Use at least one STL algorithm
  4. Use an externally imposed design for an existing class without making modifications
  5. Create stubs to allow the implementation of part of a software project in isolation
  6. Use templates with a class in C++
  7. Design and implement a program to accomplish drum stick matching.

The quality of the design will be evaluated. Your design should be summarized in UML in the Visual Studio project you submit. Your program must contain at least three classes.