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 ... 24 25 26 27 28 ... 62
Title Δ
Displaying dice number in C +1.74
How are the values of fundamental C/C++ types physically stored? -0.91
Why can't I pass a 2D array into this defined function? +0.05
What is the Full buffered, Line buffered and No buffered mean in GN... +0.47
Trying to understand function prototypes 0.00
"expression must have pointer to object type" error despi... +1.11
why *s and *s++ have the same value in the following situation? -1.32
Char not working in multi dimensional array in C. Need clarification -1.73
C on Linux: Parse arguments from '<' and '|' -1.91
How to use self referencing structures in C? -1.35
Memory used by arrays +0.02
is using pointers like so *ptr = *ptr2 bad in c (pointers bad pract... +1.15
C can't open file using a variable +0.16
I am stuck with string and array +1.21
structure in c dont understanding K&R page no. 129 -1.45
what to look for when converting code to recursion in C 0.00
What's wrong with the pointers +1.38
How to declare pointer pointing to function which returns function... +1.07
Else If error while trying to determine leap years in C -0.31
Can a C program be compiled into any operating system a long as it... +0.03
taking command line parameters in C? -0.85
Is it better to initialize a variable with malloc? +1.31
Pointers vs Global Variables in terms or RAM on a PIC -0.49
How to make printf of each iteration to see value in the char array... +1.11
Incompatible pointer type fscanf [C] +2.58
Passing 2D Arrays with Pointers (C) -0.68
Execution error in c: "Segmentation fault (core dumped)" +0.01
using realloc() leads to segmentation fault after passing specific... -1.68
Both these simple codes in C are identical but I am getting differe... -1.04
Why I get the length of an array like this? +1.67
Function pointers - why, when I can do without? -0.37
Static / Const Type *Const Difference -0.28
Adding a struct to an array -1.12
&array == array, what about structs? -1.80
What happens when you dereference a postincrement C -0.10
Is is safe to use result of side effect in expression inside the sa... -0.33
MySQL query based on user input in c +2.90
C Programming: Using malloc, pointers and arrays 0.00
Use function return value without storing it first - why is this ra... -0.53
What would happen if a linked list was implemented without pointers? -0.50
Dynamic vs static array in c +0.52
How does int *p = 10; work? -0.23
How does gcc handle local included files? +0.49
Type of a pointer? +0.70
How to pass a reference to a string? +1.09
Fortran to C translation of reading unformatted files -2.12
Pointers in C, how to interpret them? +1.27
what pointer magic is this +1.98
Is "typedef" in between the type and the alias standard-c... +1.03
understanding pointers in a function argument +1.22