cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
How can I create random text?
How can I create random text?
Apr 6, 2008 at 8:09pm UTC
RatherBeInVegas
(1)
Greetings!
I would like to learn how I can create random text output that is combined with user input.
If it helps, think of the psuedo randomness of a magic 8-ball. How can I find out how to do this in C++?
Apr 7, 2008 at 12:27am UTC
xabnu
(72)
Maybe looking at switch-case structures would be helpful:
http://www.cplusplus.com/doc/tutorial/control.html
Topic archived. No new replies allowed.