User profile: oz1cz

User info
User name:oz1cz
History
Joined:
Number of posts:7
Latest posts:

(C++0x) Use of the function<> template
Consider this piece of code: [code]#include <iostream> #include <functional> std::function<void...

Superiority of unnamed namespaces over static
Thank you for that, Bazzy. That was helpful! According to http://stackoverflow.com/questions/472657...

Superiority of unnamed namespaces over static
I do not see the linker trying to link the names of classes the way you describe. Consider these tw...

Superiority of unnamed namespaces over static
Unnamed namespaces are supposed to be a superior alternative to the static keyword. I do not unde...

Subclassing containers
Why don't the container classes have virtual destructors? Was that a specific design decision?

This user does not accept Private Messages