Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
unwind earned this badge 207 times |
may 16 at 11:06
Where is the 'this' pointer stored in computer memory?
may 16 at 9:30
Why can I define a function in another function?
apr 24 at 7:19
How do I change a TCP socket to be non-blocking?
apr 11 at 21:50
Seeing expanded C macros
apr 2 at 17:38
segmentation fault : 11
mar 26 at 18:00
JavaScript OR (||) variable assignment explanation
mar 25 at 7:37
Passing around fixed-size arrays in C++?
mar 10 at 10:50
How do I count the number of zero bits in an integer?
mar 7 at 9:07
Examples of Union in C
mar 2 at 7:52
How to include clean target in makefile
feb 27 at 6:43
zero length arrays
feb 18 at 20:51
Char to int conversion in C
feb 15 at 9:02
What is this (( ))?
feb 14 at 9:46
Why can't I use #define for keywords in C?
feb 7 at 15:09
what is !! in c?
jan 30 at 14:13
How does the preprocessor work in C?
jan 29 at 14:22
please explain the behaviour of typedef here
jan 28 at 16:01
C++ - Incorrect ASCII value (“ë”)
jan 25 at 16:50
bitwise XOR of hex numbers in python
jan 19 at 12:13
Implementing A Plugin System in C or C++
jan 15 at 19:11
Removing lowest order bit
jan 14 at 19:51
Why does this C program work?
dec 25 at 3:57
what is the U32,U16,U8 means in C++
dec 21 at 21:26
How to calculate a logistic sigmoid function in Python?
dec 19 at 15:00
Why does a function with no parameters (compared to the actual function definition) compile?
dec 18 at 3:55
Copying one structure to another
dec 17 at 17:45
Equalities in C/C++
dec 14 at 12:18
Why list indices must be integers, not tuple?
dec 12 at 16:37
malloc assigned to pointer
dec 10 at 16:06
How do I fix a repository with one broken revision?
nov 28 at 23:01
How to Randomly Shuffle a Linked List in C
nov 16 at 11:53
How to determine if URL is an image?
oct 16 at 19:43
How can I break out of two nested for loops in Objective-C?
oct 5 at 16:49
Confused with Java Objects
oct 2 at 16:13
Function call in if statement without parentheses
sep 24 at 19:22
difference between logical and physical const-ness
sep 15 at 22:38
Square root function (math.h) - C
sep 12 at 2:04
Struct timeval to printable format
aug 29 at 11:08
bash: split output of command by columns
aug 28 at 12:23
integer producing hex values error
aug 14 at 11:27
Checking if a pointer points to a particular class C++
aug 7 at 12:54
Rewrite C code in Java or use JNI?
jul 23 at 18:41
How to capture stderr on Windows/DOS?
jul 9 at 17:03
What does `dword ptr` mean?
jul 3 at 19:15
Does strstr have this overload?
jun 25 at 18:38
Why is there no cancel button in Android's progress dialogs?
may 27 '12 at 11:57
Have bash script autocomplete prompts
may 22 '12 at 13:47
(post deleted or otherwise unavailable)
may 20 '12 at 11:00
Could valgrind complaint about uninitialized values be a false positive?