Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
icecrime earned this badge 36 times |
may 7 at 18:04
Unit testing for C++ code - Tools and methodology
apr 29 at 12:56
List Comparison in Python
apr 25 at 20:16
strlen was not declared in this scope - C++
apr 15 at 14:44
Python: multiply all items in a list together
mar 13 at 3:37
backward slash followed by a number in python strings
mar 12 at 15:27
What better way to concatenate string in python?
feb 1 at 7:50
Convert Boost Type “Path” To string
oct 12 at 10:37
What exactly is One Definition Rule in C++?
may 21 '12 at 9:12
Practical Use of Zero-Length Bitfields
apr 11 '12 at 6:31
Calling pthread_cond_signal without locking mutex
mar 24 '12 at 17:58
Vim: Replacing a line with another one yanked before
mar 14 '12 at 17:40
What std::locale names are available on common windows compilers?
jan 17 '12 at 15:34
Once a part of the standard - will boost library lose its boost namespace and will be moved to std?
nov 26 '11 at 4:28
When do programmers use Empty Base Optimization (EBO)
oct 26 '11 at 18:50
Why typeid.name() returns weird characters using gcc?
oct 18 '11 at 2:47
Carriage return in C?
oct 15 '11 at 17:58
When should you use direct initialization and when copy initialization?
jun 3 '11 at 0:58
How to initialize member-struct in initializer list of C++ class?
jan 9 '11 at 19:32
overloaded operator << on ofstream concatenation problems
jan 4 '11 at 7:24
how boost::~shared_ptr works?
jan 3 '11 at 11:16
Printing 1 to 1000 without loop or conditionals
dec 31 '10 at 17:35
what integer width processed faster in C?
dec 29 '10 at 15:18
Is there any reason to use auto_ptr?
dec 23 '10 at 12:20
Is it legal to recurse into main() in C++?
dec 8 '10 at 14:57
Can I declare a non-member function const in C++?
dec 2 '10 at 21:52
Breaking out of function in c++
nov 29 '10 at 22:28
Why -1 >> 1 is -1 ? And 1 >> 1 is 0!
nov 27 '10 at 21:05
Passing on a char* which contains a path
nov 23 '10 at 13:50
delete vs delete[]
nov 19 '10 at 13:28
About C #define macro expansion
nov 17 '10 at 17:26
Why does the following code make my computer beep?
nov 10 '10 at 18:27
the way to compare string in an efficient way in C++
nov 10 '10 at 15:46
template function matching in g++