News

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 ...
Before we can turn the rules of matrix algebra into C++ code, we need to discuss one more topic: how to resolve the mathematical concepts of matrices with the realities of C++ arrays. Before we go ...
Using MSVC++ 6.0<BR>I am trying to create a templated data structure: aka a doubly linked list.<BR>I was in the very early stages of developing the class when I got these errors(RED in code at ...