List Question
10 TechQA 2015-06-19 13:34:38Safe some memory when passing and assigning
52 views
Asked by Noel Widmer
thread-safe copy assignment operator for smart pointer class
775 views
Asked by Sarah
Copy constructor/Assignment operator confusion when initializing object
1.8k views
Asked by Veritas
constructing a std::function object from a type with a variadic template constructor
61 views
Asked by Zamfir Yonchev
understanding copy constructor and copy assignment operator
125 views
Asked by user3134167
Is it a good practice to point to a new address on free store when dynamicly allocating?
133 views
Asked by Yue Wang
Why std::string a; std::string b; a + b = "abc"; OK?
164 views
Asked by jay_zj
Value assignment isn't working as expected
50 views
Asked by Marcelo
Use copy constructor while user-declared move constructor is present
1.3k views
Asked by Skylar
C++ destructor called after calling constructor
206 views
Asked by itchyfeet