StackRating

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

Jim Balter

Rating
1503.24 (321,966th)
Reputation
13,498 (10,691st)
Page: 1 2 3 4 5 ... 9
Title Δ
Need clarification on pointer incrementation -0.07
Make Struct Definition "Globally" Visible? +0.20
asterisk on an array in C +0.51
push and pop using array of doubles +2.79
Is This "Type Punning" Well-Defined? -1.58
How to sort a char**? -0.24
Why is _GNU_SOURCE macro required for pthread_mutexattr_settype() w... +2.51
Character pointer's address changing -1.45
For loop confusion in C +0.80
C macro to enable and disable code features +1.48
Optimizing a word parser -1.43
What is if (c != EOF) used for in reverse Polish calculater 0.00
why if else or nested if else are called single statement in C +1.74
qsort() vs std::sort, comparison function philosophical difference +0.64
How to convert uint16_t[2N] to uint32_t[N] effectively? -1.12
Printing pointer to pointer +0.32
What happens when a zero is assigned in an `if` condition? +0.28
Global variable and realloc and memory leak 0.00
static keyword on a function call +1.22
performance of pointer comparison vs string comparison strcmp +1.92
Longest common substring of 2 strings implementation 0.00
Passing a large but known number of arguments to a C function +0.50
Can a struct alias its own initial and only member? -1.07
Deleting the nth node in a linked list, can't delete first node? -0.52
Text File not oppening in C -0.21
Calculate colours for points along an arbitrary gradient 0.00
Is it possible to simulate object/instance methods in C? -0.41
Why does printf not work in my program (Tried flushing) +0.50
Dereferencing pointers without pointing them at a variable -0.17
how does "==" operator work in an expression? +0.51
Is there a way to both check a macro is defined and it equals a cer... -0.22
C99 - vscanf for dummies? +0.52
Initialization global and static variable to 0 is always unnecessary? -1.30
When is memory deallocated in c? +0.93
Error with defining member function of a class +0.02
difference between *head and (*head) pointers in C +0.97
How to use SIGUSR1 alternate values +1.22
C how to modify memory of structs that are inside other structs -1.05
C array = array faster than memcpy() -0.89
C/C++ Check to see if bit 31 is set in an unsigned int 0.00
Virtual method of copy of Pointer not working 0.00
undefined reference to vtable after the creation of a class object 0.00
Size of type and memory allocation 0.00
Why compiler don't generate a warning or error if some restrict poi... -0.75
C Style Strings Difference : C/C++ +0.54
Checking if a file via stdin exists (C) -1.26
Assignment of char value causing a Bus error +0.76
How is {int i=999; char c=i;} different from {char c=999;}? -1.51
Allocations for #define and const -0.33
How can I include only few lines of header file(read-only file) in... -0.23