StackRating

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

Grzegorz Szpetkowski

Rating
1561.80 (5,274th)
Reputation
30,837 (3,927th)
Page: 1 2 3 4 5 6 ... 11
Title Δ
Using sizeof() in array declarations in C89 +0.59
definition macro implementation in C +1.12
Can #define be used to replace type declaration in c? +0.93
How can a static variable (static in module scope) be accessed from... -0.07
What does x->a = x->b, ++x++ ->b; do in the given program? +0.86
What does int (*f[])(int*) represent? -1.56
Difference between "+=" and normal addition +1.15
Implementing fixed precision numbers in CUDA 0.00
Working generically with variable-sized data known at the compile t... +0.96
C: store tokens in growing array -1.03
How to obtain the function name and number of arguments from a func... -2.53
Dereferencing an out of bound pointer that contains the address of... +0.85
double scientific notation in macro +1.75
Split Integer into two seperate Integers +0.14
Puzzle: "[] is symmetric"? -2.05
Why do I get expression must be a modifiable lvalue? +1.43
C Preprocessor macro substitution 0.00
How to use abs and div with fixed-size integers 0.00
Associativity of function call operator in C +0.40
What is CLK_PER_SEC? +0.38
Comparision between a signed/unsigned value with a negative value +1.28
static struct initialization in c99 +0.63
Get printf to print all float digits +1.65
declaring string using pointer to int +1.22
GMP: Are self-assignments forbidden? 0.00
Compile simple C code in Visual Studio 2013 +0.86
cast void type pointer in an array +0.39
Get memory address -0.06
Do I need to include files that my included files depend on? +0.68
Is there a difference in speed between using const and static const... 0.00
Adding many structs to a data structure (lvalue required as unary &... 0.00
Validate parameter for 0 or 1 +0.28
Why does printing a structure variable give the value of the first... 0.00
static in front of number in a c program +0.36
Compare in CUDA without branching 0.00
Are arrays just the same as constant pointers or are there any anot... -2.59
How to check if Environment variable is set from C in macro +0.01
What exactly is the use of #include<stdio.h> in the tradition... -1.16
Create 2D array from existing 1D arrays in C? +0.41
What's the usecase of gcc's used attribute? 0.00
CUDA cudaMemcpy Struct of Arrays 0.00
malloc-free-malloc and strict-aliasing +1.70
Can indirect change of volatile const be treated as undefined behav... +1.98
Why isn't the 'strcat' function working? -1.54
Multidimensional Arrays - malloc vs new +2.00
Should we use exit() in C? +1.12
Using 64 bits integers with Perl XS +0.82
How is the following code evaluated in C? 0.00
C assigning values greater than data type ranges +0.65
Local i variable in C? -1.26