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 ... 68 69 70 71 72 ... 196
Title Δ
Static variable shadowing global +0.43
Does C correctly handle sizeof(...) and sizeof ... in this case? +0.50
Are C constant character strings always null terminated? -1.05
GCC does not complain about re-definition of external variable? +1.48
Incompatible pointer types (double pointers) +2.63
Linking against a local `extern` variable -0.14
Swap index of an array with another using pointers, in C language +1.27
invalid initialization of non-const reference of type ‘std::string&... -1.92
C - Pointer to dynamic array of structs -1.24
Passing a pointer to a function doesn't change its value -0.90
sizeof a function types in C -0.74
How to change this code to a recursive function? -0.66
Confusion with virtual keyword in C++ +1.77
C++ - Find numbers between first and last negative numbers in Array -0.02
Print Operator overload fail? 0.00
if statement with string compare in C +2.15
Count characters in an array of character strings? -0.20
How to have a function recieve pointers as arguments? +1.93
While loop wont end on multiple conditions 0.00
Do while() in c++ and break; -0.06
2-d Array and pointer. +2.47
Count the amount of individual characters (vowels) within a string... -0.27
Incompatible Type Error While Implementing a Struct Array 0.00
Usage of anonymous arrays in C without "expected ';' b... +1.00
How to copy even values into an array and display them? +0.44
Can't pass std::min to function, copy of std::min works +0.45
Is the dynamically generated object of a class is alive after closi... -1.64
overloading operator = for casting +1.34
Why does one need to specify the row while assigning a pointer to a... +2.50
Printing a character data type as integer data type +1.76
Assigning multidimensional array from a function call to a variable -0.09
Passing 2D array as a function argument whose dimensions are known... +0.95
c++ class function does not work as intended inside another function -0.28
Why does sizeof(a ? true : false, a) operator printed one byte? +0.52
C Increase char array of char array size -0.02
What does a deleted pointer point to? +2.24
What does this pointer of type structure definition mean (in C)? +0.20
C array of binary values -0.55
Printing biggest even number with multiple scanf +1.30
While Loop will not Execute in C +1.02
Pass fixed sized array to a function with pointer argument +0.43
C Undeclared (first use in this function) +0.46
Why doesn't the compiler complain about adding char to char*? +0.55
Condensed for loop.. (C++) +2.09
I want to break a string stored in an array at the '\n' cha... +0.45
Printing value of a pointer to a pointer +0.43
sort array in C, return sorted indices -0.05
C - iterate over array of 0s & 1s as if binary number -0.13
See error of not declaration exactly at the line of declaration +0.87
Why does a 2D array behave like a 1D array of pointers instead of a... +1.47