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 ... 34 35 36 37 38 ... 82
Title Δ
What is the cost/overhead of defining a type? -0.49
How to print cascaded names of functions pointers? +0.80
Learning C #define statement (MACROS) -1.09
Embedded Terminology for Consecutive Register Retrival 0.00
what happens if buffer's data type mismatches (int * versus uns... +0.23
malloc, sizeof and strlen functions possible confict? +0.19
Why does GCC's -Wconversion behave differently for char vs. uns... -2.03
How does this code print 404? +0.20
Error: lvalue required as increment operand (pointer) +0.00
C preprocessor macro for filling out struct fields -1.41
What is the difference between a sequence point and operator preced... +0.54
Difference between in C and C++ types (typedef) -0.08
Ending a while loop at any point when condition is not met +0.85
Convert from char array to 16bit signed int and 32bit unsigned int +2.10
Different Memory-need in case of using "const" and "... -0.56
How to pass 2d arrays of struct using pointer -0.56
C code using double struct hack (flexible array member) in Visual S... +0.77
C : redefinition of ‘struct' -0.56
Is `volatile` enough to allow the compiler to handle machine regist... +2.37
Aren't a[][] and (*a)[] equivalent as function parameters? -1.36
Alternatives to function overloading in C +0.42
Passing 2D array to a Function: zero-value and print issue -1.36
Why is _Generic keyword supported in c99 or c90 modes? 0.00
Initialize pointer to const pointer -1.05
Programming languages without garbage collector: where does the gar... -0.49
Where is an array variable stored in C language? +0.31
how to make c++11 auto smarter? -1.91
Is casting implicit in C when computing a sum into a larger value? -1.21
Programming C: default arguments in a macro? -2.01
logical operators as conditionals in c -0.88
(Xcode), first time Objective C for pointer study - do i need more... 0.00
Why can't I print the value at this pointer? -0.42
How to restrict the size of variable types like long int on a 64-bi... +1.80
Finding longest consecutive range of numbers -0.08
Ternary (conditional) expression has the wrong type 0.00
Initialization from incompatible pointer type warning when assignin... +1.36
malloc puts "garbage" values -1.21
Expression using ternary operator -0.63
Has programming with C gotten easier with operating system security... -1.09
gcc optimization of code involving bit operations with constants 0.00
C callbacks - optional argument? -0.51
why am i getting "warning: assignment from incompatible pointe... +0.43
Update standard C library | Procedure to include own functions to C... +2.07
integer promotion in c +1.40
Missing C11 strerrorlen_s function under MSVC 2017 0.00
Did the author make a mistake in explaining stack and heap in C++ o... +1.75
What is "Super Loop" in Embedded C programming language? +1.24
better understanding type promotion of variadic parameters in c +0.02
A special switch statement in C +1.11
Why didn't GCC optimize this 'printf' to 'puts'? -2.10