by Codejoy » Aug 26, 2003 @ 7:30pm
Ya I figured it was that somewhere, and no I dont like these errors :)
The worse part is, line for line, every piece looks right, even the implementation of the classes, it just so happens that one element on that one array doesnt work (I could see it even if it was like the final element, but the 0th element getting overwritten...how!?)
Like I said, I use to many languages to keep anyone straight, does C++ explicitly require you have a constructor /destructor for your classes, if so I dont know what id put in my constructor for the class...and once code goes out of scope is the destructor called?
plus is there any sort of class memory allocation that needs to be done on an array of instantiated objects?
-Shane