User: jbos1190

  • Public profile

User profile: jbos1190

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

Why won't this simple function work?
Thank you! I fixed it by changing [(vect.size()-i)] to [(vect.size()-(i+1))].

Why won't this simple function work?
I'm trying to make a function that takes a reference to a vector as an argument, and reverses its el...

Requesting help with simple loop problem
Yes, with a little tinkering I realized that I didn't fully understand while loops. I was under the...

Requesting help with simple loop problem
Thanks you for the response. Adding the if statement before the push_back statement worked. I'm ...

Requesting help with simple loop problem
I'm trying to have a while loop that reads integers into a vector, as long as cin.good(). The probl...

This user does not accept Private Messages