StackRating

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

John Bode

Rating
1491.22 (4,395,876th)
Reputation
87,841 (904th)
Page: 1 ... 58 59 60 61 62
Title Δ
Confusing pointers in C +0.59
What happens when assign a value to an array if the subscript excee... -0.90
Pointers in C: when to use the ampersand and the asterisk? +0.66
array_length in C -0.40
C: passing arrays to another method properly +0.01
how to convert from char* to char[] in c +1.17
What does this C warning mean? "int format, pointer arg" +0.91
Which is better c89 or c99 -0.11
C programming ++ operator -0.45
char* that points to a literal string (hard-wired in source) is OK? -0.56
c scanf question +0.49
Size of predefined/assigned char[], naming conventions, easily copy... +0.37
Newbie C #include Question -0.95
When is pointer to array useful? +0.17
Literal string initializer for a character array -0.21
Manually sort a linked list in the C programming language +0.69
Crash in C program while retrieving an item from a stack -0.15
Reducing stack load, memory allocation in C and easly casting mallo... -1.01
Pointer address in a C multidimensional array +0.96
C# and C++ in relation to C +0.37
Dynamically allocate C struct? +0.79
How to fill an array from file stream dynamically in C 0.00
Using malloc for allocation of multi-dimensional arrays with differ... +0.55
Looping a fixed size array without defining its size in C -0.60
precendence & order of evaluation +0.27
How Big Should main() Be, in C? -1.00
Pointers, arrays and passing pointers to methods -0.69
ANSI C - append chars to get a string -1.25
How to call the function using function pointer? -0.91
how to test for equivalence of several variables in C +4.23
Programs executes correctly and then segfaults +0.79
Need some clarification regarding casting in C -2.55
array of pointers allocation -1.07
Creating a stack of strings in C +4.33
formatting the output using c -2.89
dynamic memory created inside a function -1.83
Complex Declarations -1.62
Why a seg fault? -2.29
Getting the size in bytes or in chars of a member of a struct or un... +0.41
Passing an array of arrays in C +4.41
Iterating over same type struct members in C -2.84
convert values in string to float array -0.80
C style printf/scanf +4.04
How to read a file line-by-line in C? -0.91
How to use EOF to run through a text file in C? +5.28
Is it a better practice to typecast the pointer returned by malloc? -1.80
Need help with declarations in C -3.17
Is this "*ptr++ = *ptr + a" undefined behavior? +0.36
union versus void pointer -3.43
Weird Scanf Issue -2.33