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 ... 33 34 35 36 37 ... 196
Title Δ
'\0' and printf() in C -0.90
Count number of substrings having only vowels +1.72
Inserting values into the correct index(ascending order) of a stand... +1.27
How does the program 'remember' the temporary object? 0.00
Why is void pointer arithmetic allowed in gcc? -1.29
C++ shortcut for ->operator[] -1.56
Why am I getting "incompatible pointer type" when trying... 0.00
What does int bit = (weight[i] & s) mean -1.08
Deleting empty elements from vector 0.00
why g++ shows "gets()" not declared ,even after including... -0.91
Why do we use a wrapper function for a recursive function? 0.00
How can a character array be subtracted from a pointer? -1.15
"potentially uninitialized local variable" and switch tha... +0.45
Using fscanf() to read file line by line including whitespaces 0.00
Why does the one definition rule exist in C/C++ -0.58
incompatible pointer types passing short * to short *(*)[ ] +2.56
Using a for-loop in C to test the return value of a function -0.55
How to search for and return an item from an std::vector +1.78
How to properly add a char* to a linked list without seg fault +0.27
getchar vs scanf: why won't getchar work? -1.62
Using ternary operator inside a condtional gives unexpected output -1.81
Recursively reversing a string without parameters -1.91
Having Difficulty With This Q: Allow User To Input Values of Array... 0.00
ASCII value output of the last character in a user input string (us... 0.00
C++ : user defined Explicit type conversion function error -0.39
The external (global) variables in C -2.15
How to set 2d array with same values using initializer in construct... -1.13
identifier merge not found +0.19
error: incompatible type for argument 1 of 'push' -0.54
Why is an error is generated when I type cast a pointer and subtrac... +0.91
Merge Sorted Linked Lists with head node and without new nodes (voi... +0.42
How to check if number1, number2, and number3 is equal to a, b and... +0.48
Some problems with the functions GetCursorPos() and SetCursorPos()... +0.44
Array as map key +2.22
How to modify the code to print out the array v2 -0.55
Constructor ambiguity with array initializer -0.66
Interview Question: Longest Prefix That Contains An Equal Number Of... -1.26
Segmentation in c 0.00
Running in an Infinite Loop C +0.07
Boolean function in program returns that an entered range is invali... -2.00
What is the difference between adding these strings? +1.56
Program ends suddenly, with switch case inside while loop in C -1.84
c++ remove multiples of a given integer from a linked list 0.00
How can I find numbers with repeating digits in a vector? +0.85
"Incomplete type"-error when trying to open ifstream 0.00
How do I print an entire vector? +0.44
Implementaion of 2-D array in meomory using C 0.00
Function that reverse one part(half) of integer -0.94
C++ - How do i put a whole char-array in a pointer? +0.44
Why do we use node* instead of just saying node when initializing a... -0.07