I am writing a B+ Tree template class for a school project. I have been writing and compiling under VS.NET. Everything is fine, no complains. Now, I moved to the school's *nix system and try to ...
I've run across some incorrectly written code, and I'm trying to find out if there is a way to express what the code is trying to do in C++ (cleanly, if possible).<BR><BR>The class in question is an ...