[cs23021] Re: Project 6

Mikhail Nesterenko mikhail at cs.kent.edu
Fri Nov 30 11:25:53 EST 2007


> Prof. Mikhail,
>   What exactly is supposed to go in each: Part1, Part2 and Part3?

Part1 (linked list Set implementation)
      set.h
      set.cpp
      useset.cpp

Part2 (templated Set implementation)
      set.h
      set.cpp <-- this is optional, depending on whether you place
                  you templates in .h or in .cpp file
      useset.cpp

Part3 (set usage based on STL)
      useset.cpp

thanks,
-- 
Mikhail


More information about the cs23021 mailing list