User profile: mynava

User info
User name:mynava
Name:Myra
Location:California
Bio:Exploring new career path into IT - beginning with C++
History
Joined:
Number of posts:21
Latest posts:

Pokemon Game - functions help needed
this 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 needed
I'm really struggling with the setMonster() function, I'm getting super mixed and messed up. Instr...

Pokemon Game - functions help needed
thank you again, I do need some help or assistance with the rest of my code. Would you like to help ...

Pokemon Game - functions help needed
rhphares thank you but I do need the rand() to return 0 to return a true statement