User profile: hinesro

User info
User name:hinesro
History
Joined:
Number of posts:32
Latest posts:

C - Problem passing array as pointer
I see. Thanks, I think some of my confusion is because this started as a skeleton program that I nee...

C - Problem passing array as pointer
Thanks! I've made some changes and everything compiles without warnings, but it still crashes at the...

C - Problem passing array as pointer
This is actually in C, but I can't seem to find any C forums that are nearly as good as the forum he...

Pushing elements from front of deque to the back
Ahh, just noticed that as well. Thanks for the quick response! I had falsely assumed push_back moved...

Pushing elements from front of deque to the back
Hello, I'm wondering what the proper syntax is for this. I have a deque of pointers to class objects...