User: beerato

  • Public profile

User profile: beerato

User info
User name:beerato
History
Joined:
Number of posts:5
Latest posts:

remove_if bugged?
Thanks guys i understood!

remove_if bugged?
[code]int main() { string str = "Archer Level 1"; remove_if(str.begin(), str.end(), isspace); ...

How can i loop through a txt file?
Alright thx anyway! good you told me about the close file thing it helped.

How can i loop through a txt file?
btw look at this it is supposed to set all my vectors to what p is but it only sets the first one wh...

How can i loop through a txt file?
[code]bool gameOn; string str; int n = 0; while (gameOn) { cin>>str; if(str=="save")...

This user does not accept Private Messages