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 ... 50 51 52 53 54 ... 196
Title Δ
How to write to char* from a function in C +0.38
Dynamically allocate Multi-dimensional array of structure using C++ 0.00
printf("Enter 'a' : "); runs 2 times after 1st loop -1.02
Unexpected output in 2D array -1.41
How to print a different symbol depending on a value? +1.09
How to print out the last letters of the words in C 0.00
how to find the second smallest of a vector? -1.07
Weird character after realloc 0.00
Insert before in linked list? 0.00
Dereference operator on temporary object -0.04
Why use static functions in C? -1.47
Can non type template arguments done on stl containers? -1.94
error: cannot convert 'const char**' to 'const char (*)... 0.00
How to check int or char in c +2.06
How to declare char array as function parameter ?or tell me there i... +0.43
auto variables with the same name in different C blocks: memory all... -1.33
free(): double free detected in tcache 2 in C++ 0.00
Why do j need to be smaller or equal to sqrt(i)? -0.07
Is there a way to update/return elements in an array from a method? -0.08
Do cycles have their own stack record? (aka why is this code legal) 0.00
How to fix "error: expected ; , or ) before" string param... -0.39
Are there any modern alternatives of std::strchr() for C++? +0.98
Does std::vector range constructor [start, end) copy or just refere... -2.02
C++ string _Xout_of_range("invalid string position"); 0.00
Typecasting with unsigned and assignment to variable of different b... +0.43
How to return a string from a function, while the string is in an a... +0.05
Sum in loop not displaying actual result? -0.25
Strange behavior with post and pre increment operators in C 0.00
C++ Argument of type "char" is incompatible with paramete... +1.92
What is the correct what to hold a reference to a multiply nested s... -0.93
Scope operator in Operator Overloading +2.04
difference between { } and equal sign variables -0.69
how slicing of derived classes occurs? +0.32
Reading text file into an array in C +0.17
Nested struct attributes inheritance -0.12
For loop using pointers to traverse array not working properly -0.11
Copying Array Using Pointers 0.00
can anyone simplify this code for me in c? -2.35
char type declaration and verification 0.00
Should a typedef be both in the class definition and class declarat... -0.67
Find the length of the longest subsequence containing a number of c... 0.00
Does if-structure in C affect the value of variable? +1.49
Inheritance of =delete functions -1.03
assignment to expression with array type ch= ch+(s[i]); -0.09
In a linked list delete function, is it necessary to use free to de... +0.94
How to keep removing values at odd places from a vector until we... -0.40
How can I initialize and access this structure in C language? 0.00
Expression syntax error in the following code -0.55
Is my negation of this if statement correct? +0.19
Function to print out different members of an array (only two param... +1.91