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 ... 71 72 73 74 75 ... 82
Title Δ
When consolidating duplicate literals, will a C compiler look in th... +1.19
C++ strange method behaviour - continuation 0.00
Convert int to float -1.19
how to reset the following array in c? +2.03
Bind C function in C++ (undefined reference) 0.00
Casting u_int32 to char -1.32
How to get macro name __LINE__ for a multi-line macro call? -0.90
Bitfields and Unions in C giving problems -1.42
initializing an array of ints -0.71
Avoiding Structure Padding in C -1.29
Array are passed by value or by reference? +0.18
Do I have to memset after malloc new memory? -0.65
How to save an int value in a char -0.25
Is it a good practice to use curling braces {} to separate logic mo... +0.88
Restrict Keyword and Pointers inside structs -0.58
Ternary operator. Automatically types conversion in condition -0.68
segmentation fault in SSE when -O3 is on 0.00
AT commands in embedded systems -1.55
How to Protect Against Symbol Redefinition +0.49
Simplify this expression +0.93
Why does this example use null padding in string comparisons? “Prog... +0.56
How to use a variable in the case field of switch statement? +0.06
A compiler may not move accesses to volatile variables across seque... +1.98
Compiling with Mingw -0.45
Explain this implementation of malloc from the K&R book 0.00
Can I return buffer created in functions? -0.17
Looping with an unsigned char +0.60
Using strncpy. Valgrind throws invalid read -0.33
variable between files -1.07
Why sizeof int is wrong, while sizeof(int) is right? -1.60
How to access pointer members in a Struct variable in C? -0.34
Noobie void pointer confusion +0.13
Any function instead of sprintf() in C? code size is too big after... -0.56
memory leak (free function not working) +0.10
Are there modern compilers for high level languages on simple proce... 0.00
C - Random characters after using strncpy() function -0.54
how to print non-ASCII characters in C +1.10
how to implement a class in c -1.04
Asynchronous communication in c 0.00
Implementing a non-standard SPI variation on ARM Cortex M3 +2.51
Using flags with logical operators instead of conditional statement... -1.06
Why is there an extra number? -0.93
Questions about a Kernighan and Ritchie Excercise 2-3 +0.14
Where are character arrays in dynamically allocated structs stored? -0.34
how to enter while loop using gdb? -1.20
c preprocessor macro for pointer to structure member -2.11
Why is ~b=-6 if b=5? -0.73
Input while using Graphics.h +0.40
Why is this showing up as 82 when executed? For Loop - Factorial +2.00
What is gets() equivalent in C11? -0.24