i have a class that dynamically allocates memory for storage. here is my problem. the member function that allocates the space and fills that space works fine, but another member function that is always called after the one doing the allocating gives me an access violation and will only let me process less than half the total list of info. any ideas?