Stack Exchange
log in
chat
meta
about
Stack Exchange
All Sites
Hot Questions
Top Users
Newsletters
Blogs
xmllmx
top
accounts
reputation
activity
favorites
subscriptions
Top Questions
30
votes
Why don't the C or C++ standards explicitly define char as signed or unsigned?
c++
c
types
compiler
standards
asked Mar 20 at 19:38
stackoverflow.com
19
votes
What if the lambda expression of C++11 supports default arguments?
c++
c++11
lambda
default-arguments
asked Jan 7 at 3:44
stackoverflow.com
17
votes
How to display a progress indicator in pure C/C++ (cout/printf)?
c++
c
gui
c++11
io
asked Jan 26 at 18:02
stackoverflow.com
14
votes
Does C++11 guarantee that “int a[8] = {};” is semantically equivalent to “int a[8]{};”?
c++
performance
c++11
initialization
standards
asked Feb 14 at 9:01
stackoverflow.com
13
votes
How to detect if a class is final in C++11?
c++
c++11
final
typetraits
asked Dec 10 '12 at 21:12
stackoverflow.com
12
votes
What's the default calling convention of a C++ lambda function?
c++
function
c++11
lambda
calling-convention
asked Feb 13 at 3:00
stackoverflow.com
10
votes
Why does this code make the VC++ compiler crash?
c++
visual-studio-2010
c++11
asked Dec 3 '10 at 9:27
stackoverflow.com
10
votes
Is an array of any type always an aggregate?
c++
arrays
c++11
standards
aggregate
asked Dec 20 '12 at 15:23
stackoverflow.com
10
votes
Is it meaningless to declare the return type of a function as T&&?
c++
c++11
return-type
rvalue-reference
temporary
asked Jan 30 at 13:42
stackoverflow.com
10
votes
Why is it that wcout << “”; is OK but wcout << string(); is not?
c++
string
encoding
iostream
asked Feb 4 at 22:33
stackoverflow.com
1
2
3
next
Top Answers
No answers with score of 5 or more
Stack Exchange works best with JavaScript enabled