StackRating

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

PaperBirdMaster

Rating
1438.38 (4,534,679th)
Reputation
7,020 (22,867th)
Page: 1 2 3
Title Δ
Hashing types at compile-time in C++17/C++2a +0.22
Get adjacent pairs of elements from vector via iterator in c++ -2.82
How do we print out the value_type of a C++ STL container? -0.74
using vs. typedef - is there a subtle, lesser known difference? -2.18
C++ constexpr values for types -3.13
Storing member function pointer from arbitrary class as class insta... +0.74
Is it possible to check if the function has a void return type -1.94
How to create a template operator for enums +0.24
How to search through a file to find integers -2.41
Metaprogramming for optimizing storage/run time algorithm, C++ +1.75
How can I determine if a template parameter is defaulted or not? +0.34
How to use enum class values as part of for-loop? -3.40
c++ send arguments to union (variable union) -0.07
Use string litterals in a "char type" templated class +5.26
Best practice for C++ complex static initialization logic -1.98
modern c++ alternative to function pointers -2.44
Getting all values from an enum -3.62
How can I ensure that each case defined in an enum class is treated... -1.51
extern variable and array declare issue c++ +0.28
How to design a class that is constant after initialization and exi... -1.77
how to handle arbitrary dimensional vector in c++? -3.44
Binary String to Hex c++ -2.54
enum to string in modern C++ and future C++17 +0.90
Applying a rule on how to increment an enum -2.39
How to force a call to a const qualified function overload? -0.29
qmlRegisterType template fails if used in macro 0.00
QNetworkReply wrapper stored into QList makes program finish unexpe... 0.00
C++11 range-based for loop on derived objects -3.95
Algorithm to print asterisks for duplicate characters +0.21
Is there a better way in C++11 to construct classes on the stack -2.70
Shorter way to write multiple "or"-conditions in if-state... -1.35
Is it possible to choose between constructors in main without writi... -2.06
Convert 0x1234 to 0x11223344 +1.48
VC++ 2013 Initializer List issue 0.00
Clean ways to write multiple 'for' loops +0.11
Datatypes for representing JSON in C++ +4.01
Deallocating memory of object inside a pair of a vector -1.42
enum without a typedef or a name -0.18
Converting many bits to Base 10 -3.72
typedef for a signed type that can contain a size_t? -2.95
Input parameter from command line as HEX with N-Bytes +0.33
What is the advantage of having a private attribute with getters an... -1.80
In CodeMirror, bind `%%` to autocomplete and add `%%` after the cho... 0.00
Is there any way to control the padding between struct members (inc... -1.46
Are there any good uses of macros? +1.79
Why is enum class preferred over plain enum? -0.14
Safe way to convert an integer in an enum -0.76
reading Binary files +4.57
How to elegantly avoid duplication of code when < changes to >? -3.44
C++ currency output +4.35