Stack Exchange
log in
chat
meta
about
Stack Exchange
All Sites
Hot Questions
Top Users
Newsletters
Blogs
Potatoswatter
Huh, the Real Name field doesn't display.
I post on Usenet using my real name, David Krauss.
top
accounts
reputation
activity
favorites
subscriptions
Top Questions
25
votes
Are C++ exceptions sufficient to implement thread-local storage?
c++
exception
thread-local
asked Mar 21 '10 at 15:06
stackoverflow.com
21
votes
Why do we need to mark functions as constexpr?
c++
c++11
constexpr
asked Jan 23 at 4:15
stackoverflow.com
21
votes
Restrict users under a question ban from chat
feature-request
chat
post-ban
asked Jun 22 '12 at 13:18
meta.stackoverflow.com
17
votes
more flexible offtopic migration
feature-request
migration
off-topic
asked Apr 8 '12 at 14:37
meta.stackoverflow.com
16
votes
Does C++ support compile-time counters?
c++
templates
metaprogramming
state
asked May 29 '11 at 6:50
stackoverflow.com
16
votes
Are member new/delete overloads in a derived class ever useful?
c++
inheritance
operator-overloading
new-operator
asked Jan 2 at 10:15
stackoverflow.com
15
votes
XCode debugger sucks; alternatives?
c++
xcode
osx
asked Jan 7 '10 at 22:11
stackoverflow.com
15
votes
Are free operator->* overloads evil?
c++
operator-overloading
asked Apr 23 '10 at 7:20
stackoverflow.com
14
votes
Can a string literal be subscripted in a constant expression?
c++
c++11
string-literals
constexpr
asked Sep 15 '11 at 0:40
stackoverflow.com
12
votes
Does a namespace-scope constructor definition require a class-qualified identifier?
c++
syntax
constructor
asked Aug 19 '11 at 9:14
stackoverflow.com
1
2
3
4
next
Top Answers
59
Why can't you take the address of nullptr?
stackoverflow.com
48
Is C/C++ one language or two languages?
stackoverflow.com
44
What is the meaning of “… …” token?
stackoverflow.com
36
How to check if std::map contains a key without doing insert?
stackoverflow.com
34
Is it meaningful to optimize i++ as ++i to avoid the temporary variable?
stackoverflow.com
32
Does a const reference prolong the life of a temporary?
stackoverflow.com
25
is it possible in C or C++ to create a function inside another?
stackoverflow.com
24
C struct memory layout?
stackoverflow.com
23
Is the backslash acceptable in C and C++ #include directives?
stackoverflow.com
22
'auto' and explicit variable declaration behaving differently
stackoverflow.com
21
C++ best practice: Returning reference vs. object
stackoverflow.com
21
c++ return array in a function
stackoverflow.com
21
Duplicate const qualifier allowed in C but not in C++?
stackoverflow.com
20
“f” after number/float in Objective-C/C
stackoverflow.com
20
Why can't I pass const map structure to a function in c++?
stackoverflow.com
19
Coding Practices which enable the compiler/optimizer to make a faster program
stackoverflow.com
19
Tail recursion in C++
stackoverflow.com
19
does order of members of objects of a class have any impact on performance?
stackoverflow.com
18
Crash the program with cmd line args
stackoverflow.com
18
In C/C++, for an array a, I just learned that (void*)&a == (void*)a. How does that work?
stackoverflow.com
18
Is std::array movable?
stackoverflow.com
17
Given a 1TB data set on disk with around 1KB per data record, how can I find duplicates using 512MB RAM and infinite disk space?
stackoverflow.com
16
What are the disadvantages of using templates?
stackoverflow.com
16
number of digits in a hex escape code in C/C++
stackoverflow.com
16
Brute-force, single-threaded prime factorization
stackoverflow.com
16
Private destructor
stackoverflow.com
15
File I/O in Every Programming Language
stackoverflow.com
15
Commutative property a[i] == i[a]
stackoverflow.com
15
C++11 constexpr to obsolete template meta-programming?
stackoverflow.com
15
Why can I cast int and BOOL to void*, but not float?
stackoverflow.com
1
2
3
4
5
…
9
next
Stack Exchange works best with JavaScript enabled