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 ... 52 53 54 55 56 ... 62
Title Δ
C Programming. How to read one byte at a time from an array? -1.07
How to divide into two groups? 0.00
C doesn't have a bool? Also VS2010 question +0.12
Curly Braces in C and C++ -0.99
Modify a char* string in C -0.42
Converting from string to byte array in C -0.46
Regarding number representation -0.03
Effective stdin reading c programming +1.31
Using pointer to a struct to create linked list and Memory allocati... +1.28
how does scanf() check if the input is an integer or character? +0.86
Will a+b+c be operated like this: a+c+b? +0.08
What is wrong with this program? -0.36
Difference between passing array and array pointer into function in C +1.63
Pointer to an array of function pointers +1.38
C: Scanf Validation -1.48
Extracting string from main() arguments -0.31
Multi-dimentional array and pointer to pointers -1.85
Does C always evalute all statements connected with && or || -0.52
Delete whitespace from string +0.12
C sizeof a passed array -0.33
How define an array of function pointers in C +1.06
How to understand the pointer star * in C? -0.21
Tricky pointer question +0.03
Equivalent C declarations -0.85
How many chars can be in a char array? +0.44
How to add formatting data to text output from c program? +0.27
Could you guys help me understand Pointers please? +1.46
How many expr_no_commas '=' expr_no_commas expressions are there in... -1.54
Create GUI apps -0.62
What are the names used to describe the "top" and "b... -0.68
Why is the type of the main function in C and c++ left to the user... +1.25
In what scope is a struct member identifier put? -0.48
Is there const in C? +1.07
Inline function v. Macro in C -- What's the Overhead (Memory/Speed)? -1.00
C - dynamic arrays -1.23
how to understand "return *test== ‘\0’;" -0.75
Make it easier? +0.87
scope of variables +0.78
What functions in the GNU C runtime library are in the standard lib... -1.06
strtok - how avoid new line to and put to array of strings? -0.00
warning: assignment makes integer from pointer without a cast -1.01
Can I start programming with C? +1.24
Postfix and prefix operators as function arguments - why is this ha... -0.29
Comparison of a Char Pointer to NULL -0.17
Replacing a word in a file, using C -0.00
How can I allocate a 2D array using double pointers? +0.08
Declare main prototype +0.98
good way to write "pointer to something" in C/C++ +0.42
What is this asterisk for? +0.06
In C, why does (int*)&x[k] work as well as (int*)x[k] for a 2-D... +2.08