StackRating

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

Nawaz

Rating
1701.47 (143rd)
Reputation
262,646 (156th)
Page: 1 2 3 4 ... 62
Title Δ
sorting an array and maintaining element's old index +0.40
Clang complains: "pointer is initialized by a temporary array&... -3.03
Preventing return of private inner class instance +0.24
Auto-constructor not working with <functional> objects 0.00
Select enum type based on template parameter 0.00
Move a unique_ptr with custom deleter to a shared_ptr +2.26
Upgrade from pointers to references - How to deal with NULL to refe... +0.47
Should the return condition be specified or not? +0.24
Why does std::istream::getline not operate on std::string? -3.00
copy constructor is implicitly deleted because the default definiti... +0.01
unable to determine the template type even it is passed in -0.63
using extern keyword for user defined types in c++ -1.76
using extern keyword for user defined types in c++ +1.08
C++ Ambigous call to constructor +0.29
Deducing the return type of a standalone function -1.25
What does new char(size) mean in C++? +0.79
What can't I delete a value defined by the user from a vector? -0.24
function && qualifier behaviour +0.17
Is it still better to prefer pre-increment over post-increment? +0.83
CRTP class example 0.00
force to receive as argument of a method a superclass pointers that... -0.33
What's the difference between getline and std::istream::operato... +0.53
Can we perform deleting object through a pointer to one of its base... -0.24
Implications of typedef void FOO vs. #define FOO void in function s... +0.89
Handling zero-argument variadic template in C++11 +1.54
Can I use a signed integer as an argument to __builtin_popcount()? -1.49
g++ 4.6.3 reading contents of a file into string parsing ambiguity 0.00
Memory allocation for public and private fields - GCC way 0.00
Running C++11 programs 0.00
cleaner alternative for conditional typedef using templates +1.47
Why isn't it possible to cast an int (representing an ASCII cha... +1.17
"class" Keyword on Return Type - C++ -0.58
How to check a particular bit of a "long long int" in C++ +0.02
In C++, can you construct child member first, to be used in a paren... 0.00
c++ polymorphism with dynamic_cast and typeid -1.92
Call appropriate constructor depending on value_type : integer or f... +0.88
c++ std::sort on vector of objects by attribute -0.45
Copy assignment operator memory leak, on big project +1.03
Qt: Is this the proper way to exit for a consumer in a producer-con... +0.85
C++ typecast constant string within case 0.00
Cast a template object with different template parameters, how is t... -2.12
C++ promise/future: Which to return from a function? 0.00
Which unit test framework to use for c++? +0.24
Deduce weak_ptr argument from shared_ptr +1.41
C++ manipulation using iomanip library -3.13
Why is unique_ptr null? +1.38
Dynamic casting between array of objects(base case) and a derived c... 0.00
How come only the first y and x are undeclared? -1.20
Why is it better to use pointers in a linked list? -0.33
Why can I not forward-declare a static function? 0.00