StackRating

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

Vlad from Moscow

Rating
1551.24 (7,571st)
Reputation
152,082 (371st)
Page: 1 2 3 ... 196
Title Δ
C string is empty after assignment -1.33
Copying a string into an empty string without using a lib function -1.14
C Program to print string from commandline in reverse 0.00
How do I put this if-else statement from the while, in a for loop? +1.04
How different pointer affect each other? 0.00
Why i can init char pointer but not int pinter? +0.44
Input in one line of code is acting as input of second line of code... -0.67
The loop of the strncpy function is not understood -0.04
Why static definition of variable in C fails while compiling? +0.14
Bubble sort isn't working while sorting in ascending order 0.00
Linked list failing delete 0.00
my C code in visual studio is showing debug error 0.00
invalid pointer when using strtok_r +0.89
finding out if all the digits of a number are equal +0.42
using recursion to calculate total digits -1.87
i have an error:"incomplete definition of type "struct Bi... 0.00
How to count number of calls of function without a global variable? -1.38
Weird issue when making an array of random ints in C +1.04
Write a function that takes as parameter a pointer to any of the fu... -0.32
FACING PROBLEM WHILE COMPARING "Hello" with "olleH&q... +1.29
Free(): invalid pointer in C program -1.84
What is int (*tabes)[N]? 0.00
trying to understand this recursion 0.00
Remove duplicate elements from std::vector but starting from the fr... +2.19
Error in accessing the right node pointer (Reference pointer) in tree 0.00
Recursively delete all occurences of an element in a singly linked... +1.62
Why does dividing a int with a float result in a float? +1.34
Why does auto works differently in "range for" in 2D and... -1.46
Why is my implementation of selectionSort faster than my implementa... +0.44
How are variable values stored in C? -1.08
Why the "==" operator works on these two C strings? -2.04
How to be on same line after using %c in my code? 0.00
Prefix operators are not working as expected in C 0.00
Combining strings with fixed size arrays +1.67
Why won't this C function return strings? +1.51
C recursive function using pointer arthimatic updates values, but n... 0.00
C how to iterate through function int array of unknown size as argu... +1.25
Proper way to replace string prefix in C -0.75
what does mean this exception ? format %d expects argument of type... +0.22
Include a h file in more than one cpp file 0.00
Escape sequence in C in string +0.45
How is this C++ function returning two values? +0.44
I want to generate fibonacci series. Here is my code it is not gene... +0.17
Fixing load of null pointer of type 'Node *' error 0.00
ASCII character 14 (and others) when assigned in string in C -2.02
Static storage duration for a string +0.39
failing to execute without arguments, input not parsed correctly 0.00
Pointer of array, what is the difference between (*ptr)[] and *ptr[] +0.43
Sum of matrices in a returning matrix function 0.00
Misunderstanding in particular user case of pointers and double-poi... -0.07