StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

pmg

Rating
1539.58 (12,030th)
Reputation
87,444 (910th)
Page: 1 ... 17 18 19 20 21 ... 48
Title Δ
feof detecting false end of file -0.33
how to convert string constant to preprocessing token in C +0.43
A newbie to C: I need to read this line of data from file "-2.... +1.26
How do I get the size of C instruction ? +0.33
Why did this prime factorisation algorithm give the correct answer... -1.46
What happens to the increment of "b" in "return b++&... +1.46
C compare string literal with function returning char pointer +1.65
Why is only the numerator cast to float to obtain a float quotient... -0.65
Why can we use function pointers both as (*func_ptr)() and func_ptr... +0.43
C - how to protect a a variable from being accidentally changed aft... +0.26
Obtain directory of a file in C code 0.00
Why is this simple code not compiling? +0.45
Making an Array to Hold Arrays of Character Arrays in C -2.32
Constant Definition within Constant Definition in C +0.72
Use of any automatic variable before it has been initialized +2.23
How to print integers in typing order in C - increasing, decreasing... -0.79
Finding a brute force algorithm for the following cryptarithm / alp... -0.47
Why does the function `memchr()` use `int` for the argument of `cha... +0.54
Does "long int num=24;" and "int num=24L;" do t... +1.70
Generate a random integer with N bits? +0.93
When reading characters with fscanf - are spaces ignored? +1.62
Find character in string then insert character before that character 0.00
Escaping in sprintf -0.73
Problems when calling srand(time(NULL)) inside rollDice function -0.67
Returning a character string from a function.... restrictions? -1.66
How to check if C string is empty -0.97
strfry(char *__string) returns int? -0.02
Shuffle matrix in C +1.70
Custom printf without va_list 0.00
Program that prints itself even if the source file is deleted -1.68
Use strsep() with separator in certain order? 0.00
C - Order of Evaluation for equation -1.58
C function printf() limited in length? -0.39
s(n)printf prints more characters than format specifier specifies +1.17
How to delay(backcount) in c? +1.87
simple C program crashes when run -1.02
Oneliner C that prints arguments -0.48
Initialize a struct with struct types inside -1.92
%n not working in printf -1.51
Get substring before a certain char in (c) +0.52
fgets() strtok() +0.07
Why doesn't thins BST code work (C) -0.05
Make a program emit a status report when a key is pressed +0.27
Use scanf with Regular Expressions -0.08
How to use printf() functions with adaptative types? +1.16
How to add two numbers as a string -0.78
Giving the user a 'Yes or No' choice in a Text Adventure? +0.04
c - array parameter with size has any effect? +0.43
Typedef a bitfield variable 0.00
Why copy function arguments into local variables? -0.25