StackRating

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

WhiZTiM

Rating
1612.95 (1,310th)
Reputation
18,227 (7,645th)
Page: 1 2 3 4 5 ... 10
Title Δ
How to initial "static const char * []" in class member?[... +2.05
the maximum of the mininums of all the k subsequences 0.00
Checking if a parameter passed to a member function is the object i... 0.00
Dereferencing node pointer in my C++ linked list implementation giv... 0.00
Why decltype((i)) is reference type but decltype(i+0) is int type? 0.00
Parse String Between Brackets -0.35
Does move semantics of C++11 reduce the need for manual memory mana... 0.00
Using cin >> and cout << to populate fields of a class... 0.00
Using cout to an object,why do we need to call by reference 0.00
What does the address of an lvalue reference to a prvalue represent? -1.56
Proper syntax for specifying template parameters for a global templ... -2.22
Increasing Sequence C++ +1.44
C++ Templates as arguments for templates +1.88
c++ error: change from command line input to variable input 0.00
Why is difference between allocated variables addresses 16 byte? +0.38
Automatically deducing element type of pair container from the func... +1.76
cpp multipleThread: detach non-class type error 0.00
Cyclically iterating through C++ map, program crashes -0.64
How internally string/char is stored in int and float +0.37
changing private data members via pointers is not possible? +1.02
Virtual functions only called when using an indirection — Classical... 0.00
Construct std::function from function with one known input argument... -1.31
C++ - Performance when declaring enum outside or in class? +0.37
List files in a directory, not recursive, only files and no subdire... 0.00
Implicit convertion of custom class to enum classes 0.00
How is my Rational Number class using += with a long long argument... -0.78
C++ How to selectively replace function with empty implementation 0.00
Can I loop over file names that differ only by an integer number? +0.73
Initialization of member array of non-copyable, non-movable, explic... +0.39
How is it possible to use the type of a template parameter's me... 0.00
Does vector know to reserve first when initializing by a pair of it... -1.97
How to check if thread has finished work in C++11 and above? +0.80
call template function with async +2.02
Why doesn't forwarding reference work in this case? 0.00
Converting PrintContainer Preprocessor Define into Template in C++11 -2.52
what is the result (type) of ternary operation? -0.54
How to assign member function to a member variable, defined using s... -0.11
C++ Literals and Unicode +0.30
Catching lambda exception -0.32
"Static member function overrides a virtual function in a base... +0.40
Clang and MSVC report different `sizeof` for the same struct 0.00
C++ Template using typename and passing typedef to function +0.37
std::forward_list::insert_after thread safety -0.32
How to set a group of constant values based on an initial variable... +0.06
Weird behavihor when calling thread through class member function w... 0.00
In C++, does the scope of a named parameter include the expression... +0.35
Why do I need to enclose the definition of this friend function in... +1.70
How to use lambda as template argument with default value in C++? -2.69
how to print range of integer values from a vector 0.00
Integer promotion unsigned in c++ -2.04