Name: Anonymous 2007-09-11 1:06 ID:rtAr8p98
Heres some pseudo code of mine:
The problem is after the function ends class gets destroyed. how do i make it so that class doesn't get deleted?
global vector
function{
create class
fill vector with class
}The problem is after the function ends class gets destroyed. how do i make it so that class doesn't get deleted?