View Single Post
  #4 (permalink)  
Old 07-09-2009, 12:57 AM
Fubarable's Avatar
Fubarable Fubarable is offline
Moderator
 
Join Date: Jun 2008
Posts: 6,391
Rep Power: 8
Fubarable is on a distinguished road
Default
Next, are you allowed to use more than one class here? It would be nice to be able to create a Product class as well as a Slot class the latter knowing which product it holds as well as how many of this Product it has.

Regardless, you are going to have to have an array of slots, so you may wish to work on that.

Good luck
Reply With Quote