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 ... 9 10 11 12 13 ... 62
Title Δ
Copy static class member to local variable for optimization -0.06
operator== overloading considering non-static member function +0.44
Why doesn't setter change the value in C++? +1.86
fixed size unordered_map, how to define? -1.75
Why can a string literal be implicitly converted to char* only in c... -0.61
Why use initializer_list instead of vector in parameters? +1.05
Why must we Forward Declare a class and include the corresponding h... 0.00
c++11: given f(const X&) and f(X&&), do we ever need f(... -0.18
Pointer to an array get size C++ +0.81
Returning reference to temporary c++ +0.96
How do I create an immutable static public object within a class? 0.00
Member Function checking: Implement compilation-time checkings with... 0.00
Conversion operator issues 0.00
C++ friend functions +2.30
Calling Class Constructor in Member Function [C++] [Solved] +0.79
Unresolved overloaded type>[int] for array subscript c++ +0.30
C++ stringstream -0.83
Which is more performant: <= 0 or <1? -1.76
'this' of type "Class* const" even though method is not c... -1.31
Enqueue in a minimum size queue 0.00
Is inserting in the end equivalent to std::copy()? -2.38
ostrstream interprets constant string as pointer -0.51
C++11 Android vector of pointers push_back doesn't work with libstd... 0.00
How to prevent a struct member value from being overwritten when up... +0.29
How should this C++ syntax be read? +1.07
C++ - Issue of using function pointer to member function +1.27
Are there any use cases for a class which is copyable but not movab... -0.86
C++ std::find with a custom comparator +0.07
Can I Implement templated functions whose signatures are only diffe... +1.68
Erasing an element from a list container -0.02
extern local variable for global variable inside namespace +1.60
Pass a member function like a std::function in C++ (like in C#) +0.30
Call functions in the form f(T&& t) repeatedly without usin... +1.73
Race condition in a concurrent queue +0.28
How can I make a letter equal an index number in Java? +0.54
Iterating a file over all characters in C++ -1.04
How does scope-locking work? +0.56
how to avoid static_cast when using std::make_tuple with overloaded... 0.00
Use of Assert and NULL pointer validation what's better to use +0.26
Generic Type Detection -0.21
using .find() function in a map when the key is a pair C++ -2.70
Predicate functor inheriting from unary_function, that isn't a func... +0.32
C++ template type breaks where typedef works +2.04
bind is not a member of std 0.00
Does the range-based 'for' loop deprecate many simple algorithms? -0.22
protected inherientence with virtual function +0.26
Loop without for, while or goto 0.00
how many bytes actually written by ostream::write? +1.54
Initializing scalars with braces +0.24
What is the best way to loop through an array and find an array ele... +1.52