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 ... 31 32 33 34 35 ... 99
Title Δ
Why can't my function access and modify the variable passed to... +0.96
The explicit keyword and constructors with more than one parameter... 0.00
C++11 vector holding 2 different subclasses, but not at the same time +2.40
How can I convert my tile coordinates on a 2D game into pixel coord... 0.00
Why do C++ templates match if method doesn't type-check? 0.00
Why does std::vector enforce copy on initialization? 0.00
Thread safety of the non-write member functions of vectors and list... -0.30
Finding the position of the first occurrence of a value in an std::... +2.24
Variadic template partial specialization of a class to restrict typ... -1.56
Issues trying to construct `std::vector` with initializer list -0.19
C++: Selecting a Derived Class through a Base Using Overloading ins... 0.00
Risks of maintaining/sustaining two code sets, one for CPU one for... 0.00
Return recursive lambda from function in C++ -1.49
SFINAE : Know if a function already exist or no +2.12
c++11 how to implement `std::string ToString(std::tuple<Args...&... -0.65
Recursive template function iterating over several template paramet... -1.99
"Empty base optimization" for lambda captures - forbidden... +0.23
How to find multiple elements in an std::vector 0.00
Simplify a longer unrolled loop expression with constexpr or templa... 0.00
std::tie and lifetimes of objects returned in tuple -1.84
How do I put items into a vector which has a type of a templated su... -0.95
Packing a callback function into a templated class 0.00
Why doesn't the Visual Studio Compiler do loop unrolling with m... -0.57
C++11 pass by value of POD type worse than const reference 0.00
How to change const std::shared_ptr after first assignment? 0.00
Template metaprogramming: Sum of 1 to n -0.68
Can I use std::upper_bound without an underlying container? -1.53
Recursion with generic lambda functions in C++14 0.00
Why is traversing more time-consuming than merging on two sorted st... 0.00
How to integrate std::valarray<double> with gsl? 0.00
Virtually turn vector of struct into vector of struct members -2.00
Optionally descend a nested struct +0.03
Read Only Class Variables (C++) and Operator Overloading 0.00
Concatenate two std::vectors in one line using C++11 -0.95
Is it safe to convert a template lambda to a `void *`? +0.41
Is std::is_same<t,t>::value always true? 0.00
Building an encapsulated but extensible animation library in c++ -0.56
Calling another class` member functions via smart pointers 0.00
From VS2013 to VS2017 std::async does not start a new thread -1.80
Variable Argument List following 'const std::string&' m... 0.00
Time complexity of loop with multiple inner loops -0.21
c++ scalable grouping of lambda functions in blocks of an arbitrary... -1.22
Get matching overload based on argument types 0.00
Template class accepting std::vector<T> or std::array<T> -0.59
partial specialization of a method with variadic templated template... 0.00
How exactly c++ vtable works? (with example in the q.) +1.91
Optimizing code with a lookup table +0.38
Defining a list class in c++ using variadic templates -1.86
std::thread arguments (value vs. const) +0.15
How to populate c++11 std::map<std::string,std::bitset<N>*... +0.43