+ 2
Dudes! Please help me with the "Password Generator" code that I posted, and where there is an error.
5 Respostas
+ 1
You can copy paste code link here..
Some mistakes are :
void main() // use int main; not void main.
int N - 2000; // invalid; use int N = 2000;
Srand(time(NULL)); // use small s in srand();
N = 2000 iterations may give time out. use a less value..
Also it may give unknown characters otherwise..
+ 3
Where you posted?
Add here the link..?
+ 1
Look in the "Codes" tab on my page.
+ 1
Thank you!
+ 1
Thanks