Quote Originally Posted by Skizmo View Post
Use 'rand' (and 'srand') to generate numbers between 1 and 26 and put them in the array.
Alright, I know how to use the rand() function, however, I'm not sure about srand() or how Im going to tell the compiler to pick a random number between 1 and 26? or how these numbers will be converted to alphabets? I am very new to c++, Thanks!