StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

R Sahu

Rating
1606.97 (1,505th)
Reputation
176,909 (286th)
Page: 1 ... 4 5 6 7 8 ... 150
Title Δ
Why does my vector not update with the changes I make to its elemen... +1.12
C++ : Using a int pointer to point to a vector created inside a fun... -1.57
How to implement c++ list's operator=? 0.00
Why I can't use `+1` in the iterator of `map` in c++? +2.78
How best to let a user redefine a class method? 0.00
Generate random letter array and count occurences +0.67
why this code can't reverse an array properly +0.35
'this' argument has type const but function is not marked c... +1.44
Macro function call missing argument warning, even when given an ar... 0.00
Templated copy assignment operator -2.28
derived class cannot overload private member in base class with tha... 0.00
How to avoid C++ segmentation fault with pointer out of scope (poly... +1.48
ifstream fails to open a file when it is in the correct location -0.66
"char(a)" issue in C++ -0.23
Am I using static_cast correctly? -0.68
why this program crash after i insert the first 2 input +0.88
Access violation reading location in a destructor of a class +1.70
Why is a reference type an lvalue when accessed with a temporary ob... 0.00
Can't Delete Class Pointer 0.00
Returning a Null Object from a Templated Function 0.00
Can i use two strings in system()? 0.00
Templated Virtual Function Alternatives 0.00
How to shift left one specific bit? 0.00
Function overload resolution with {} 0.00
Cllass functions not resolving nested-class instances or functions 0.00
Do I need to define a virtual destructor even if the base and deriv... 0.00
trying to sort a vector of objects with a comparison operators 0.00
Vector in function is returning unexpected results, loop 0.00
Initialize class object like an array 0.00
Legit or wrong member usage of class member value? 0.00
How to use member of a class in a local class in a method? 0.00
C++ File Reading Line by Line 0.00
Why does dereferencing occur only once in this while loop in C/C++? 0.00
Friend function unable to determine type in parameter 0.00
Why can I modify an object through a raw pointer but not a shared_p... 0.00
Correct way to iterate over a list of pairs in c++? 0.00
Use of '{}' as end iterator in std::vector constructor 0.00
Passing string literal to function which expect string 0.00
What is the problem with my code using strchr 0.00
Can someone help me this? 0.00
Is this bad practice?: allocating space for a function and then del... 0.00
Memory for pointer address sporadically altered pre and post functi... 0.00
Assign a value to char/unsigned char 0.00
Cannot inherit data from parent class to child class in C++ 0.00
How to read one character at a time from text file 0.00
How do you read separate lines of integers from file by ignoring se... 0.00
Changing the values of captured variables inside the c++ lambda +0.35
How to get input from file piped to stdin 0.00
How can I overload an operator on created pointer object from templ... 0.00
How do I factor out nested for loops? +1.22