+ 1
How do I create random words, on C++
help....
3 Antworten
+ 1
You mean an actual word or just some random letters?
+ 1
If you want random letters just use the rand() function to give you numbers from 0 to 26 and add the numbers to 'a' (or 'A' for upper case letters) to get a single random char:
char c = rand() % 26 + 'a'; /* <cstdlib> */
Use these then to make your random words.
0
random letters, but if you do like just contact me on whatsap +255763252765, And I'll send you sample of an image of what I want.