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 ... 53 54 55 56 57 ... 62
Title Δ
char ** and dereferencing pointers -0.16
Miscalculation of array size inside a function -1.15
Pointers in c [nested pointer variable]? +0.03
Is underscore allowed in case labels? -0.40
Character arrays in a Struct +1.24
A clear, simple explanation of what a struct is in C +1.06
Need help with malloc in C programming. It is allocating more space... -0.73
Returning a pointer to an array of pointers to structs -0.07
Getting value of last 2 bits in an unsigned char -0.90
Generate random numbers in C -0.80
C preprocessor token substitution fails with parse error +1.16
What are the properties of the Objects of type FILE -0.20
How to dynamic realloc a global variable with C +0.51
Assigning struct array to pointer +0.02
What explains the output of this C code? -1.15
C double character pointer declaration and initialization -0.73
C, How to acess a structure from another structure? +0.89
Constant pointer array or pointer to an array ? What is faster in C? +0.26
Generate #ifdef, #endif clause with another macro -0.93
Why does "for (i = 100; i <= 0; --i)" loop forever? -0.37
What's wrong with my switch-case? -1.07
Scanf syntax - %6d and %-6d and %0d -0.75
Operator precedence in C Definitions +0.54
How Do I Get Yesterday's Date In C? -0.76
OpenCV vector access error -0.10
Printing a char with printf -0.15
What does the following code do? +0.25
Bus error using mpic++ but not using g++ -0.44
confusion with size of variable in C -0.76
Passing arguments generically in C +1.38
Range of char type values in C +0.59
Why standard code? -0.64
Using Dynamic Memory allocation for arrays -0.50
Microsoft C/C++ compiler switch needed for local variable declarati... +2.03
Can't make sense of the output of this C snippet -0.53
difference between fprintf, printf, sprintf? +0.42
How to get size of different kinds of types in the same function us... -1.86
if (!someArray[i]) +0.64
In C, are arrays pointers or used as pointers? +1.91
I don't understand what is going on -0.94
How do I write a function to search for an element in two dimension... -0.78
How do you cast from a bit-field to a pointer? +1.02
Shall i learn Assembly Language or C, to Understand how "real... +0.58
C : files manipulation Can't figure out how to simplify this code w... -0.23
string manipulations in C +0.69
Tokenizing a string in C? +0.81
Is stdin and console and keyboard input same -1.09
How to add characters to reach the maximum size of a char[] -0.59
Different ways about Passing 2D array of pointer to function C -0.66
is this c code still not of a defined output? +1.01