+ 1
How to make random string generator ?
I need to know the coding ....my school project please help me out ....
12 Answers
+ 2
https://code.sololearn.com/cFb8SW3dA93S/?ref=app
Just make a string of allowed characters, randomly pick an index and add it to another string.
+ 1
Yea, you're gonna have to be a little more specific about that. Like what compiler and what error you get :)
0
In what language?
0
c++
0
basically sir I wanted to make CAPTCHA for my project....so I thought to generate these random string in form of questions and ask the user to enter the answer of the specific string .....is this possible
0
What do you mean?
Something like a random string like: LTsrpJA
and then the user types that same string or something?
0
kind of....like typing America in reversed order and asking user to write in correct order and if entered string matches the random string ( reversed America ) then you can proceed .....like this I want to do
0
if this is possible help me out in making this portion of my project
0
just make coding and send ...I'll take idea of it
0
https://code.sololearn.com/c961M3BtGpZh/?ref=app
Stuff get a bit more complicated this way.
You're gonna have to copy this to codeblocks or something, sololearn input isn't good enough.
0
okay thanks for helping
- 1
this code does not run on computer