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 2 3 4 5 ... 42
Title Δ
void main() { } works perfectly without a header file. How can this... -1.67
How to fix "type of formal parameter 1 is incomplete" in C -3.28
Dereferencing a pointer multiple times vs creating temp variable +1.08
simultaneous struct member initialization and definition in c99 0.00
Is a conversion to `void *` required before converting a pointer to... -0.26
Parallelizing memcpy with OpenMP 0.00
How to include C11 headers when compiling C++ with GCC? 0.00
C11 related language correctness -1.56
Union declaration with array pointer? 0.00
Removing "\n" from a line got from fgets() +0.86
How many bytes is a gigabyte (GB)? -0.62
Where all to use volatile keyword in C -1.38
Rationale of static declaration followed by non-static declaration... 0.00
How to copy a char* to a const char*? -0.38
C Negation Operator Prints Unexpected Results In Debian Terminal -0.46
Ordering of atomics with `memory_order_seq_cst` 0.00
May FILE be implemented as a function type in c? 0.00
Should C declarations match definition including keywords and quali... +0.40
Thread synchronisation using semaphore for c +1.53
why use malloc function in c when we can declare arrays using arr[s... +0.71
Checking support for _Generic() selection in C -2.07
pthread_mutex_lock and pthread_cond_wait/signal causing deadlock +2.25
Partial updates to complex C11 atomic types and non-atomic read opt... 0.00
SPSC thread safe with fences 0.00
Can I read an atomic variable without atomic_load? +2.20
Using the sizeof operator in the initialization of a struct with a... +0.03
Does assignment change the effective type of a variable? 0.00
How to understand atomics in a freestanding C or C++ implementation? -1.21
Undefined behavior with setlocale and multithreading? 0.00
C - time_t string representation +0.78
Initializing a multidimensional array: {0} versus {{{0}}} +2.42
pthread_attr_t equivalent in C11 0.00
Why in C a const object is not a compile-time constant expression? 0.00
Cross-file #if and #endif - should it be legal? -1.44
Behavior when casting with an extra reference and dereference 0.00
What precautions should I take to make a memory pool that does not... +0.23
What are the benefits and situations that call for transparent types? -1.70
Is a memcpy between differently aligned pointers UB? +0.40
Cause compiler error when enumeration and identifier list don't... -0.33
C macros with operator explanation -0.45
What happens when I cast uint8_t array to uint32_t? -0.27
Why does avr-gcc tell me about missing argument while expanding my... 0.00
Strict aliasing in practice 0.00
Well formed pairings in function call 0.00
Reusing a global array in a function in a threadsafe way in C 0.00
difference between if(pointer) vs if(pointer != NULL) in c++, cppli... +1.29
Is a constant char pointer a pointer that points to a constant char... +0.04
Using multiple casting types in single function (c overloading work... 0.00
What does *(int *) mean in C +0.30
Is this behavior of clang standard compliant? +0.88