StackRating

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

chux - Reinstate Monica

Rating
1535.35 (14,424th)
Reputation
88,654 (889th)
Page: 1 ... 20 21 22 23 24 ... 111
Title Δ
How to convert long long to unsigned int in C/C++ +0.90
Can casts be more performant than tagged unions? +0.07
How can I use two random numbers generated in a function as matrix... +0.74
Fgets-How to prevent user from exceeding Maxsize? -1.20
What does char*** mean in C? -1.48
How do I fix my `itoa` implementation so it doesn't print rever... +0.43
What happens if arguments passed to sscanf are cast -2.39
How to get 'isalpha' to iterate through each character of s... -1.30
What's the difference between casting a long to int versus usin... -0.03
Trying to turn multiple spaces into one space -0.76
How can I stop input with newline character +0.12
Review of this linked list program +1.01
Fread reads double from a file 0.00
I need a way to read in floats twice in C. Each time ended by <C... 0.00
Please advise which case I am not covering 0.00
How to simplify this readLine() function? +1.78
Read digits from a number using sscanf -0.59
Using sscanf() in C to get a variable number of substrings 0.00
How to undo multiple steps in a Tic-Tac-Toe game in C -0.09
right shifting the binary representation of the floating point numb... -0.85
C - How to get a word in a string after a particular word? -2.12
For loop in a greedy algorithm isn't breaking, is asking for in... -1.96
Assigning a table of values without changing variable name or makin... 0.00
y with umlaut in file -1.23
How to switch two digits in an array with only one digit? -2.21
Can you have in C variable length arguments functions with cases wh... -1.33
Pass uintmax_t or size_t to custom printf conversion specifier 0.00
Compare two float variables in C++ -0.59
Can I print exactly representable float without loss of precision? +1.32
Static array - where should I define it? +0.41
Pointer being reallocated wasn't allocated +0.42
Add line numbers to beginning of every line in a file using C -1.62
How to count number of days between two dates using <time.h> 0.00
How to fix memmory allocation problem in the function below? (malloc) +0.41
How to read each line from file via redirection? -2.13
Using max_align_t to store a chunk of bytes 0.00
Is the address of malloc + size_t * 3 aligned for any type? +1.58
How to generate a uniformly distributed random double in C using li... -1.61
Correctness of 'afree' function in K&R 0.00
Passing and returning structs by value or by pointer - are there de... 0.00
Incorrect output when printing an integer array -2.07
How to check for '\n' using scanf -0.58
Restricting the size of data structure being created -1.61
How can i generate random doubles in C? +1.36
C's equality operator on converted pointers +0.66
Append function for C with dynamic memory allocation -0.05
What's the difference between (size_t)-1 and ~0? +1.76
My second scan function isn't working, and defaults to pulling... 0.00
What does scanf("%[^\n]%*c", &s); actually do? +0.40
How do I increase the size of int, so that i could store the value... -0.19