StackRating

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

machine_1

Rating
1429.55 (4,535,424th)
Reputation
2,479 (68,076th)
Page: 1 2 3 4 ... 5
Title Δ
Return type of malloc2D function in C, void * or void ** 0.00
clang-analyze: how to avoid "garbage value" warning? -1.51
How do i call a function below my function -1.37
Using pointers for 4 dimensional cube +1.03
Linked list: Exception thrown: read access violation. B was 0xCDCDC... -1.15
Ask compiler to treat array as array(not pointer) when passing it t... +1.25
Function on a variable declaration -0.42
How does this function work without using any pointers? -1.11
Dynamically create array in C taking in 1 character at a time -0.38
process returned -1073741819 <0xC0000005> +0.57
Written text file in C is empty and does not show any characters -0.43
Swapping strings WITHOUT using double pointers 0.00
Generic linked list? -0.29
How can I write Binary data into a file using C 0.00
Trying to read in two lines using fgets. Why is it only reading the... +1.21
C: removing linked list +0.03
How to return lists in c functions? +0.58
C - Read and allocate an arbitrary array of strings 0.00
Create a function that takes an integer as an argument and returns... +1.60
Correct terminology for pointer types +0.58
Is it okay to free multiple dynamically allocated memories at once? +0.52
What does this C snippet do -1.39
What's a modern term for "array/pointer equivalence"? -0.44
How to call function that counts digits in an integer 0.00
Trying to assign a value in a nested struct does not work -0.68
Confusion about array being "zeroed out" +0.85
Vigénere Cipher in C -1.24
Difference between int* ptr and int(* arr)[3] =&a -0.04
What happens when using realloc and memory is written to a new addr... -1.38
Why does my C code crash? 0.00
freeing up memory from a struct gives invalid pointer -0.31
Swap without worrying about the data type -1.13
Count of similar characters without repetition, in two strings -0.81
How to qsort char**? +2.03
Read the entire file into this area allocated on the heap +0.56
Printf and string literals -0.90
my these two programs are looking same but one of these is causing... -1.50
string issue with strstr() -0.19
Remove a word from a sentence (string) -0.44
Which type of storage should I use for my text editor in c? +0.35
How do I share my C/C++ project and hide some of the source code? -1.39
c, how do i use a char variable in an if statement? -0.33
Not sure if i should invoke a cast or do somethiing to the parameters -0.55
If statement isn't being caught -0.98
C - Adding quotes to a user input +2.89
How to make sure pointer and its content passed to a function canno... +0.42
Make a function that reads (string) input +0.13
Will reading an unintialized value more than once always give the s... -0.84
Printing array as string returns weird characters on end -1.21
What is the difference between char*str={"foo",...} and c... -0.52