No code from me, because I have no idea what to do! :P
I'm trying to build a password generator.

Hope you guys can help.

Recommended Answers

All 3 Replies

int i = 65;
char c = (char) i; // This gives 'A'

As long as the numbers represent numbers within the ascii range... eg 1-255 etc

By series of numbers, i assume its an array..
i guess theres no way but to use a for loop and type cast the number and put it in a string.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.