Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Johannes Schaub - litb earned this badge 594 times |
may 21 at 3:18
Non-Qt Base Classes
may 15 at 23:00
C++ Header Files, Code Separation
may 14 at 15:47
How to Initialize char array from a string
may 11 at 13:52
Variadic template templates and perfect forwarding
may 8 at 10:08
Template specialization
apr 27 at 20:18
Force type of C++ template
apr 25 at 16:46
Exception vs Assert?
apr 11 at 11:50
Expected a declaration (compiler error C2059)
apr 8 at 10:56
So why is i = ++i + 1 well-defined in C++11?
apr 5 at 21:34
C++: Can a macro expand “abc” into 'a', 'b', 'c'?
apr 4 at 18:52
Pointer Arithmetic
mar 29 at 0:27
Printing 1 to 1000 without loop or conditionals
mar 22 at 19:34
pointer to const vs usual pointer (for functions)
mar 20 at 21:05
Why use = to initialise a primitive type in C++?
mar 12 at 12:02
Is the last comma in C enum required?
mar 11 at 12:11
Passing a function object: Error
mar 8 at 23:14
declare a array of const ints in C++
mar 8 at 18:09
boost::enable_if class template method
mar 6 at 20:02
template inheritance c++
feb 28 at 0:55
Reference Counting in C++
feb 21 at 15:34
Character to Integer in C
feb 20 at 14:17
Using Boost::ref correctly..?
feb 13 at 14:01
How to get the Type of c++0x lamda expression?
feb 11 at 17:13
Templates don't always guess initializer list types
feb 7 at 19:40
C++ namespace and include
feb 1 at 23:26
How to define an enumerated type (enum) in C?
jan 12 at 22:21
Enlightening Usage of C++11 decltype
jan 9 at 14:29
Safely overloading stream operator>>
dec 31 at 11:05
__FILE__, __LINE__, and __FUNCTION__ usage in C++
dec 27 at 21:08
What is __stdcall?
dec 24 at 7:02
rm not freeing diskspace
dec 15 at 11:34
Use of typename keyword with typedef and new
dec 13 at 18:18
request for member `…' is ambiguous in g++
dec 12 at 8:32
Reference collapsing?
nov 29 at 23:46
typename outside of template
nov 29 at 17:51
often used seldom defined terms: lvalue
nov 24 at 23:39
What is the best way to do input validation in C++ with cin?
nov 23 at 11:08
C++ template question
nov 15 at 6:58
What is the precision of long double in C++?
nov 8 at 23:30
C++0x static_assert and template instantiation