Getting a segfaulr and I can't figure out whySo my destructor is [code] Tech::~Tech(); { for(int i = 0; i < size; i++) { ...
Getting a segfaulr and I can't figure out whySo how do I make sure that it is allocating memory? I thought I was doing that when I initialized my...
Getting a segfaulr and I can't figure out whyAwesome thank you for the feedback, I just incorporated that into my deconstructor. I'm still having...
Getting a segfaulr and I can't figure out whyTitle. I don't know why this is happening but I am getting a segfault saying free(): invalid size e...
Having trouble using pointers with classesSo I think I get what you're saying, and thank you for taking the time to help a noob out. but I'm s...
This user does not accept Private Messages