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 ... 55 56 57 58 59 ... 196
Title Δ
Unable to execute a code that finds first character of a string tha... 0.00
Argument evaluation order between curly braces and parentheses -1.03
Why does this sscanf modify some data i don't want to be modifi... +1.98
What does assignment of a pointer element to another pointer elemen... +2.21
How to return *uint8_t (array) from function of external c file to... 0.00
Argument of type "const char *" is incompatible with para... 0.00
Calling non-const function of another class by reference from const... +1.05
How to pass by value function loop using array address parameter in C -0.07
My nested loop is printing one row less than wanted/expected -0.06
How to fix 'No matching function for call to 'strtok'&#... 0.00
Convert C++ byte array to a C string -1.73
Constexpr constructor defined in .cpp file causes linking error 0.00
the value pointer points to is not updated +0.04
How can I take integer input dynamically and have the loop terminat... 0.00
Random characters printed after printing 'result' 0.00
how to add validation mr or mrs before name +1.09
What does this nested struct declaration mean? +2.37
Confusion about vectors +1.19
Inputting value on 2D Float arrays with for loops +0.11
What is the difference between *p and *&p +0.48
for-loop: necessity of pointer variable as condition in if-statement -1.40
Why do scoped enums allow use of | operator when initializing using... -0.86
Leetcode 28 - Implement strStr(): question -0.43
Inclusion of other headers into the header containing class definit... +1.85
Why does std::accumulate generate 705032704 as output instead of th... +0.09
Is there any problem while returning the "char pointer" f... +2.08
Is there a way in which I can accept an input of array of numbers w... 0.00
What does C++ language definition say about the extent of the stati... -1.65
Are void * pointers meant for generic typing in C? +0.36
"no matching function for call" when trying to use the er... 0.00
std:string::substr is exception safe? -0.27
How to take input for multidimensional array and print the array in... -1.97
Difference between printf("%c",*(*(ptr+i)+x)) and printf(... +1.69
Flow of arguments(The way pair of arguments are sent) from the cont... 0.00
How to fix class function "prototype does not match" and... +2.38
First element in a double pointer to struct is jiberrish 0.00
Why the char arguments in scanf(%s) cannot be displayed in %c even... 0.00
Problem with writing full specialization for identifying void type 0.00
insertAtTail is not adding node in linkedlist +1.30
Problem with writing elements of an array using the pointer -0.53
Lowest value not been displayed -0.98
Confusing outputs of references, how to analyse? +0.34
I can't figure out the point about the array name -1.63
How to use properly isalpha function regarding array of strings? 0.00
Braces around scalar initializer when using array of struct in a st... -1.69
Whats the value of &y[0] == &x.a? +0.32
Where is local variable of member function created if object is cre... -1.71
What Is a Proper and Elegant Way to Overload Constructors in C++ +1.20
How to print strings that have more consonants than vowels? +0.24
Assignments in my linked list doesn't work -2.33