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 ... 12 13 14 15 16 17 18
Title Δ
Why does the first function call bind to the first function? +0.45
What is the purpose of this namespace? 0.00
What is a value known at compile time? +0.31
What is the point of non-static const data member? +1.27
Time Complexity of std::vector::erase -1.06
operator + and float argument +1.95
Filling a container with iterators from another container 0.00
Value initialization: default initialization or zero initialization? 0.00
What is the sequencing of the operands of operator = in C++? 0.00
Pointer with [ ] operator in function declaration - what does it me... -0.88
C++11 restrictions on lambda return type +0.51
Passing this as first argument for a method: is it standard? 0.00
Why isn't a lambda that captures variables by reference convert... -0.48
C++ function template specialization declarations and template argu... +2.96
What's with the copy-constructor if the class contains a user-d... +0.42
Is this an assignment operator error? -2.31
Template inheritance in C++ and undefined symbols on Xcode 0.00
What is the correct way to initialize static data members in C++ (9... 0.00
intel compiler buggy remarks for variadic templates? 0.00
difference between << s.str() and << s.rdbuf() 0.00
BST error: new initializer expression list treated as compound expr... 0.00
Is it OK to move from r-value reference to sub-object of temporary? 0.00
Pointer arithmetic: out of bound without dereferencing -0.95
Scope of nested function declaration in C++ 0.00
assignment operator by value not compiling with explicit copy const... 0.00
Static for cycle +0.23
std::map initialization with a std::vector +1.73
Why aren't C++14 standard-defined literals in the global namesp... +0.34
Implementing typesafe heterogeneous container from Bloch's Effe... 0.00
Template with struct -0.04
constexpr function parameters as template arguments -0.22
Behavior of function overloading with const +0.03
Extra typename keyword in template parameter list: is it valid or n... 0.00
Convert std::string to uint16_t* +1.69
enable_if type has unknown size 0.00
Can a class have a templated constructor without arguments? +1.66
Binary compare operation in elegant way +0.75
Iterating a parameter pack with variadic templates in c++ -0.47
confusion about how to use c++ reference +0.06
Why this template constexpr function doesn't compile on gcc but... 0.00
Same member function of a class can be declared with "override... +1.10
Why std::move is required to invoke move assign operator of std::ve... +2.82
Efficient way to store IPv4/IPv6 addresses -1.00
Is something undefined behavior by omission? -1.74
What happens if you specify an allocator where the value_types are... +0.41
Erasing item in a for(-each) auto loop -0.47
"C2593: operator = is ambiguous" when populating std::map 0.00
Understanding function call in context of temporary objects -0.35
Is there a reason to use const_cast on a string literal in this code? -0.95
member variable default initialization template 0.00