StackRating

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

T.C.

Rating
1736.14 (56th)
Reputation
110,671 (623rd)
Page: 1 ... 24 25 26 27 28 ... 35
Title Δ
Heterogeneous lookup comparator 0.00
How to make is_arithmetic<myClass>::value to be true? +1.25
Using `void_t` to check if a class has a method with a specific sig... +1.41
Smallest lexicographical value of a string 0.00
Why was 1 << 31 changed to be implementation-defined in C++14? 0.00
Why is there a special type deduction rule for auto and braced init... 0.00
Function template substitution bug in Visual Studio 2013? 0.00
C++11 : Why is the copy ctor being called here? 0.00
clang & gcc don't warn about non-virtual base destructors f... 0.00
1 << 31 produces the error, "The result of the '<... 0.00
initializer element is not constant - for static intialisation -0.24
Variadic arguments (with a pack size of N) and a default argument 0.00
std::bind(): bind lambda with rvalue reference as argument 0.00
Type traits to match pointer to collections 0.00
Diamond made of numbers in C++ using only recursion? +0.49
C++ Template Meta Programming: Different Behavior using Types Alias... +0.27
One definition rule and template class specializations 0.00
how to call a function in C++11 templates only when its defined 0.00
How to make these std::function parameters unambiguous? +1.12
Why void* as template parameter works as function parameter but not... 0.00
STL correct use of find_if() to print out odd numbers +0.24
return const reference of subclass 0.00
My class has a toString() method, how do I use this for hashing in... +1.42
C++ non-function typedef with parentheses -2.73
Can a virtual function be a candidate to RVO (return value optimiza... +2.21
What's wrong with my String concatenation in C++? -0.86
gcc can compile a variadic template while clang cannot 0.00
Unique pointer in-class initialization +2.27
Trying to sum two compile time tuple integer sequences +0.27
Search variable/item/attribute using STL in c++? -0.19
Compiling regex program in clang for libstdc++ in C++14 mode causes... 0.00
Is it well-defined to compare with a value-initialized iterator? 0.00
Different implementations of inline functions in different translat... -0.21
Is using NULL and '\0' in condition statements the same? +0.71
+= vs =+ in Java +2.06
Constant Time Swap Logic for Vectors in C++ STL 0.00
How double can store 1024 bits in just 8 bytes in C++? +1.00
Can I have non owning shared pointers? +2.26
Using max<int> as a predicate breaks in C++11 +0.31
Using a delegating constructor to avoid leaks +0.29
Get the type of the return value in C++ -1.66
Why doesn't applying cout to a pointer to char print it address... 0.00
return iterator( p->prev = p->prev->next = new Node{ x, p-... 0.00
What is an `int foo::*bar::*`? -0.70
C++11 decltype of member 0.00
C++ double to long long +0.33
Why does (1 << 31) >> 31 result in -1? -0.57
What's the difference between "Thing thing;" and &quo... +1.30
Is it possible to create a variadic tuple from a string? 0.00
Why can't I use the ternary operator here? +1.99