View Single Post
  #4 (permalink)  
Old 12-11-2007, 06:50 AM
staykovmarin staykovmarin is offline
Senior Member
 
Join Date: Nov 2007
Location: Newport, WA
Posts: 141
staykovmarin is on a distinguished road
A solution would be to store all of the data in the Employee class as a single Vector: the name work id, pay, etc.

Then return that data and iterate it.
Reply With Quote