Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Pubby earned this badge 36 times |
apr 30 at 17:03
Delegate Constructor C++
apr 27 at 0:37
Recursive function inside of a function c++
mar 14 at 8:24
How do I switch/select types during compile-time?
feb 27 at 15:04
operator precedence in Haskell
jan 31 at 22:20
Odd behavior by #define
jan 29 at 17:03
sorting a vector in descending order
jan 28 at 20:52
C: wrongly nested switch/case blocks surprisingly works
dec 23 at 12:07
Does the comma operator have to be left-associative?
dec 21 at 19:26
How to write endian agnostic C/C++ code?
dec 21 at 9:46
Why does the use of 'new' cause memory leaks?
dec 19 at 11:25
Math.cos() & Math.sin() return bad results
dec 17 at 11:30
Force a specific overload when template template
oct 19 at 19:58
c++, c++11, std::atomic member functions
oct 11 at 4:06
'where' inside other expression
jul 5 at 13:56
C weird array syntax in multi-dimensional arrays
jun 4 '12 at 12:13
Including header files in C/C++ just once
may 31 '12 at 17:12
When Should I Really Use `noexcept`?
may 21 '12 at 21:07
Flipped Parabola in C++
may 7 '12 at 9:36
C++ Data Types vs. C# Data Types
apr 28 '12 at 9:16
C order of operations — foo() + bar() — must foo be called before bar?
feb 24 '12 at 5:26
Why are anonymous namespaces not a sufficient replacement for namespace-static, according to the standards committee?
jan 22 '12 at 14:10
Perl-style quotes for long strings in C++
jan 5 '12 at 0:57
How to create a C compiler for custom CPU?
dec 6 '11 at 15:05
Why vector<bool>::reference doesn't return reference to bool?
dec 2 '11 at 13:51
Do namespaces affect initialization order in C++?
nov 25 '11 at 11:52
Local classes : C++03 vs. C++11
nov 14 '11 at 21:32
Is the behavior of subtracting two NULL pointers defined
nov 13 '11 at 9:48
Operators and inheritance