StackRating

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

dhein

Rating
1443.59 (4,533,998th)
Reputation
4,124 (40,612th)
Page: 1 2 3
Title Δ
C code Error not a function or function pointer +0.48
Is using __cplusplus undefined behaviour in C? -0.40
Is double colon access (::) to class member thread safe? -1.18
Is there a downside to declaring variables with auto in C++? +0.15
Can functions from the C standard library be used in C++? -1.55
For loop with pointer in C +0.84
int array[30] = {0}; How this works in c? -0.70
When to allocate memory to char * +0.81
OpenGL redraw different render results for identical parameter -0.41
Why have a "warning" when initializing an array of functi... -0.52
Not given any results from the code +0.08
Understanding output of printf containing backslash (\012) -1.27
expression "value%2" and "value%2 != 0", which... -1.02
Nesting a goto loop within a switch +0.74
How to convert char to int and then display it in hex format +0.40
How to avoid compiler optimizing some operation? +0.42
sizeof- function or macro? +0.42
Can I use labels as index in C global data table? -0.55
segementation fault in this code, but I can't find it? -0.86
Purpose of using octal for ASCII -0.96
why is it printing 255 -0.00
Is ‘int main;’ a valid C/C++ program? -1.02
Are #define (preprocessor directives) inherited from header files +1.41
How can I pass an array as a list of args to a function with varyin... +0.01
Result of calling strcpy is different than expected -0.32
Does implementation of C libraries depend on OS? -0.32
C programming Structure Vector allocation 0.00
Successive pointer allocations; Reallocated or allocated distinct? -0.92
what is the difference between array[1][2] and array[1,2]? -0.03
Remove function not working +0.06
Why has GCC started warning on taking the address of a void express... -1.04
Rename Function Not working in C +0.99
Why Rename in C not working correctly? +5.90
How to handle empty values in BCP from csv to Sql table 0.00
'calloc' does not automatically consumes memory out of RAM 0.00
String assignment inside if else block? -1.03
How to turn a string into commands in c? -1.60
why const int can be changed using scanf? +0.08
what is the value stored in void in C++ +2.04
-32768 not fitting into a 16 bit signed value +1.74
Printing defined integers in C -2.48
How to get substrings that contain words from a string in C? -3.66
How to make 64bit Preprocessor defined constant compile without war... 0.00
Troubles in implementing nullptr on VS2013 -3.45
How to convert const char* to char* in C -3.38
GCC - Dynamic Dependencies 0.00
How to return NULL strings with strtok in C? 0.00
If a variable is uninitialised, when does it throw as error and whe... -0.76
Is there a limitation of the number of Variable Arguments in C? 0.00
Strange behaviour of free() after memory allocation violation +4.11