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 ... 84 85 86 87 88 ... 99
Title Δ
Constructing a tree from an array for a DFS solver 0.00
Is it valid to access a multi dimensional C++ array as one contiguo... +0.47
How to represent -infinity in programming -0.13
Is there a way to make passing by reference, and passing by value e... -0.16
C++: Type Erasure Virtual Template Workaround 0.00
how to declare the type of the result of std::make_tuple, without u... -0.42
What does C++11 consider to be a "thread"? -2.07
Return value in If-else statement - C++ -1.68
Adding struct items containing a unique_ptr to an stl container 0.00
template class which has nested classes -0.41
How store polymorphic closures? +2.55
Template overload resolution and implicit conversions +0.57
Type traits to distinguish between a const char[N] and a std::string? -0.83
C++11 variadic template unpacking arguments in functor -0.53
C++ construction: "MyClass c" is bad, "MyClass c = M... +0.91
Applying RAII outside the scope of a single (member) function -0.53
shared_ptr<T> to shared_ptr<T const> and vector<T>... -0.31
static_cast from Derived* to void* to Base* +1.88
Is there a way to specify size of array in base class in inherited... -0.73
Trying to overload + operator -0.26
Is using unique_lock for a task that can be acomplished by lock_gua... +2.03
How to zero a vector<bool>? +0.33
Lazy evaluation of apply function implemented with variate template... -0.01
Datatypes for representing JSON in C++ -0.86
Remove duplicated members from vector while maintaining order +0.43
Sorting a string with std::sort so that capital letters come after... -0.36
C++ template recursion stop condition -1.50
Why is this virtual method's implementation chosen during compile t... -1.18
STL iterator before std::map::begin() +1.35
Overloading of C++ templated functions -1.59
Passing std::vector<std::string> as array of C-style strings... -0.92
c++: Initialize vector of shared_ptr in constructor as different po... 0.00
Binding using std::bind vs lambdas. How expensive are they? -0.53
Is there any situation in which I wouldn't use std::make_shared? +0.85
Waiting for multiple futures? +2.04
Apply the same function to each data member - Transform on heteroge... -0.78
How to keep track of the median of changing vector of integers? +1.33
Proper way to generate a random float given a binary random number... +0.46
Implementing a set cover data structure +0.22
Why can I not pass to_lower_copy directly to transform instead of w... 0.00
Why can't compiler deduce types from templates like template<typ... 0.00
How do I utilize move semantics when returning a member variable? -0.51
Best way to avoid code huge duplication when deducing return type u... +0.47
Can static_cast to same type introduce runtime overhead? +0.46
std::vector as a template function argument -1.10
How to create an instance of a Struct on C++? -0.13
push_back objects into vector memory issue C++ +1.02
effective way to select last parameter of variadic template +0.95
General iterable type with specific element type -0.88
Raw pointer lookup for sets of unique_ptrs +1.01