User profile: smcguffee

User info
User name:smcguffee
History
Joined:
Number of posts:53
Latest posts:

auto type and : in for loops
[code] list<list<C_Cell*>*>::iterator colOfRowIt; list<C_Cell*>::iterator rowIt; ...

auto type and : in for loops
Hi, I'm interested in the auto type and for loops, but I'm not clear about what it does exactly. ...

Is there a way to get a list of class members programmatically?
Is there a way to get a list of class members programmatically?

Iterators past limits question
Hi, I'm having trouble finding documentation about iterator operations when they go too far. In part...

simple va_args question
Awesome advice. At first I didn't quite catch it. In case anyone ends up trying to figure this out l...