Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
int3 earned this badge 13 times |
mar 26 at 8:49
C++ template gotchas
nov 8 at 9:45
How to turn off specific optimization flags in gcc
jun 19 '12 at 11:22
C++ vector to pointer of pointers
jul 31 '11 at 7:11
Getting started with SSE
nov 12 '10 at 18:55
Assigning a “const char*” to std::string is allowed, but assigning to std::wstring doesn't compile. Why?
apr 12 '10 at 7:07
Printf seems to mess the output of a simple C program
dec 31 '09 at 10:17
C Unsigned int providing a negative value?
dec 5 '09 at 7:02
Is this “*ptr++ = *ptr + a” undefined behavior?
dec 2 '09 at 21:17
What's the point of g++ -Wreorder?
nov 27 '09 at 11:07
std::string a container
nov 24 '09 at 16:42
How to get gcc -O1 optimization without specifying -O1
nov 22 '09 at 3:02
Function names in C++: Capitalize or not?