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 ... 59 60 61 62
Title Δ
Properly handling platform specifics (unix/windows) in C? +2.82
Similarities and differences between arrays and pointers through a... +4.14
Why is argc an 'int' (rather than an 'unsigned int')? +2.77
Defining pointer to static string +4.61
Access variables in C structures +0.38
C Puzzle - play with types -2.14
What is the difference between char s[] and char *s in C? +1.57
Where is pow function defined and implemented in C? -0.03
why "f = f++" is unsafe in c? -1.57
Is this use of C pointers safe from leaking memory? +0.92
Can you explain the following C/C++ statement? +5.16
what does this pointer do? +1.80
Are typedef and #define the same in c? +1.14
Does the declaration or definition determine the scope of a variabl... -2.41
Is array name a pointer in C? -1.97
C: Terminating the program by pressing a key +3.53
Is EOF always negative? -1.90
multi dimensional char array? -3.53
C: Function to swap values in 2D array -0.51
Is there a function in c that will return the index of a char in a... -0.72
Check if User Inputs a Letter or Number in C -2.29
Index of lowest order bit +0.91
c trimming newline character when reading input from file +0.79
Removing lowest order bit +1.82
How did C look like before I was born? -0.61
what is array decaying? +0.07
Remove extra white space from inside a C string? +0.73
Cannot modify C string -2.96
Declaring a C function to return an array +4.43
Detecting EOF in C -2.31
Can learning C or C++ be dangerous to my computer? -2.00
How can I allocate memory and return it (via a pointer-parameter) t... -2.26
Why doesn't getchar() wait for me to press enter? +2.42
What does the postfix "_t" stand for in C? -3.13
Parsing text in C +0.34
Array index limit in C -3.14
How are array and pointer types handled internally in C compilers?... +1.73
Is int *array[32] a pointer to an array of 32 ints, or an array of... +4.60
simple Pointer initialization question -1.90
Clearing output of a terminal program Linux C/C++ -0.53
How to read a string of length 'n' from Standard input +4.31
C: differences between char pointer and array +4.60
Extern and Static Pointers in C -3.35
How to copy text file to string in C? -2.66
Function Pointer in C -1.32
Define a matrix and pass it to a function in C -1.49
Structure Problem in C -0.51
Coding Standards for pure C (not C++) -2.27
c++ preprocessor macro expansion to another preprocessor directive -2.78
Why is it difficult to write portable C programs? -1.45