StackRating

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

Yakk - Adam Nevraumont

Rating
1564.05 (4,902nd)
Reputation
197,071 (244th)
Page: 1 ... 71 72 73 74 75 ... 99
Title Δ
Why INT_MAX and not UINT_MAX before switching to 64-bit ints? +2.54
Is adding 1 to a number repeatedly slower than adding everything at... +0.46
Are unscoped enumerations still useful? 0.00
Template Argument Deduction C++ 0.00
C++ Function that is not being called has to be present or code exp... -1.16
Debug function that "disappears" in some cases +0.45
When is it ok to modify a value when you remove const with const_ca... -2.01
How to construct a complicated function pointer without typedef in... 0.00
I have these two similar classes. What design would you use to fact... 0.00
When overloading the equality operator==, should one check for refe... 0.00
C++ - how to return a prvalue by reference? 0.00
C++ view types: pass by const& or by value? +1.28
Using enable_if and underlying_type in function signature in VS2012 +0.50
Creating a new tuple class by popping the last type +0.42
Why is it recommended to declare functions as "friends" i... -0.72
Do C++ compilers optimize template methods based on template argume... 0.00
C++ template specialization for iterators -0.04
Overloading the * operator to multiply two polynomials +1.49
void function in a function parameter -0.91
On calling destructor for an object, it is called two times? -1.95
Why no "variant" any in boost or Standard? 0.00
What is the best method for adding fractions? 0.00
Why C++ STL containers use "less than" operator< and n... -1.41
I thought static_cast<TYPE>() was equivalent to TYPE(variable... -1.65
C++ input function that calls itself +0.18
What is the purpose of std::function? -0.34
Conditionally disabling a copy constructor -0.72
Is TR2 Going to be Released in C++17? +0.83
C++11 pattern for factory function returning tuple +2.07
Pointer to variadic template static function. How? -0.22
What is the best way to build a C++ string using C format strings? +1.52
Is a static member initialized before the constructor is called? -1.56
How to fail a constructor with new(std::nothrow)? -1.83
C++11: "narrowing conversion inside { }" with modulus +0.99
Nested template parameters +1.22
How to iterate over a tuple in C++ 11 -0.85
Byte size used by std::vector 0.00
Idiomatic Way to declare C++ Immutable Classes -0.55
Boost.Fusion run-time switch -0.62
Is it possible to resize/reallocate a large chunk of memory without... +1.83
Observer pattern with different notifications +0.35
How can I find out if std::type_index is unique for my compiler? 0.00
variadic templates same number of function arguments as in class +2.56
How to write multiple if conditions -1.51
Performance degradation if loop count is not known at compile time... +0.18
std::transform to arbitrary container -0.55
How do I turn this runtime-efficient function into a constexpr? -1.83
C++ Passing Dynamic Array Determined by Parameter 0.00
Pimpl idiom combined with multiple virtual inheritance 0.00
Can one have a vector containing class templates in c++? -1.06