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 ... 6 7 8 9 10 ... 196
Title Δ
Dynamic arrays and pointer notation +0.12
cannot bind const_iterator to const_iterator -1.66
How to access the value of a struct pointer from outsite of the all... 0.00
Overloading subscript operator not working as expected 0.00
How to use correct pointer in this linked list 0.00
Why does it seem that func is the same as &func in C? -0.54
Why is the sum of two Integers in this case not working? +0.13
Incomplete type error when compiled with g++ -0.52
[Error expected expression before '{' token 0.00
What other thing i can use except array here? +1.34
error: no matching function for call to ‘Complex::Complex()’ -0.82
Win32 C++17 - Pointer returned by system_category().message().c_str... +0.00
using c struct to implement linked list -0.04
Remove all nodes with the same occurrences of the given string from... 0.00
Overloaded Double Equal operator is not working as expected 0.00
is it possible to use fgets to store the userinput from a single li... -1.35
typedef error: expected unqualified-id before ')' token +2.42
tolower() segfault's when trying to assign the returned value a... +0.45
Why does writing to one more array member cause an issue? -0.71
my code compiles and execute perfectly but there is a part of that... -1.74
How can I return a string whose characters are being modified insid... -0.60
map,vector in c++ +2.36
Print longest name in a given string +0.45
16bit unsigned int array outputting more elements than initialized... -1.42
This is a c code to find the average in an array of 50 elements usi... +1.65
A pointer to array of pointers to function 0.00
Better Way to Use Switch Case? -1.75
Why doesn't the reverse function I defined execute properly? 0.00
Why does my pointer still point to an address after deleting it? -2.10
What is the size allocated to a self referential structure pointer -1.17
I'm not sure why my nested while loop is stopping after the fir... 0.00
Arithmetics with void pointer -1.14
Confusion between (arry+i) and *(arry+i) in 2D array +2.07
Return a pointer to the first appearance of a word appearing inside... -0.03
Why does the address of the assigned object not change in C++? +0.93
C switch case label value already appeared 0.00
Why do I have a segmentation fault in my link list? +0.03
Segmaentation fault in linked list 0.00
How to properly set pointers to an array with chars in it 0.00
How can I forward declare an array inside a namespace in c++ -1.87
Why derived class member functions are hidden from pointer view[c++]? +0.44
What is the sense of using types like wchar_t? -0.88
error: Dereference of undefined pointer value +1.32
linked list is not removing/adding first heads -1.20
Namespace method cannot be called +0.23
Program crashes while adding a new node in linked list in c++ -1.54
Assigning a const_iterator to an iterator -0.14
C incompatible types when assigning to type 'struct Node' f... 0.00
What is the character " generally called in \" escape seq... -1.16
Why does this pointer show the last element? +0.22