Stack Exchange
log in
chat
meta
about
Stack Exchange
All Sites
Hot Questions
Top Users
Newsletters
Blogs
Kevin
Spokane, MO
Age: 38
top
accounts
reputation
activity
favorites
subscriptions
Top Questions
141
votes
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
c++
c
sizeof
c++-faq
c-faq
asked Sep 23 '08 at 4:24
stackoverflow.com
72
votes
Does C++ support 'finally' blocks? (And what's this 'RAII' I keep hearing about?)
c++
exception
raii
finally
c++-faq
asked Oct 2 '08 at 7:14
stackoverflow.com
46
votes
How can one grab a stack trace in C?
c
debugging
cross-platform
callstack
stack-trace
asked Sep 19 '08 at 21:11
stackoverflow.com
44
votes
How do I remove code duplication between similar const and non-const member functions?
c++
class
const
c++-faq
asked Sep 23 '08 at 20:47
stackoverflow.com
27
votes
Practical Uses for the “Curiously Recurring Template Pattern”
c++
design-patterns
templates
idioms
asked Sep 29 '08 at 15:54
stackoverflow.com
15
votes
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.)
c++
operator-overloading
c++-faq
asked Sep 24 '08 at 1:18
stackoverflow.com
8
votes
How do you deal with large dependencies in Boost?
c++
boost
dependencies
asked Oct 6 '08 at 6:42
stackoverflow.com
8
votes
Are There any Open Source Real Time Operating Systems for x86?
open-source
x86
x86-64
rtos
asked Dec 17 '08 at 7:51
stackoverflow.com
7
votes
Is there an IDE for D with integrated debugger?
ide
debugging
d
asked Dec 27 '08 at 6:53
stackoverflow.com
7
votes
Can smart pointers selectively hide or re-direct function calls to the objects they are wrapping?
c++
operator-overloading
overloading
smart-pointers
asked Jun 5 '09 at 7:53
stackoverflow.com
1
2
next
Top Answers
184
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
stackoverflow.com
77
Does C++ support 'finally' blocks? (And what's this 'RAII' I keep hearing about?)
stackoverflow.com
70
Why is it wrong to use std::auto_ptr<> with standard containers?
stackoverflow.com
32
Why can't I convert 'char**' to a 'const char* const*' in C?
stackoverflow.com
26
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.)
stackoverflow.com
23
How do I remove code duplication between similar const and non-const member functions?
stackoverflow.com
19
When are C++ macros beneficial?
stackoverflow.com
19
What's the toughest bug you ever found and fixed?
stackoverflow.com
19
Ways to ASSERT expressions at build time in C
stackoverflow.com
18
Best C++ IDE or Editor for Windows
stackoverflow.com
18
Converting floating point to fixed point
stackoverflow.com
11
Should one prefer STL algorithms over hand-rolled loops?
stackoverflow.com
10
How to work around a very large 2d array in C++
stackoverflow.com
10
How do I call a .NET assembly from C/C++?
stackoverflow.com
10
Release management - best practice
stackoverflow.com
10
matlab FFT. Stuck understanding relationship between frequency and result
stackoverflow.com
10
What do you consider to be the most promising Open Source project in the long term?
stackoverflow.com
9
How do I convert between big-endian and little-endian values in C++?
stackoverflow.com
7
Good dynamic programming language for .net recommendation
stackoverflow.com
6
Finding the type of an unknown object in C++
stackoverflow.com
5
Implementing scripts in c++ app
stackoverflow.com
5
Computing pseudo-inverse of a matrix in C++
stackoverflow.com
5
How to indicate that a method was unsuccessful
stackoverflow.com
5
Daily Build vs. Zero Defect
stackoverflow.com
5
What is the best format for a customer number, order number?
stackoverflow.com
Stack Exchange works best with JavaScript enabled