Array Randomization Error

I am trying to randomize the value of the array so that each time the Getters are called they will select a different name and level. Right now when I compile and run it output the name and level as blank spaces.

Last edited on
Call srand() at the beginning of main() not each time you use your member functions.
Topic archived. No new replies allowed.