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 ... 6 7 8 9 10 ... 62
Title Δ
what's wrong in int=float%int;? -2.06
C language - Pointers and Cast +0.48
Is it legal to treat a pointer like an array? -0.88
Why is this double type variable default to int when passed as a fu... -1.33
Why can't we use the '~' operator on a float 0.00
C Get size of Array of array of chars +1.13
What happens if I pass a variable value instead of a variable refer... +1.38
Bitwise operation results in unexpected variable size -1.49
CS50: fatal errors in credit.c 0.00
Memory allocation in C vs Java -1.29
How can code return an array of characters in C? -0.49
How do char* pointers work in C? How are they stored? +0.09
Why do I receive the 'expected expression' error when compi... -1.16
Family tree structure 0.00
Is there a more precise syntax for declarator-specifiers for the C... +2.11
Should I use the ++ operator on temporary inline variables? -1.75
Why do large values become negative? -1.84
Is it good practice to copy objects from the stack to the heap by s... +2.27
Dynamic memory allocation of 2d array -0.55
sizeof operator in c on pointers of same type giving different resu... -1.25
Get array length by pointer -0.24
Post-Incremented function argument by function invocation +1.22
Pass by Reference - Char Array 0.00
Need to use extra option while compiling c code which includes <... 0.00
what did printf do here? -1.19
Understanding pointers & memory address -0.00
The evaluation of logical expressions containing incrementation in C -1.17
Is it possible to read a file without using variables (that tempora... -0.01
Any documentaion available for behaviour of unsigned char pointer i... +1.93
gets() and buffer in C +2.30
Which i/o functions should I use in c 0.00
why can't a pointer-to-array-of-ints be assigned to a pointer-t... +0.50
C free() function anomaly 0.00
Clearing an array in C +0.02
I don't understand why some pointer addresses are like this 0.00
Error in C / arduino on pointer conversion -0.17
Beginning with buffers and all in C +0.01
Array of pointers pointing to 2-dimensional arrays +0.51
Difference between char *pp and (char*) p? +0.40
Whats the best way to declare pointers for 2D arrays in C? +0.35
The size of char datatype in C which is in format of %s or %c? -0.65
Is there a way to print a pointer with %x argument +1.26
Why does itoa expect a signed character instead of an unsigned? +0.94
Why functions locals and arguments are pushed to the stack? +0.04
I'm just beginning to learn C: Can someone explain what the poi... +2.93
There is a problem with the gets function in c programming language +0.04
properties of const TYPE* const VAR +1.25
Create a struct of rooms that are then each written to their own un... 0.00
C Pointers to Structs Question - What does the " * " mean... +2.14
Structs and unions: which is better from a performance point of vie... +0.46