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 5 6 7 ... 62
Title Δ
notion of a current object of the enclosing class -0.43
C++ string split error (the complex way) -2.76
Is it possible to build a "filtered tuple" or "filte... +1.37
How does compiler determine which function to use? +1.26
Can the compiler implicitly std::move arguments when referenced jus... -2.90
Can c++11 parameter packs be used outside templates? +0.93
Is it dangerous to overload bool operator in this case +1.28
Is there an equivalent of Python's `pass` in c++ std11? -1.69
invalid initialization when using references with polymorphism -0.56
Why does this code crash while testing stack? +0.41
Why does C++ allow a char array as an argument when it's expecting... +1.36
Trying to multiply a matrice with a constant, overload operator twi... 0.00
g++ and clang++ different behaviour with integral template parameter -2.71
C++ Class inheritance and templates +1.33
How to make an infinite sequence in C++ +0.31
C++ catch base exception, throw child -0.75
What is the difference between dynamic dispatch and late binding in... -0.36
Endless loop in C/C++ +0.19
Which will be executed first, RAII or function return value 0.00
defining NULL/Empty value for standard C++ types -0.03
Test if a lambda is stateless? +1.33
How to use a generic vector in c++ +0.25
What's the difference between iterator and back_insert_iterator? +1.02
Why bool doesn't have destructor? 0.00
Idiomatic way to create a vector of pointers in C++11? +1.32
C++ STL - How does the third argument of the STL sort() work? +0.49
What's the difference between declaration 'static const' and 'const... +1.37
define enum inside a struct which is inside a class +1.21
std::map, how to sort by value, then by key +0.72
Is it possible to pass a literal value to a lambda unary predicate... 0.00
How to check for std::vector out of range access 0.00
Is dynamic instantiation of a class template considered as explict... +1.11
which is the best allocation way in C++ +0.26
Initializer-list for initializing 2D std::array member +2.20
Multiplication of 3 long long numbers gives different answers in C+... 0.00
Passing member function with all arguments to std::function -1.33
Resolving dependant template type without this-> or RealType:: -0.47
Templates in C++: (F-)bounded polymorphism +0.26
Use an Anonymous Stringstream to Construct a String +1.54
Casting a variadic parameter pack to (void) +1.32
redirect output of an function printing to console to string -0.39
redirect output of an function printing to console to string +1.61
Why aren't C++ types const by default? -0.03
C++ Odd behaviour with ostringstream +0.27
It is possible to overload function by const specifier? +1.31
what does operator<< in std namespace do? +0.32
How do I statically assert the value of enum elements? +1.23
constexpr array reference parameter -2.97
Why stl map inserts another value if key already exist, and not jus... +0.27
Why int& a = <value> is not allowed in C++? -0.25