C++ Question

I had a question that involved arrays and 2 different classes.lecturer told us to make a Win32 Console application using Visual Studio 2008.

We had to create one object called Employee, with some given attributes and methods and another class called Array, which had a dynamic array of Employee objects.

In the main program, we had to create one Array object of 5 elements, and add values to the 5 elements using Employee object's methods. Then we output the array.
The most difficult part, was to find and delete one element in the array. and then output the new array.



can any one plz tell me how to do this correctly....reply soon.thank you!
Topic archived. No new replies allowed.