Learning Pointers [quote]// using namespace _; is strongly discouraged, especially for beginners[/quote] How can it be...
Random Number From ArrayOh I did not know rand() can be so bad. I will bear with this semester so that I can freely use mode...
What is the simplest way to use C++ random library?Yeah if I can use it for rand() and srand(), I will start with it now. jonnin : I think I can just ...
What is the simplest way to use C++ random library?I found this code in Internet. Does this replaces rand()? [code]int randPlusPlus(int max) { static...
What is the simplest way to use C++ random library?I don't get it when people have to use very long statements to use C++ random library. How do you ev...
This user does not accept Private Messages