Using a function to create an object in a queueThanks xismn! That was exactly what I needed. I think I was just thinking about it backwards.
Using a function to create an object in a queueI am having some issues wrapping my brain around how use a function to create an object in a queue. ...
Looping a listGot it! By advancing the iterator, then checking for the end I am in the right spot when I check. ...
Looping a listThanks again, reading comprehension is a good skill to have. Things are working much better now, tho...
Looping a listIf I understand correctly, it would be something like [code] std::cout << "Number #" << *it << " r...
This user does not accept Private Messages