User profile: SirEnder125

User info
User name:SirEnder125
Old user name:Alexander123
History
Joined:
Number of posts:207
Latest posts:

Help with copy/swap semantics for class with smart pointer
Hahaha, well I'm glad [i]one[/i] of us had some base code at least. Thank you! EDIT: The finished p...

Help with copy/swap semantics for class with smart pointer
Oh, right. Thanks, I noticed though, operator= assumes that T has member values m_data and m_size. D...

Help with copy/swap semantics for class with smart pointer
Alright, thanks for clearing that up. Also, isn't [code]&o.m_data[0][/code] the same as just typing ...

Help with copy/swap semantics for class with smart pointer
Alright. Thanks! Let me clear up one thing: So, when an Array object is passed to the assignment op...

Help with copy/swap semantics for class with smart pointer
Hello. I recently started learning about smart pointers and such, mutexes and what-not. I wanted to ...