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 ... 17 18 19 20 21 ... 196
Title Δ
Class's static struct pointer declaration in C++ -1.76
Reversing a String in C from scratch -0.45
selection sort for array of objects -0.63
How to find max and min elements in array in C? -2.08
How do I use a double pointer to manipulate an array in C? 0.00
How can I combine two functions? +0.17
How to sort array of structs by descending order in C +1.45
C++ pointer problem : How to fix bugs in these codes? -1.79
How to sort array of structs by char field so that empty fields go... -2.05
print value of char array which is loaded with void pointer -1.42
How to make a strings array by using dynamic memory allocation in C? -0.08
How to display maximum element of vector<myStruct>? 0.00
Simple code program to print ASCII of a string (per characters) not... 0.00
If bitwise OR operator is used twice between two number. How will t... 0.00
Why does "delete" operator giving me Access violation 0.00
Virtual overloaded operators >> and << -2.39
C++, () operator overloading, what's its job 0.00
Evaluation order in ternary operator with increments -0.65
How do I print the index of the maximum and minimum values? -2.31
What is the difference between these two C++ statements to concaten... -0.13
error: dereferencing pointer to incomplete type - C language +1.85
Returning an array from a function to main in c++ +1.04
Why do I get memory leaks while properly deallocating memory? 0.00
Can't convert to Lower/uppercase a char* pointer using a loop i... +0.48
Is incrementing a _Bool defined? +1.21
How do I linear search two arrays in c++? -0.07
C++ does not use the desired constructor -1.26
duplicate same following elements in array +1.73
Why need list argument in list splice func cpp 0.00
C++: Stroustrup iterator_traits example not compiling? -1.49
class to class type conversion through constructor method output is... 0.00
Arithmetic on a pointer to void error when compile a third party li... -0.90
Cannot access memory error for character array in struct - C -0.23
For loop crashes program while trying to read array c++ -1.16
C Program : Array example +0.70
In C for postfix and prefix operator, operand should be an lvalue,... -0.09
Why don't use msg in printing instead of msg[pointer -1]? 0.00
what is the purpose of using this parameter, int (*cmp) (void*, voi... -1.35
C program to count the character with the lowest frequency +1.95
Is arr, *arr, arr[0] and &arr[0][0] the same in C? -0.50
Why does a pointer gives a garbage/random value on initializing and... +0.06
Data of struct created at return statement of a function is availab... +2.60
C++ function to return a reversed char array +0.01
Using a namespace define in another `.cpp` file -2.11
Merge sort in c++ +0.91
'expected expression before 'struct' ' and 'too... 0.00
Count all characters in a string but spaces -2.02
C++ Can't retrieve private variable from class 0.00
C++ - Checking struct string data with user entered string data (in... 0.00
Range of character is positive then if i store a integer in it stil... -1.07