SpiceQA
Questions
Tags
Users
Badges
c++-faq
75 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
What is the copy-and-swap idiom?
user_87234
0
•
asked Jul 19, 2010
2283
5
444762
copy-and-swap
copy-constructor
assignment-operator
c++-faq
c++
How to pass objects to functions in C++?
user_236555
0
•
asked Jan 26, 2010
269
8
142118
pass-by-value
pointers
pass-by-reference
c++-faq
c++
C++ delete - It deletes my objects but I can still access the data?
user_136896
0
•
asked Dec 18, 2009
42
13
17699
undefined-behavior
delete-operator
pointers
c++-faq
c++
What C++ idioms should C++ programmers use?
user_127716
0
•
asked Nov 18, 2009
47
7
16218
idioms
c++-faq
design-patterns
c++
Copy constructor and = operator overload in C++: is a common function possible?
user_210916
0
•
asked Nov 14, 2009
93
3
92010
copy-constructor
variable-assignment
c++-faq
c++
What is this weird colon-member (" : ") syntax in the constructor?
user_176437
0
•
asked Nov 10, 2009
413
14
125709
ctor-initializer
syntax
c++-faq
constructor
c++
What do the following phrases mean in C++: zero-, default- and value-initialization?
user_26449
0
•
asked Oct 23, 2009
207
2
35248
initialization
c++-faq
c++
How come a non-const reference cannot bind to a temporary object?
user_124161
0
•
asked Oct 14, 2009
245
11
107029
temporary
constants
c++-faq
reference
c++
Which iomanip manipulators are 'sticky'?
user_14591
0
•
asked Oct 7, 2009
153
3
39512
c++-faq
c++
Template specialization of particular members?
user_177482
0
•
asked Oct 1, 2009
25
2
7558
specialization
templates
c++-faq
c++
Prev
Prev
4
5
6
7
8
Next
Next
Hot Questions