Pokemon Game - functions help neededthis is where I'm at now: [code] #include <string> #include <iostream> #include <ctime> using names...
Pokemon Game - functions help needed[code]string setMonster(Monster x) { int randomNumber = 0; srand(time(NULL)); x.Name[25] = "Cha...
Pokemon Game - functions help neededI'm really struggling with the setMonster() function, I'm getting super mixed and messed up. Instr...
Pokemon Game - functions help neededthank you again, I do need some help or assistance with the rest of my code. Would you like to help ...
Pokemon Game - functions help neededrhphares thank you but I do need the rand() to return 0 to return a true statement