Random number generatorThanks, for pauses I'm using the sleep function, I don't know if there is some other way to do that ...
trying to fstream...This code is from MSVisual C++ 6.0, but I hope it will work as well in DevC++ (it should:-)). [co...
understanding switch statementsHi, switch statement 'substituing' a if - else if - else if .... sequence. for example, you have ch...
help with loopHi, basic problem is that you can't simply 'draw' a symmetric square, because lines and rows in cons...
Random number generatorHi, maybe you want something like this: ? [code] #include <ctime> #include <iostream> using name...