User profile: Tom Backton

User info
User name:Tom Backton
History
Joined:
Number of posts:119
Latest posts:

C++ const functions and GCC const tttribute
http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gcc/Function-Attributes.html There's this sentence at the...

Same enum constant name in different enums
If I'm not mistaken, it's an error to have two enums in the same scope with constants having the sam...

Virtual Destructor
"Most cases" - which compilers use more than one pointer?

Virtual Destructor
Does it matter how many virtual functions a class has or there's just one pointer as long as there's...

Virtual Destructor
If I make MyClass's destructor virtual, will it have any impact on anything if my program doesn't us...