SpiceQA
Questions
Tags
Users
Badges
effective-c++
11 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Is overloading on universal references now much safer with concepts in c++ 20
user_9115830
0
•
asked Apr 23, 2022
6
2
195
forwarding-reference
c++-concepts
c++20
effective-c++
c++
Understanding comment from the errata about Item 41 of EMC++
user_5825294
0
•
asked Jan 6, 2021
3
1
64
forwarding-reference
effective-c++
overloading
c++11
c++
What is the "source object is lvalue" scenario, mentioned in EMC++, where move semantics offer no efficiency gain
user_5825294
0
•
asked Dec 24, 2020
3
2
95
move-semantics
effective-c++
lvalue
c++11
c++
Understanding of Scott Meyers' third example of std::weak_ptr
user_5825294
0
•
asked Nov 19, 2020
5
2
331
weak-ptr
effective-c++
shared-ptr
c++11
c++
In Effective C++ Item 3,why use static_cast<const TextBlock&>(*this) instead of static_cast<const TextBlock>(*this)?
user_4526762
0
•
asked Mar 23, 2016
4
1
483
effective-c++
reference
c++
Why is argc not a constant?
user_943752
0
•
asked Dec 13, 2013
108
7
8298
argc
effective-c++
program-entry-point
constants
c++
Template in C++, why have to use enum
user_1465437
0
•
asked Aug 11, 2012
9
5
1607
effective-c++
c++
Why does one need a null shared_ptr and how can it be used?
user_244031
0
•
asked Jul 28, 2011
9
3
24840
effective-c++
shared-ptr
c++11
c++
Effective C++: discouraging protected inheritance?
user_74739
0
•
asked Jun 26, 2011
22
5
4204
effective-c++
inheritance
c++
Effective C++ "35. Minimize compilation dependencies between files". Is it still valid today?
user_58129
0
•
asked Jun 12, 2011
14
2
2274
effective-c++
header
dependencies
c++
1
(current)
2
Next
Next
Hot Questions