what is the best way to put a letter into an arraythank 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 arrayI am wondering what is the best way to put letters (a-z) into an array or a vector, instead of forci...
randomizeryeah, i shoulda known,.. as i asked before, how would you put the return statement? EDIT: [s]and...
randomizerthe vector header just goes [code]<vector><int>numrand(26,0);[/code] right? Then since it is ...
randomizerstill an error [code]int RandN() { srand(time(NULL)); vector<int>numrand(26,0); for...