User profile: caibbor

User info
User name:caibbor
Old user name:Brandon Captain
History
Joined:
Number of posts:41
Latest posts:

pre-increment vs post-increment
it makes sense that at least with larger data structures or classes that overload these operators, c...

Pointers to automatically null when object is deleted
Say I have an object and 10 pointers to it in several other objects of varying class types. if the o...

template function parsing - what's going on here?
Templates aren't as powerful as I have been led to believe.

template function parsing - what's going on here?
if in a template (const T & foo) is the same as (T const & foo)... then... how do I use that templat...

template function parsing - what's going on here?
[code] template< typename TYPE > void Foo( const TYPE & foo ) {} int main ( void ) { const ...

This user does not accept Private Messages

User: caibbor

  • Public profile