User profile: Parrish666

User info
User name:Parrish666
History
Joined:
Number of posts:10
Latest posts:

what is the best way to put a letter into an array
thank you, that helped. i was also using functions as well. so that made it a little harder.

what is the best way to put a letter into an array
I am wondering what is the best way to put letters (a-z) into an array or a vector, instead of forci...

randomizer
yeah, i shoulda known,.. as i asked before, how would you put the return statement? EDIT: [s]and...

randomizer
the vector header just goes [code]<vector><int>numrand(26,0);[/code] right? Then since it is ...

randomizer
still an error [code]int RandN() { srand(time(NULL)); vector<int>numrand(26,0); for...