User profile: boolivar

User info
User name:boolivar
Name:Aleksey
Bio:Not under 18, nor above, in any case.
History
Joined:
Number of posts:27
Latest posts:

invalid use of incomplete type ‘class
You can derive two classes for two key types: [code]template <class KeyType, class ValueType> cl...

bug or feature
This compiles cleanly: [code]class Access { friend class Test; private: class Tag {}; ...

bug or feature
Unlike structs all class members are private if not specified another access level. ;-) [code]cla...

Opening mp3 files using C++
Don't know. Yes. No. Yes. =)

Exception HANDLING speed
Handling exception slower then simple testing returning value. Be aware that SEH is OS feature and O...