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 ... 133 134 135 136 137 ... 196
Title Δ
What's the error within this code? +0.13
Eliminate use of typedef in a linked list program +1.44
Why Can't We Initialize A Structure Multiple Times in C? +0.41
Incompatible types in conditional expression when casting +2.52
Dynamic array of pointers +0.08
C++ Special member functions -1.79
Pointer to arrays syntax -1.62
Why do we need to delete pointers inside copy assignment operator 0.00
Parsing an int(x) parameter -0.46
undefined reference to my constructor 0.00
C quiz program not understand +0.51
How to find specific object from list in C#? +0.14
Issue in understanding function pointer in C +0.15
Assign string to the pointer array +2.59
Explanation of c++ code snippt 0.00
WIll the stack pointer in the function would be formal parameter? 0.00
How to dynamically allocate a 2D array in C++? -1.01
C++ pointer vs dereferenced object -1.72
Unintended Iteration of a specific line inside a For Loop 0.00
Please tell me why virtual function is not working in the following... -0.44
Is this array possible in C? Is there any other way for it? Is ther... -0.89
C++ string array and bools -1.22
What's the purpose of this static struct? +0.78
What kind of a sorting algorithm is this? +0.01
sort() - No matching function for call to 'swap' -0.49
C++ Linker complains multiple definition of char* but not std::string 0.00
Loop through array of unknown size C++ +0.98
fgets outputting weird garbage characters 0.00
ANSI C - what does struct **variable mean? -0.01
Can't access memory when creating simple linked list +1.67
Error using strtok and arrays -0.48
Using void* functions in c++ -0.17
Accessing a structure array through a pointer -0.06
use char* to compare with a value on string 0.00
Converting C uint8_t pointer + size combination to C++ iterators -1.10
Overloaded final function in derived class 0.00
Swapping adjacent elements of linked list +0.15
What's the diffrence between \xFF and 0xFF +2.36
Casting from int* to char* in c++ +0.84
What does (void) mean in c++? -0.54
What is the difference between char * x,y,z;char* x,y,z;char (*)x,y... +0.51
identifier "fill_vector" is undefinded and im not sure why +0.01
C++ class member variables reassignment +0.51
What are potential issues with the following code? short foo() { sh... 0.00
Dereferencing Pointer to incomplete type Linked List - C +2.68
why is std::whatever::erase() a method and std::remove() a standalo... -0.90
Pass struct vs individual struct elements -0.26
c print from a pointer -1.21
while loop which has two ( !=) operators in linked list +1.49
find the each number of 4 digit of user input and count it using re... +0.02