List Question
20 TechQA 2022-04-23T22:39:01.783000Is overloading on universal references now much safer with concepts in c++ 20
666 views
Asked by jared jacobson
Initializer in braces and parentheses - From Item 7 in Modern Effective C++
136 views
Asked by Yu Ding
Effective C++ (3rd edition) Item 4 code layout
271 views
Asked by Zebartin
Can I cache after using std::make_shared?
101 views
Asked by kodu
Recursive constexpr function
456 views
Asked by Sapo
Understanding comment from the errata about Item 41 of EMC++
87 views
Asked by Enlico
What would a default lambda capture mode via init capture be like?
2.5k views
Asked by Enlico
Understanding of Scott Meyers' third example of std::weak_ptr
466 views
Asked by Enlico
About std::cout, why use "extern" rether than "singleton pattern"
681 views
Asked by curlywei
store newed Objects in smart pointers in standalone statement
53 views
Asked by facebook-100001358991487
Do strncpy/memcpy/memmove copy the data byte by byte or in another efficiently way?
5.1k views
Asked by Leon
Effective C++: Item 41 - confusion about Implicit interfaces
156 views
Asked by Arash
auto in c++ with initializer_list
193 views
Asked by j_x li
Assignment of function pointers (effective c++ item 35)
236 views
Asked by Sean Ian
c++ : what is the meaning of &&
149 views
Asked by Bob Parker
C++ - make_shared when custom new and delete operators are defined
653 views
Asked by Dusan
How to understand "implementations of virtual constructors" in Effective C++
87 views
Asked by Yuan Wen