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 ... 43 44 45 46 47 ... 196
Title Δ
Add a node it its proper place (list will be in ascending order) -0.88
Why is "++i++" invalid while (++i)++ is valid? +0.62
How to provide friend function to a specific member function in a c... 0.00
C++ operator overloading << with vector -0.07
Sum of the elements of diagonal of matrix c++ +0.44
Can't I get a pointer as a parameter of STL predicate? +2.08
Sweet numbers , problems with checking if the number is sweet 0.00
'Control reaches end of non-void function' in C +1.20
How can I write the same code using switch statement and the full w... -0.06
why could my code be stopping at this point in my code? 0.00
How to fix my maximum output and how to add how many maximum and mi... +2.42
Free a part of malloc +1.95
Name followed by '::' must be class or namespace error even... +0.44
why does my LinkListCreate function stop running? 0.00
Add element from set of strings to vector of set of strings +2.41
why my code is unable to handle large array input(>10000)? +0.41
Usage of *variable in scanf and why we use it? 0.00
Index limit as subtraction of indices 0.00
Assigment and adding operator overloading (concatenation of 2 table... 0.00
Why am I getting an invalid initializer error? +0.45
C++ Linked List : It won't delete the first input -0.04
Trying to get the sum of arrays' element recursively -0.11
Vector Iterators (of String) inside a Map 0.00
I have to change my number last digit and first digit but without u... -0.36
Why does a function operates on the copy of the actual parameters? -0.32
C - Replace multiple consecutive occurences of a character with sin... +0.45
C++ turn vector iterator into index -1.82
force scanf("") to only receive a number 0-7 0.00
variable in for loop has different values in the same loop (C langu... -0.22
I came across a segmentation fault when I accessed a correct memory... -0.03
For loop index type when checking for >=0 termination condition -1.57
Multiply complex object with real and imaginary parts by a multipli... 0.00
Create protocol line from string removing \n and \0 +2.71
Why is it not the same result in this code? -0.98
Why the output is 36 and not 24? -2.06
Write a C program to create new array from a given array of integer... 0.00
Why allocating memory to a char pointer does not truncate the char... -0.85
When overloading operators in C++ why is T* preferred over bool? +1.36
How to create a array of structs for matrixes 0.00
I pass a pointer to the function, but nothing is written to its add... +0.43
What is the benefit of declaring a function outside class in c++? 0.00
my prime number checker function not working properly +0.85
How About string datatype is stored as bytes +2.74
Wrong indexing with unordered_map 0.00
C : Process keeps exiting before being able to input anything +0.17
linked List: C: does not store the values I am looking for 0.00
How to print out more than one Pair of prime numbers -0.06
C++ istream.get() after extraction returning newline 0.00
Input and output a set of character with an array by using getchar(... 0.00
Why is the first value of my char array 10? +2.11