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 ... 10 11 12 13 14 ... 18
Title Δ
Why the following two programs yield different outputs? (C++, bit o... 0.00
Enum-only templated class 0.00
How can I define custom literals? +1.17
vector<string> is null while some strings having been inserted +1.82
Conditionally disabling a copy constructor +1.80
What makes a language unwilling/incapable to incorporate RAII? +1.56
Using Overloaded Operator from Abstract Class in Derived Class +1.12
How to represent large number in c++ 0.00
Scan for ASCII values of string characters +0.92
Emplacing in vector using default constructor +1.16
Linker error for variadic template 0.00
use bind1st in const memeber function +1.95
Can C/C++ preprocessor macros have default parameter values? +1.29
How do I get the `.which()` of a particular type in a boost::variant? +1.87
Naming a log file using date and time in C++ +1.43
Complex dynamic_cast in c++ +1.46
Inserting a std::vector as returned from a function +0.97
Strict aliasing rule in array +0.76
const and static cast together 0.00
Is in-class enum forward declaration possible? 0.00
Does this really break strict-aliasing rules? 0.00
Using a class member as a default argument for a member function +1.59
Bitfield assignment - is it safe? 0.00
Generate sequence of floats in a certain range -0.64
STL Vector: undefined behaviour when calling data() on a temporary? +1.60
Bit manipulation: compute sum over all bits (aka number of 1's)... +0.39
Can a const static string be allocated on the stack? -0.03
Does copy list initialization invoke copy ctor conceptually? 0.00
What is the difference between using std::random_device with pRNG e... +2.04
std::begin and R-values 0.00
Move semantics in Eigen 0.00
fatal error C1017: invalid integer constant expression when using &... +0.73
Possibility to force compiler roll out a for loop 0.00
Allocate array without specifying size +0.41
passing an object by const& and by & to the same function +0.42
Why can't a PRIVATE member function be a friend function of ano... +0.43
Second standard conversion sequence of user-defined conversion +2.29
Volatile related error in C++ code 0.00
SFINAE enable_if explicit constructor 0.00
std::copy for multidimensional arrays +1.10
Implicit conversion failure from initializer list -1.72
C++ numerics lib: std::uniform_int_distribution<>, change bou... +0.40
C++ boost de-serialization throws up error -0.43
std::ios_base::ios_base(const std::ios_base) is private 0.00
Understanding C++ template method definition syntax -2.37
How is the memory layout of a class vs. a struct +2.78
Why is (void)sizeof(param) not "using" param? 0.00
Generalizing std::partition to multi_partition 0.00
Copy constructor not called when initializing an object with return... -1.08
How to implement is_enum_class type trait? -1.74