StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

dbush

Rating
1674.89 (283rd)
Reputation
111,709 (609th)
Page: 1 ... 14 15 16 17 18 ... 90
Title Δ
Why do Windows and Linux have different strdup implementations: str... 0.00
Passing Arrays in functions in C +0.28
Declaration of function shadows a global declaration 0.00
What is the purpose of having a function prototype in a function? +1.22
What does "delete" actually do in c++? 0.00
multicast data from specific ip address 0.00
In C, what is the difference between the two given code snippets re... 0.00
Password input always returns "not eligible" 0.00
Can the static initialization order fiasco occur in C programs? 0.00
Local structs and character arrays memory is not cleaned after func... -1.99
'\0' and printf() in C +0.82
Function Returning Pointer to Struct Segmentation Fault 0.00
Pointers to Pointers in C++ -2.00
Race conditions problem, when synchronizing text files using threads +0.27
Why is void pointer arithmetic allowed in gcc? +1.29
Why is my if else statements not working and outputting the right i... +0.11
Pointer's value is not an address? 0.00
Linked list function is printing NULL in first node instead of paths 0.00
How do I make dynamic allocations for a program run fail -3.13
"lvalue required as left operand of assignment" when usin... -0.97
Is this practice of manually applying scopes standard C? -2.86
incompatible pointer types passing short * to short *(*)[ ] -0.55
Can someone explain why printf("%s", str + str[0] - str[3... +0.29
Get string from variable argument function 0.00
Why does C allow the sizeof operator on a variable that hasn't... -1.64
Local Variable retaining Value in Function +1.66
Understanding memory ownership models in C +2.02
How is "++argv" correct in this program from "The C... 0.00
Redefining a predefined errno error message (E2BIG) 0.00
requiring the user to input ... using Scanf 0.00
Recursive factorial function program returns 0 for large number inp... +2.03
An unexplained overflow in C -0.42
Why cast zero to pointer type and access its member work? +0.27
c - Actions that should be undefined are seemingly acting very &quo... -1.43
Assigning structs when structure definition have pointers 0.00
Returning string initialized from scalar of volatiles behaves very... +1.39
Append ' before and after char[] in C +0.26
C struct information hiding (Opaque pointer) -0.27
Custom Sorting in way that A comes before a and B comes before b -1.83
How can I cast while doing a division assignment? -0.94
Pass a function or pass a function pointer in C? +1.26
Why does &second_variable have higher address than &first_v... +0.27
C - Incrementation not updating variable value +0.03
How to init struct pointer variables with NULL? +0.14
C[i] = A[i++]; is not equal to C[i] = A[i]; i++; Whats going on here? +0.28
Default write behaviour - O_TRUNC or O_APPEND? -1.75
Pop works only once in specific function +1.33
MAC: Qt Cannot detect toolkit +1.25
Why can bool and _Bool only store 0 or 1 if they occupy 1 byte in m... +1.27
Good use cases for declaring enum type tags and variable names in C? +0.01