pre-increment vs post-incrementit makes sense that at least with larger data structures or classes that overload these operators, c...
Pointers to automatically null when object is deletedSay 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