Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
caf earned this badge 16 times |
dec 7 at 14:10
Difference between CLOCK_REALTIME and CLOCK_MONOTONIC?
dec 5 at 6:38
What do the parentheses around a function name mean?
jul 20 at 19:12
Useful GCC flags for C
jul 5 at 15:11
SHA512 vs. Blowfish and Bcrypt
apr 13 '12 at 5:37
How to compile a 32-bit binary on a 64-bit linux machine with gcc/cmake
mar 10 '12 at 16:16
Calculating CPU usage of a process in Linux
aug 27 '11 at 3:24
C state-machine design
apr 21 '11 at 14:04
Finding duplicates in O(n) time and O(1) space
jul 22 '10 at 5:17
Can a pointer (address) ever be negative?
jul 18 '10 at 3:43
Pointer syntax in C: why does * only apply to the first variable?
mar 15 '10 at 0:57
Is assert evil?
feb 18 '10 at 16:12
Porting 32 bit C++ code to 64 bit - is it worth it? Why?
dec 6 '09 at 16:42
Why should you use strncpy instead of strcpy?