Thread: Array of class
View Single Post
Posts: 37 | Thanked: 191 times | Joined on Nov 2009 @ Finland
#2
Simply:
Code:
wbElement the_array[5];
or with c++ you can use dynamic lists from std. It allows you to remove and add any number of elements in the array.

And remember google is your friend if you got some problem like this
__________________
My applications:
gTranslate
Battery widget
Guitar Chords
 

The Following User Says Thank You to TomppaS For This Useful Post: