Badge
| Nice Question | Question score of 10 or more. This badge can be awarded multiple times. |
AraK earned this badge 23 times |
apr 18 at 17:03
What could C/C++ “lose” if they defined a standard ABI?
jan 16 at 15:21
What does static_assert do, and what would you use it for?
dec 5 at 16:38
Why do some languages need Boxing and Unboxing?
sep 26 at 13:17
Why on earth would anyone use set instead of unordered_set?
aug 25 at 10:07
Best bignum library to solve Project Euler problems in C++?
may 31 '12 at 2:32
What is “Extending move semantics to *this” all about?
apr 30 '12 at 1:27
Why do Lua arrays(tables) start at 1 instead of 0?
dec 17 '11 at 4:47
Is it possible to write swap method in Java?
jul 7 '11 at 2:49
Does Qt work well with STL & Boost?
jul 5 '11 at 6:16
Bind Vs Lambda?
jan 18 '11 at 17:32
What exactly is nullptr?
jan 14 '11 at 22:33
Simulator or Emulator? What is the difference?
nov 12 '10 at 10:20
(post deleted or otherwise unavailable)
jul 23 '10 at 17:02
Name of C/C++ stdlib naming convention?
jul 23 '10 at 16:57
A simple example for someone who wants to understand Dynamic Programming
jul 23 '10 at 16:52
Why does wide file-stream in C++ narrow written data by default?
jul 23 '10 at 16:47
what is regular expression?
dec 10 '09 at 7:27
Tips for submitting a library to Boost?
nov 24 '09 at 2:27
Is OOP abused in universities?
aug 11 '09 at 15:32
What are the schools of OOP?
jul 21 '09 at 23:47
Why didn't Ada make it? [closed]
jul 6 '09 at 18:42
Should I use double or float?