User profile: toomanystars

User info
User name:toomanystars
Name:Mike P
Location:Edmonton, Alberta
History
Joined:
Number of posts:134
Latest posts:

SDL deleting from vector
Thanks Disch, I am at work right now, but will give this some thought and try your algorithm out w...

SDL deleting from vector
Bloody Hell, I think you are right! So I guess the other question is, how does a noob get around thi...

SDL deleting from vector
They will be both one element smaller, and the size of both vectors should be adjusted accordingly. ...

SDL deleting from vector
Hi guys, Ran into a bug yesterday and it's really frustrating because the code looks right so I ...

c++ program help
Sure, You just need to add a condition like [code] if(a_count>0)cout<<a_count<<endl; [/code]