SpiceQA
Questions
Tags
Users
Badges
c++-faq
75 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Does C++ support 'finally' blocks? (And what's this 'RAII' I keep hearing about?)
Kevin_6386
0
•
asked Oct 2, 2008
318
16
277419
raii
finally
c++-faq
exception
c++
Why use apparently meaningless do-while and if-else statements in macros?
jfm3_11138
0
•
asked Sep 30, 2008
894
9
108292
c-preprocessor
c++-faq
c
c++
What are POD types in C++?
user_14069
0
•
asked Sep 28, 2008
1172
9
398626
c++-faq
c++
types
Is it possible to prevent stack allocation of an object and only allow it to be instantiated with 'new'?
Admin
1
•
asked Sep 24, 2008
55
6
13632
c++-faq
c++
How do I prevent a class from being allocated via the 'new' operator? (I'd like to ensure my RAII class is always allocated on the stack.)
Kevin_6386
0
•
asked Sep 24, 2008
51
4
10216
c++-faq
operator-overloading
c++
How do I remove code duplication between similar const and non-const member functions?
Kevin_6386
0
•
asked Sep 23, 2008
295
21
50376
code-duplication
constants
c++-faq
class
c++
What does the explicit keyword mean?
Skizz_1898
0
•
asked Sep 23, 2008
3483
11
1088755
explicit-constructor
explicit
c++-faq
constructor
c++
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Kevin_6386
0
•
asked Sep 23, 2008
829
13
262667
sizeof
struct
c++-faq
c
c++
Why is it wrong to use std::auto_ptr<> with standard containers?
Uhall_19129
0
•
asked Sep 21, 2008
223
6
48693
auto-ptr
raii
c++-faq
stl
c++
What is a smart pointer and when should I use one?
user_19410
0
•
asked Sep 20, 2008
2086
14
685432
pointers
smart-pointers
c++11
c++-faq
c++
Prev
Prev
4
5
6
7
(current)
8
Next
Next
Hot Questions