StackRating

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

Jens Gustedt

Rating
1561.35 (5,367th)
Reputation
66,590 (1,323rd)
Page: 1 ... 4 5 6 7 8 ... 42
Title Δ
Pointer issues in Coccinelle -0.59
how does it happened that a variable used before it's declared? -0.72
Output of ++*p++ -0.21
Do the C language standards specify support for global register var... +2.00
What is this C++ C11 syntax: "= {}"? -1.63
size_t, intptr_t, and uintptr_t for math in c -0.58
Use atomic flags in C11 on FreeBSD +0.41
Declaration difference and scope? -0.73
Call a c function with a const matrix argument using a const cast +0.41
Can we and how safe is to "signed" to "unsigned"... 0.00
Why is the specific warning violation from gcc not shown with -std=... +1.70
Why ternary operator does not support blocks? -1.04
How can I implement a portable pointer compare and swap? -0.35
Why can't I "goto default;" or "goto case x;&quo... +1.19
const and typedef of arrays in C +1.62
Cannot understand what "error: initializer element is not cons... -0.46
Is this a valid definition for main() +2.05
Is post-increment operator guaranteed to run instantly? +0.05
How are complex arithmetic operators implemented in C? -2.09
Why it is allowed to initialize static variable with non const here? +0.07
I'm getting an implicit declaration error only when using -std=... -0.21
C Semaphore strange precedence behavior +1.31
#define as unsigned char -2.05
How can I share a const char array between two source files gracefu... -1.31
Is overflow of intN_t well-defined? -1.42
Is there any chance the sizeof operator returns 0? -0.06
Returning a char** gives me error "Address 0x0 is not stack... 0.00
what happens if puts() function doesn't encounter null character? -0.20
C dynamic allocation of a 2D array in a function & return pointer -2.27
How to dereference a n-levels void pointer to an int pointer +0.96
How gets an #if Preprocessor conditional which contains a variable... 0.00
What is the definition of "array" in C? -0.21
C11 stdatomic and calloc +1.59
C / C++ Literals 0.00
Allocate 2D Array in C (not array of pointers) in Heap +0.42
Initialize array of structures -1.13
Why are _Generic statements treated like expressions rather than ma... +2.43
Return a structure with const array in C -0.67
Can an implementation specify undefined behavior +2.03
Expected expression before error -0.47
Have C generate an error inside a _Generic 0.00
Encapsulation with C helper structs -0.14
C11 atomic_load/store and volatile qualifier +1.51
How can I work with dynamically-allocated arbitrary-dimensional arr... +1.67
Initialize an Array Literal Without a Size -1.28
Threads being created and joined over and over in for loops (C) +0.89
Copying component of struct deletes another component of the same s... -0.56
using flexible array member with mmap -0.67
Does `restrict` affect aliasing of passed pointers to anything but... 0.00
Array lengths in array parameters 0.00