hi . i'm having a project related to seat reservation system. can you guys help me out of the idea in generating letters? I dont know how to loop letters. This letters would be the designated seat number . Any help or idea would be really helpful.javascript:PostPreview()
Generating letters?
If you mean randomly generating letters between a-z you can just use the rand() function and assign the result to a char variable.
Take a look at this: http://www.asciitable.com/