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 ... 20 21 22 23 24 ... 35
Title Δ
std::vector > v.erase(&v[1]); not found +0.28
Partial class specialization for function pointer type and value 0.00
calling functor using function Object tr1::function<> +0.25
Conversion from 'Type (__cdecl *)(std::istream)' to 'Ty... 0.00
deduce template argument for typedef'd function pointer +0.24
How do you use a range-based for loop on the values of a std::map? +1.13
Transfer elements from one forward_list to another based on condition +0.25
Variant implementation (variadic template) C++ 0.00
Is it possible to get a template to use a class and a member functi... 0.00
How can I convert a reference type to a value type? -0.19
Populate struct tm +1.27
Template specialization and SFINAE on VS2013 0.00
Initialization of const reference member in initializer list 0.00
std::function with C variadic arguments, not templated variable arg... 0.00
Move element in array 0.00
Why do all type_traits Classes have to be called using 'typenam... -1.70
Is it possible to have a branch of code conditionally be compiled i... +0.26
Why cannot we use brace initializer in an un-evaluated context? 0.00
Overload resolution with rvalue reference to const char * -2.21
May iterator's operator * return by-value? +0.91
Extract every "leaf-pack" from a pack of nested packs 0.00
Initializing variables in a class -2.05
What are the rules for noexcept on default defined move constructors? 0.00
Abstract class as std::initializer_list object +0.84
Template Metaprogramming for concatenation of compile-time sequences 0.00
Is std::launch::async policy needed? 0.00
What is the (searchable) name for this syntax...? +0.95
template instantiation check for member existing in class 0.00
std::default_random_engine generates the same values even with chan... 0.00
Pass enum as function argument 0.00
C++1z handling of a == test with std::initializer_list<int> w... +0.25
Ternary operator and prolonging the lifetime of a temporary via ref... 0.00
Why is a class template instantiated when it's ot required to b... +0.24
Generically call member function on each element of a tuple 0.00
proper way of setting up a packaged_task 0.00
AFAIK, the code below shouldn't compile, but it does in clang a... 0.00
c++ move/copy/assignment with a unique_ptr<AbstractClass> mem... +0.25
How to calculate the standard deviation with iterators and lambda f... -0.27
How to use emplace() in a std::map whose value is a std::set (map f... 0.00
for_each on a reverse_iterator of a custom bidirectional iterator r... +1.81
Custom Container emplace with variadic templates -0.26
how to define implicit conversion from custom iterator to custom co... 0.00
How to generate the same random number sequence over multiple types... -0.75
proper use of std move for a factory class 0.00
Filter/copy a vector based on elements in another vector 0.00
std::vector::erase deleting last element instead of first 0.00
Accelerated C++: compiling the programs in chapter 4 0.00
Iterator woes with C++ strings 0.00
Why is map<bool,int> m={{1,2},{3,4},{5,0}}; size 1 and not 3? +1.08
Reference invalidation after applying reverse_iterator on a custom... 0.00