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 ... 19 20 21 22 23 ... 150
Title Δ
Bad_alloc Exception in function in C++ +0.33
Proper way to initiate object on map 0.00
<error: expected expression> while initializing char array +2.13
Confusion surrounding the use of "?", as no value is assu... +0.35
pointer subscript starts from negative value +0.80
std::set with derived class object but base class comparator with g... 0.00
assigning value with pointer/array difference +0.34
Conflicting types in binary search function in C 0.00
Why does (~10) equal -11 in C++ (bitwise operators) +1.09
std::map causing C2664 error when inserting 0.00
Pointer argument from double to double* +0.33
error: lvalue required as unary ‘&’ operand, I've seen solu... +0.36
How to Access Structure Members as Pointers -0.65
Using a class template's static constexpr as the template param... 0.00
C++11 providing empty non-member function when it is missing 0.00
How to execute a virtual function from a base class without the exp... +1.47
How do I conditionally skip a for loop's post operation in c++... +0.00
pass by reference with increment operator +0.34
Is there any good method to initialize 2-D array in C++ 11? +2.05
Is the indirection operator needed when printing out the value of a... +1.48
how to create pointer to 2nd dimension of 3 dimensional array? +0.86
Global statics lifetime? Can they crash your program? -2.06
How do I modify alloc'ed memory using its address in C? +0.94
Dynamic allocation of an array into a function with pointer paramet... 0.00
Will using anonymous struct initializations put extra copies on the... 0.00
Initialization order and move semantics 0.00
Passing an array as double pointer in c warning message +1.33
For iterating though an array should we be using size_t or ptrdiff_t? -0.14
What does this size_t in the lambda do? C++ code +0.35
Does declaring a default ctor explicitly disallow the generation of... +0.37
Iterating a vector to second to last element with index vs iterator -1.21
Issue When Clearing cin Buffer After Using cin.getline() 0.00
Pick up a number in a two dimensional array in c++ -0.48
Logical operators' precedence in C +1.37
How to correctly call this functions within a namespace? c++ -0.17
Any portable tricks to obtain namespace name in C++? +0.30
Does "<" satisfies strict weak ordering means that the... +0.18
how user input can be one dimensional from multidimensional? 0.00
Is it possible to change a pair that is in a map? 0.00
Multidimensional variable length array in C++ 0.00
kaprekar number calculation fails for more than two digits +1.06
How to pass an array to a function so that the original array's... +1.82
When to pass T*& p instead of T* p? +1.37
Should POSIX `read()`'s `buf` be `signed` or `unsigned`? Does i... -1.26
Undefined behaviour seems to be contradicting with operator precede... +0.48
Type alias and alias template with function datatype +0.34
Can the wrapper functions be refactored 0.00
How to reverse a substring of a string in c++? +1.16
Would this be considered bad programming practice? 0.00
Custom snprintf() function gives wrong output 0.00