SpiceQA
Questions
Tags
Users
Badges
Kevin_6386
@Kevin_6386
0
reputation
0
answers
7
questions
About Me
// Hello, World !
Top Answers
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
763 votes
Does C++ support 'finally' blocks? (And what's this 'RAII' I keep hearing about?)
309 votes
Why is it wrong to use std::auto_ptr<> with standard containers?
125 votes
How do I remove code duplication between similar const and non-const member functions?
73 votes
When are C++ macros beneficial?
61 votes
Top Questions
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
829 votes
13 answers
Does C++ support 'finally' blocks? (And what's this 'RAII' I keep hearing about?)
318 votes
16 answers
How do I remove code duplication between similar const and non-const member functions?
295 votes
21 answers
How can one grab a stack trace in C?
87 votes
9 answers
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.)
51 votes
4 answers