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 ... 39 40 41 42 43 ... 196
Title Δ
c++ reverse Array elements using dynamic Allocation Operators +2.01
How do I write a string tokenizer that puts each new string into a... 0.00
Remove duplicates from input without use of any data structures -0.51
Are double pointers necessary? -1.52
Produce following asterisk using two for loops 0.00
Replacing several characters in string with one in C -0.60
c++ - Does allocating memory to an empty class casues memory leak? +0.58
Is there a difference in doing class Forward Declaration at the def... +0.15
How do i handle this situation C++ sizeof problem +2.33
Template argument deduction failing for const pointers -2.14
Unexpected bitshift behavior in C -1.41
In c++ using pointer arithmetic 0.00
Why do arrays not need to be cast to pointers -1.36
How do I cout string array in this way 0.00
Counting how many times a word occurs in a map - using transform()... 0.00
How to access overloaded operator in base class from derived class? +0.40
how virtual functions work and what happens to new return type when... 0.00
thread_local "storage class specified" 0.00
Using STL algorithms on 2D vectors to extract the first column +1.08
Use of Logical Operator in Loop Condition -1.08
Why is the size of the data type different when the value is direct... +0.33
How to declare a vector of pointers to objects of a class? -1.90
String constructor with a int is not printed 0.00
program to check whether string contains only 1 and 0 or not? -0.05
I don't understand why a equals 1 and b equals 0 in this program +1.61
Question about const member functions in c++ +1.72
How to randomize 2d array in C 0.00
Why do I have to use std::make_pair? -1.94
Initialization from incompatible pointer type warning when assignin... -0.81
Split with consecutive delimiters AND empty last character 0.00
Subdividing array into lesser arrays into lesser arrays doesnt retu... 0.00
Changing an element to 0 in an array - C programming -0.04
Why can't I initialize a loop with i = -1? -2.07
How to replace uppercase consonants with corresponding lowercase on... 0.00
What is the scope of references in c++? -0.23
c++ program to insert word in character array -0.10
memory allocation and getline +1.64
Is in operator overloading the left side of the operator is implici... 0.00
How do I avoid a segmentation fault while inserting nodes into a si... +0.08
How to get array index by memory address in C? -1.33
Built-In Type Vs. User Defined Type C++ 0.00
Is char str1[] = {'s','t','r','i',&... 0.00
I need to pass string from one function to other in c. How do I mak... 0.00
Why the elements of the linked list is not showing after changing t... +0.46
How is memory allocated in this program? +1.15
C String Parsing and conversion 0.00
Why does the following inequality evaluate to true in C++? -1.22
Why must the expanded array be dynamically allocated for this funct... +0.43
Palindrome, to lower function -0.08
I need to find common prefix between two strings in C++ -0.09