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 ... 23 24 25 26 27 ... 196
Title Δ
Why does my program let me change a value of a const char in C? -0.24
How to make a copy constructor for a linked list? 0.00
increase size of array -2.05
Sorting a 2d matrix by their sum using vector<vector<int>&... 0.00
C Program (Prime Number in a given range) +0.58
How to quick-sort a 1D array based on 3rd column (index divided by... 0.00
How do I return and print out the starting address of the first str... -1.96
How do I concatenate strings with chars in C++? +0.44
Cannot create a for loop to find element of an array in 2D array -0.32
How to find the sum of the elements strictly above the secondary di... +0.42
Is there a way to find array length in a function without passing a... -0.90
CS50 C issues error: array initializer must be an initializer list... 0.00
Using parenthesis for calculation in C 0.00
Where does const char* get the pointer to a memory address? +1.39
I can not cout equal range 0.00
Why does this pointer to an array expression work 0.00
Selection sort not sorting properly 0.00
c++ does static allocation of string literals apply to any const ch... -0.79
How to count Up and Down using For Loop +0.16
Initializing vector with data not working - push_back() does work -1.91
How to insert a vector into another vector in a specific place so t... +0.14
Passing array by reference C++ +0.45
Simultaneous changes in C++ for-loop +1.28
selection sort isn't sorting correctly +1.38
How can I solve this problem of incorrect output in console using c +0.58
My function is wrong and it will not return the Max Node and im not... -0.55
'0' syntax in string push_back +2.20
undefined reference to `operator<<(std::ostream&, /* clas... -1.88
C Get size of Array of array of chars +0.78
Output of a 2-d array needs to be understood -1.28
Problem on strncpy with source string longer than destination array -1.07
C: Do i[x] and x[i] have same meaning? 0.00
What would be the base case of recursive function that should find... -0.06
Would char * xx[401] create 401 char pointers or a pointer to a cha... -0.53
C programming: Changing bits based on their position to 0 0.00
Why the function get the same value getting the factorial? -1.81
Erasing() an element in a vector doesn't work -0.75
I need to write a program +1.94
;It shows runtime when i am using an array of pointers to strings,o... 0.00
How can i solve this issue with average num in array +0.11
What does \ mean while calling a function in C? 0.00
Segmentation fault in C++ in printing linked list elements +2.32
Passing array to function vs Passing variables to function +1.04
Put char into array by using pointer in c -1.28
Recursive function that reverses substring within a string -0.91
Difference between these 2 declarations of structures in C 0.00
Pointer/pointer variable assigning and printing output +2.10
Declare global variable after function -2.28
Getting segmentation fault when allocating a linked list and assign... +0.44
When n = 5 , Why is " Done! " part printed 5 times even t... -0.99