A
Andrea
Hi,
Anyone could me suggest how to create a function that generates a
random string?
The function should be:
int _RandomString(char** str,int len);
so, it takes an empty string str and it puts in in a random string of
lenght len, and it returns 1 for success 0 otherwise.
Thanks in advance,
best regards,
Andrea
Anyone could me suggest how to create a function that generates a
random string?
The function should be:
int _RandomString(char** str,int len);
so, it takes an empty string str and it puts in in a random string of
lenght len, and it returns 1 for success 0 otherwise.
Thanks in advance,
best regards,
Andrea