List Question
10 TechQA 2015-06-19 13:34:38Safe some memory when passing and assigning
48 views
Asked by Noel Widmer
thread-safe copy assignment operator for smart pointer class
772 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
57 views
Asked by Zamfir Yonchev
understanding copy constructor and copy assignment operator
120 views
Asked by user3134167
Is it a good practice to point to a new address on free store when dynamicly allocating?
128 views
Asked by Yue Wang
Why std::string a; std::string b; a + b = "abc"; OK?
160 views
Asked by jay_zj
Value assignment isn't working as expected
44 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
202 views
Asked by itchyfeet