User profile: hackitsoft

User info
User name:hackitsoft
Name:John Holecek
Location:Czech Republic, Praha (Prag)
Statistical data
Occupation:Programmer
Skills:C
PHP
C++
Pascal
Delphi
Assembly
C#
Python
History
Joined:
Number of posts:19
Latest posts:

Random number generator
Thanks, 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 statements
Hi, switch statement 'substituing' a if - else if - else if .... sequence. for example, you have ch...

help with loop
Hi, basic problem is that you can't simply 'draw' a symmetric square, because lines and rows in cons...

Random number generator
Hi, maybe you want something like this: ? [code] #include <ctime> #include <iostream> using name...