|
project-00 | object-oriented programming and software engineering - spring'2008, dr. s. yurttas -
solution
|
|
rationale
|
|
This is your take-home problem for test-3 to practice
and show that you're able to adapt/use existing libraries in
class design and implementation.
You'll practice fundamentals of OO programming language C++
abstraction mechanisms to compose and structure an application
using classes.
You'll use existing libraries(stl) and functions,
such that, add and/or extend the existing ones with
your components.
|
|
problem
|
- You'll rewrite the given c++ class template
based using stl types as data members and upgrade the member
functions as appropriate.
- You'll rewrite test function as abstracted template function
and instantiate it both for int and double type test data.
- You can improve and extend the given code to adapt it with better
abstractions in the choice of your implementation type.
- Structuring and composition as interface/implementation separation
and testing function should be provided.
- You can use and/or reuse
C++
examples.
- This is a take-home test and university honor code is to be followed.
- No excuses acceptable like unavailable access or machine is down.
- Turn in is on your students.cs.tamu.edu site with a new test link.
|
|
credit : 100 test-3 points due May 6 by 11pm.
|
|
|