StackRating

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

Cassio Neri

Rating
1523.11 (26,498th)
Reputation
12,772 (11,393rd)
Page: 1 2 3 4
Title Δ
newbie c++; adding char* arrays? -1.13
Could an optimizing compiler remove all runtime costs from std::uni... -3.74
Need some help on r-value concept +3.81
Deprecate old name for class in C++ +4.02
Performance of using lambda function in template? -2.60
lambda functors assignment workaround -2.30
std::vector::erase(iterator position) does not necessarily invoke t... +4.55
Cannot copy object constructed from default-constructed array +1.74
Template specialization type lists without macros? -1.12
Syntax to initialize an anonymous union +5.10
How do I create a 'reference' to a lambda? +0.15
Initialize 2D array of objects -0.21
Avoiding creating a variable in this template code +0.19
How does generic lambda work in C++14? -2.17
Initialize C++ array member in template class -0.87
why auto cannot be used to overload functions? +0.19
Why do I need to specify the template argument type of a templated... -3.96
C++ Style for the initialization of single variables +1.86
Defining base class `operator==` in terms of derived class `operato... -1.68
variadic function template without formal parameters +6.63
How do I make a function only callable from another function? +0.37
Lambda returning lambda incorrectly infers return type? 0.00
should std::vector honour alignof(value_type)? 0.00
How to create a std::initializer_list from variable data -0.89
Correct behaviour for std::vector<T>::value_type +0.23
Is it good practice to bind shared pointers returned by functions t... -2.83
Static assertions and SFINAE +0.90
Undefined symbols for constexpr function +1.90
SFINAE and order of definition 0.00
std::piecewise_linear_distribution not working under VS2012? 0.00
Are int8_t and uint8_t intended to behave like a character? -0.98
C++11 - Clearing out Return Value Syntax and decltype Keyword -3.30
How to get a type from type_info for template parameters -1.01
Why can't shared_ptr resolve inheritance relationships in function... +0.83
Iterating over edges of a graph using range-based for -2.05
unordered_map constructor error (equal_to templated function) 0.00
Unordered Map: Own Value Type Issue -0.28
How do I determine the number of parameters of a std::function? +0.52
parameter of std::normal_distribution constructor 0.00
C++ casting static two-dimensional double array to double** +1.00
move constructor and assignment operator impletemented using copy-a... +1.00
Any ways to make this shorter? +2.84
Correct usage of rvalue references as parameters +3.83
priority queue error -3.09
Why isn't object returned by std::move destroyed immediately -0.32
Move constructor and char array argument -2.30
How to return the point of lines crossing? Lines don't always inter... +2.79
Cannot trait an inherited class as base with SFINAE +1.80
sprintf too many/few decimals -0.47
How should I overload a templated struct? +4.00