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 ... 30 31 32 33 34 ... 82
Title Δ
Initialize multi-dimensional array +0.42
In C11, string literals as char[], unsigned char[], char* and unsig... +2.04
Using function parameter as variable +0.90
Transmitting structures among controllers +0.41
I'm little bit confused that whether automatic memory allocatio... -0.58
Dereferencing a NULL pointer in embedded -2.21
Forming a pack for structure containing integer array,string list i... -2.11
Does array subscription count as taking address of object? +2.50
Where are expressions and constants stored if not in memory? +0.31
operator precedence in C? -1.42
Why is my hex conversion function off by one? +2.49
How is the string terminator '\0' has the same value as int... +2.01
Why are C booleans called _Bool? -1.73
STM32 HAL C standard +2.52
C : Segmentation fault with typecasting 0.00
Is there a built-in function that acts like strcat from the string... -0.63
MISRA C 2012 violation of rule 9.1 even with an initialized variable 0.00
Force the C compiler not to inline an entry from an array -1.97
c function: re-initialize a static array or declare new every call? 0.00
Why doesn't work Variable length array as a globally? -0.09
error: conflicting types for ‘malloc’ -1.45
How to conditionally set a C style string in C++? 0.00
Ascii to Decimal In Memory, Would there be a bitwise shift answer? -0.58
Embedded-C:How to perform division between 2 unsigned integers and... 0.00
MISRA C 2012 Rule 20.5 #undef should not be used 0.00
How to implement bitmap array in C using uint64_t data type? 0.00
MISRA C 2012 Rule 15.4 There should be no more than one break or go... -1.44
Does inheritance via unwinding violate strict aliasing rule? 0.00
What made i = i++ + 1; legal in C++17? -1.39
How to do unit testing on timer functions on a microcontroller -1.30
Do you make safe and unsafe version of your functions or just stick... -0.62
Variable arguments inside a macro +0.43
Easiest way to print 64 bit hex data splitted by 16 bits 0.00
How do I assign a value, to a 2D array location in C? +0.40
Signature for C function that returns a multidimensional array +0.99
MISRA C-2012 Rule 11.3 violation while trying to do a typecast from... +2.02
What is the rationale for limitations on pointer arithmetic or comp... -0.31
Efficient conversion from Indeterminate Value to Unspecified Value -1.86
Check if my matrix is magic square -0.80
Confusion regarding pointer size +1.03
MISRA C-2012 Rule 10.3 violation due to adding of two 8 bit variabl... +0.49
Understanding how to call functions from another source file in C +1.94
Are all of the features of C99 also in C++? +1.92
do ... while macro/function with different conditions -0.59
C programming functions +0.41
MISRA-C:2012 warning of Rule 10.8 "being cast to a wider type&... -1.66
my own similar strcat() function prints only one array of chars +0.39
Use of union in a command data structure -0.69
How does padding of structs inside unions work? +1.70
C MACRO that dinamically use different defines +0.42