Posted by aeschylus on August 07, 2001 at 18:02:19:
In Reply to: storing data structure posted by phil on August 07, 2001 at 01:50:01:
: Is there a way to use the stl list class to store the data from addflight or should we just write our own list. Any ideas?
i wrote my own with an iterator....but the stl list will work too.