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 2 3 4 5 6 7 ... 90
Title Δ
Is it a bad idea to create a generic "function pointer" u... +0.95
Working of the operators ++ followed by -> in the below example 0.00
Why does this month comparison code not work properly? -2.73
Military time and standard time logic works but time indicator stri... 0.00
error: invalid operands to binary >> (have 'float' an... 0.00
Does x ^= x & -x; where x is an unsigned integer invoke UB? +0.91
Functions: how to use elements of one function in another 0.00
Problem manipulating local variable from FuncA to FuncB and return... 0.00
runtime const value set for arr size and no error -0.57
Strange 10 value gets printed when I print inputed characters by th... -2.48
Can static variable be re-initialised 0.00
(C/C++) Initialize and return array in the same line 0.00
what does int temp[256 + 128] = {0}; and temp[+str[i]] = 1; mean 0.00
Function Pointer present inside a structure in C 0.00
'assert' undeclared, despite assert.h being included in the... 0.00
I want to know how to pass the address of an integer pointer and mo... -0.73
Why static global variable is accessible in other file? -1.84
How do you manipulate a void pointer passed as a parameter in a var... -2.91
implicit cast (U32 to U8) does not raise warning 0.00
UDP Multicast server adding Clients to Multicast Group 0.00
Using incorrect format specifier in printf() 0.00
Multiple issues with mkdir() -1.83
What is the cause of the lvalue error in the below mentioned code? +1.82
Reason why int(*g)(int) into int(*h)(char) causes error? +0.69
Why can we not use an const int to initialize the size of a char ar... +1.18
Why Compilation Does Not Fail? 0.00
Weird C behaviour +0.24
Initialising multiple matrices in the same loops in C 0.00
What does that mean? #define SOMENAME ((uint32_t *)0x130010f0 +0.71
How does rename() actually work under the hood in C? 0.00
Fast add/subtract two integers based on sign of third integer +0.52
I'm attempting to initialize an array in C using a variable and... 0.00
Abort Called-corrupted size vs. prev_size error in c 0.00
Define and declare of variable of C question +0.25
inet_ntop() not printing url 0.00
Is it possible to pass a return value from a function as the return... +1.77
invalid use of undefined type & storage size unknown +1.35
Is there a way to not have a union "over-compensate" alig... -2.58
By Left Shifting, can 1 be set to Zero 0.00
Tilde '~' operator on _Complex, what does it do? Is it an e... 0.00
How to pass a matrix of unknown size as parameter in a function in C? -2.82
Assigning int to struct array but prints out as 0 (different) -2.38
Two dimensional arrays(dynamically) if condition for null in c 0.00
In C, why are the first members of a struct frequently "reset&... +0.89
How does ~0x00 return -1? +0.92
extern structs in C Error: array type has incomplete element type +1.27
Convert integer to byte array produces unexepected results 0.00
Issue with using function within int main, uninitialized memory, un... 0.00
How to compile and run `main;` in C 0.00
How can I reference a parameter within a designated initializer? 0.00