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 ... 47 48 49 50 51 ... 62
Title Δ
(int**)malloc(sizeof(int*)) -0.29
ANSI C - how to read from stdin word by word? +0.06
Passing and modifying mutlidimensional arrays in C/C++ +0.59
Passing multidimensional arrays to functions? -1.04
Read from stdin write to stdout in C -1.32
How can I split up my monolithic programs into smaller, separate fi... +1.26
What are the uses of having binary files? -1.31
C circular dependency -1.32
Which infinite loop is preferable to use -0.44
Parsing commands shell-like in C +0.05
Which type should I use for a pointer ? ptrdiff_t or void*? -0.99
value of pointer to a char array vs plain char pointer +0.35
constant pointer vs pointer on a constant value +1.36
cin and char array pointer in struct -0.19
What does the (*) in (int (*)[30]) mean? +0.68
Generic stack in plain C does not copies structures correct -0.22
Should I cast char arrays to pointers explicitly when passing them... -0.12
Incomplete type compilation error with malloc memory allocation +0.85
C: Pointer to struct element inside the struct -0.07
Examples where the auto/static keywords is useful? +0.09
ANSI C Program: How to initialize numeric array when length is dete... -0.93
how do i write and read a three dimensional dynamic char array to a... +0.06
Function with return type array in C -0.09
Are there any difference between s++ and *s++? -0.91
Using %s in C correctly - very basic level +0.75
How come I don't have to increment an array pointer whilst allocati... -1.89
Is an array argument passed to a function not a constant pointer? -0.56
why *foo ++= *++foo may be undefined? -0.31
How do I pass a structure array from one function to another? -0.27
Is it possible to create a nested struct array? How? -1.08
What's the reason for letting the semantics of a=a++ be undefined? +0.78
Add node at end of linked list in c +0.30
Common misconception : Files have an EOF char at their end -0.62
Is NULL always zero in C? -0.72
Does C have a concatenation operator? +1.66
C Char pointers -0.41
passing a pointer to 2D array of pointers in C -0.91
Why isn't there an array length function in C? +1.18
Reading from a *.txt file in a loop 0.00
What is the maximum allowable size for a declaration on the stack? -1.84
How to get file size in ANSI C without fseek and ftell? -0.07
C: For loop acting REALLY strangely with scanf +0.39
How to reinitialize an array in pure C exactly ( not C++ )? +0.84
Issues with the C Standard Library? +1.88
C stop at enter key -0.82
While loop generating printf twice before asking for input? +0.56
Is int * x equivalent to int * int x? +1.43
C string literal vs. C string array/pointer with P/Invoke not worki... -0.44
Dereferencing an array of void pointers -0.75
Array of function pointers in C -1.12