Gentlement, commence swearing loudly and as badly as possible.
Okay, so I've been working on this C++ program to compress a file (I haven't even begun to figure out decompression) and I have been having nothing but headaches with it. I finally narrowed down one fo my problems to not the copy constructer as the debugger claimed, but how I was using it. So now it actually gets through one whole loop before breaking. What the hell is wrong with priority queues?! First it won't work with pointers, and now when I try to pop from it, it calls the copy constructer several times and crashes! Bastard!
HULK WILL SMASH PUNY PROGRAMS!!!