StackRating

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

Columbo

Rating
1700.65 (151st)
Reputation
53,559 (1,829th)
Page: 1 ... 8 9 10 11 12 ... 18
Title Δ
char val = 'abcd'. Using multi character char 0.00
Are explicit conversion operators allowed in braced initializer lis... +2.43
Creating a constructor for a template class which calls the templat... 0.00
Can overloads for generic functions be open for other overloads? +1.20
Lvalue decaying to rvalue with auto error +1.60
How can you compare two character strings statically at compile time +0.35
Why doesnt this snippet of code print the number normally? +1.46
How do I create a noexcept function pointer? 0.00
How to determine what version of the GCC compiler is used at www.id... +1.51
Using reference to pointer as a sequence in C++11 range for loop +1.83
Array initializer must be an initializer list or string literal why? -2.63
Is this lambda capture issue a gcc compiler bug? 0.00
Abbreviation for template arguments (Vector3 instead of Vector<3... -0.13
why can't return NULL be used when the return type is int +0.87
compiler isn't issue error/warning in mismatch function parameter -1.42
Left bracket not matched correctly while using lambda inside bracke... 0.00
what is bool(), int(), and double() in c++/c++11? -0.16
why is this happening ? operator= and copy constructor -2.41
Is there any way of implementing the insert method for a standards-... 0.00
Why is there no operator<< for std::unique_ptr? 0.00
function returning nullptr with no return 0.00
Return value or rvalue reference? +1.78
Why does the wording for the declaration of main change between dra... 0.00
What does T& mean for some template argument T? 0.00
Glvalue real examples and explanation? +1.85
Call recursive function in std::function +0.85
Is value initialization part of the C++98 standard? If not, why was... 0.00
How to introduce a static method of a class to a namespace? 0.00
Unnecessary std::forward use in result_of example of cppreference +1.73
Overloading I/O operators with a non-friend method in C++ | &is... +0.18
error: '(Class object)' does not name a type 0.00
C++ Error with Templates and deduced conflict types for parameter 0.00
Variadic template that determines the best conversion 0.00
Can a C++ compiler represent bool internally with something other t... -0.20
Eigen::aligned_allocator fails with std::unordered_multimap 0.00
C++11 Using "Range-based for loop" (for each) for dynamic... 0.00
What floating point implementation details are required by the stan... 0.00
C++ template template parameter with default parameters 0.00
Why is an extra qualification for inline definitions of member func... 0.00
Define or bind member function to 'variable like' keyword.... -2.73
“Overload” function template based on function object operator() si... 0.00
How to use std::mem_fn to call a method on all objects inside a vec... 0.00
C++ compare strings up to "%" char +2.56
Can't Understand 1 Line of Code in C++ STL Source: Lower_Bound/... -0.13
Static table generation works with GCC but not clang; is clang bugg... 0.00
constexpr array of constexpr objects using move ctor +0.44
Clang vs GCC - Variadic template parameter pack followed by paramet... 0.00
Reassigning Smart Pointers +2.32
Compiler error with overload resolution and templates 0.00
what is the difference between array[1][2] and array[1,2]? +0.65