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 ... 11
Title Δ
func() vs func(void) in c99 -1.77
How is it possible to have two variables with same names - one is g... +0.38
Is it possible to initialize a static array using a ternary operato... +0.12
Can i make a dynamic array this way? +0.14
C macro evaluate at compile time +1.14
Can I use __builtin_*_overflow as += or *=? 0.00
How to most concisely initialize variables to 0? 0.00
Is fmod faster than % for integer modulus calculation +1.86
What are actual use cases for double header inclusion in C? +0.70
Is it possible to run program on different operating systems with o... +0.75
how array of strings in C looks like in the memory? +0.31
Why would you recursively define macros in terms of other macros in... -2.03
Why if check is not being optimized +0.20
Can "static const char array" include a member of variabl... -1.98
Is it possible to use an array within a for loop? -2.20
Why extern int a ; intialization giving error locally but not globa... 0.00
a = &b vs *a = &b — pointer assignment +0.38
Comparing double with literal value in C gives different results on... 0.00
Why "%I64d" is giving strange output when it is used mult... -2.23
Why it shows puts when I disassemble no matter whether I'm usin... 0.00
Sort array with additional array exceptions -0.71
In C is there a technical reason to not use lowercase macro definit... -1.97
Nasm: how to load a long double into the FPU from memory 0.00
understanding data structures in perl +1.52
How are standard integers from <stdint.h> translated during c... +0.06
Iterating over all unsigned integers in a for loop +1.03
Are global variables in C automatic variables? 0.00
Assembly language loops issue - random integers also printing 0.00
How to append elements to char *var[] in C? -1.48
Comma in C/C++ macro passed to another macro +0.39
Equivalence between Subscript Notation and Pointer Dereferencing -0.71
What's the difference between if(varName) and if(varName!=NULL)? +0.37
Need help creating a Variable length Array +0.81
Using comma as macro name in C or C++ -1.26
Violating of strict-aliasing in C, even without any casting? +1.80
How to initialize an array of struct in a struct? +0.40
Finding unused enum members in C +1.19
Fastest way to find twice number in C -1.32
How to allocate a 2D array of pointers to a struct 0.00
Visual Studio 2015 - Use C90 standard? 0.00
How to multiply floating point in ANSI C? -1.72
C-Preprocessor: Calculate number of elements from an array of struc... -0.57
How does the range operator work with constants, like in `print if... +2.27
C Data Types reading different input from stdin and printing altere... -2.17
Integer promotion in C program +0.19
What is the best alternative to #if in #define 0.00
Is the order of execution always the same in C/C++ -0.91
C Standard - Comma Operator Syntax -0.57
warning: passing argument x of 'xyz' from incompatible poin... 0.00
Why does direct passage of string to printf correctly works? +0.52