To solve 4th Order equationDo you want to approximate the roots (numerically) or do you want to solve the equation (algebraical...
Using exceptions: a bad style?!You can use the nothrow new in order to avoid exceptions to be thrown by constructors (and most assi...
a C++ algorithm problem- skyscrapersArgh. I just realized that I completely messed up the indices (no excuse for that, but writing the c...
a C++ algorithm problem- skyscrapersI must have overlooked the concrete running time. Still, the work has to be performed on the algorit...
Making your own printf like functions[quote]Using variable number of args may be anti-OO, but it's not anti-C++.[/quote] Yes, it is. It ...
This user does not accept Private Messages