StackRating

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

Lundin

Rating
1559.33 (5,730th)
Reputation
120,052 (545th)
Page: 1 ... 54 55 56 57 58 ... 82
Title Δ
C - Comparing char with string -0.03
Clang reciprocal to 1 optimisations -2.29
C: How to save the result of 2 32 bit unsigned integer into a signe... +1.90
Acessing a 2D array inside a function -1.21
Alternative to long switch statement -0.76
Slight Delay After Returning from Interrupt -1.93
Can a C executable file run on all operating systems -1.84
Allocating memory with 2D array -1.41
C, char** strange output 0.00
Ternary operator as a command? -1.18
Ternery Operator -1.90
How to stop optimizer discard unused variables? +0.50
Terminate program in C -0.21
What does the main() function mean for a program -0.73
Recursion using main function to print numbers -0.50
C 's format specifier -0.23
Why "lcd_puts" doesn't display the value of a variabl... -1.13
how does compiler allocate memory to a program? +0.51
Misra C rule 10.1 - false positive warning? 0.00
Safely Exiting to a Particular State in Case of Error -0.45
how to get the function pointer to a function in C? +2.37
Is operator ≤ UB for floating point comparison? -1.83
Why wasn't a specifier for `float` defined in `printf`? -0.35
MISRA-C warning during initialization enum type 0.00
How to Manage a 2 Dimensional Char Array? +1.85
Is there any better implementation for this switch case construct? -1.04
Using scanf() on *char[] +0.49
C code works in 64-bit Ubuntu 14.04 but fails in 32-bit Ubuntu 14.04 +0.30
Issues covered by rule 3.1 of misra c 2004 "Implementation-def... -0.51
Initialization of an array in a structure 0.00
Making DEV++ compatible with code/headers from Turbo C++ +2.37
Error: conflicting types for function, function declared in header... -0.51
Can one element in struct access another element of itself in C? -0.27
How to access any variable name according to loop index +0.93
Frama-c pointer incompatible type -0.59
How to point on 2D / 3D space on a pre-allocated memory -0.50
C/C++ Macro for breaking or continuing +0.37
Decrease varibale until a condition is met (in bodyless while loop ) +0.49
How many ways are there to pass char array to function in C? -0.31
Why the factorial of 153 has failed in following program +0.97
What sizeof(*v) means in C? -1.12
Placement of int for functions -0.50
Array of pointers to find sizeof string -0.41
OOP in C, implicitly pass self as parameter +0.08
pointer array equivalence in C using arrays of different dimensions -0.12
C++ undefined behavior +0.37
What would be the expression, true or false +1.95
c free temporary pointer to struct -0.87
Use long** instead of char** in C main argument +0.45
What's the best way for checking if any value is NULL or empty? +0.07