View Single Post
Posts: 279 | Thanked: 34 times | Joined on Jan 2010 @ Belgrade, Serbia
#1
What is the command to make computer think of a random number? In python it is number = random.randint (x, y). I'm trying to make that "Guess the number" game in C++. I know that programming in python is easier, but i kinda like C++ more.