View Single Post
  #2 (permalink)  
Old 10-31-2007, 04:17 PM
ShoeNinja's Avatar
ShoeNinja ShoeNinja is offline
Senior Member
 
Join Date: Oct 2007
Posts: 123
ShoeNinja is on a distinguished road
Send a message via AIM to ShoeNinja
Are all your variables of the same class? If they are, you can pass an array or vector. There might be a data type (lists, collections....) that allows you to group objects of different classes but as far as I know, it isn't possible. I had this problem in a project recently that required storing information in a database. We ended up creating a temporary table that stores the variables until we need them.
Reply With Quote