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 ... 47 48 49 50 51 ... 99
Title Δ
Is it possible to store the type of an object in a map for casting... +1.44
Does the C++ standard mandate an encoding for wchar_t? +1.81
Type hierarchy based on string, with compile type check 0.00
Why doesn't c++ have a specified order for evaluating function... -1.13
C++ regular expression to split string into an array +0.42
Why is not used Execute-Around Idiom in Boost as smart pointer for... 0.00
Why is a lambda in C++ never DefaultConstructible +1.75
Can I define implicit conversion from std::function to std::shared_... -1.71
Serialize C++ object without knowing its fields -1.71
How to get all parameters' types from parameter pack? +0.49
Reading contents of file into dynamically allocated char* array- ca... -1.15
Is it possible to write standard conforming random access (or at le... +1.95
Making std::to_string work with void pointers likes operator<<? +1.64
stream several files continuously in C++ -1.15
Wrapping a templated function call in a lambda +1.66
How to test if exists a template function specialization -0.16
Where is the function that a decayed lambda points to stored? How i... 0.00
Is it absolutely necessary for std::any_cast() and std::get_if(std:... 0.00
Extend lifetime of a range for boost::filtered 0.00
Variable class/struct structure? (Not template & not union?) +0.87
Segmentation fault while iterating through and erasing some element... -2.25
How dynamic variables implemented for Node.JS in C++ 0.00
struct to/from std::tuple conversion +1.02
Why std::thread accepts a functor by forwarding reference 0.00
Why the `T* operator->()` is applied repeatedly even if written... +0.46
Why this code provides specialization for **ALL** enums for std::ha... 0.00
C++ struct or array sorting 0.00
C++ std::function bind callback between libraries without exposing... 0.00
C++ parameter pack, constrained to have instances of a single type? -0.59
Lifetime requirements for storage of std::exception_ptr -2.41
In C++11 and beyond does std::string::operator[] do bounds checking? +0.27
C++11 for each loop with more than one variable +0.05
Is it legal to convert a one past end of C++ array pointer into an... -0.20
Correct way to wait a condition variable that is notified by severa... -0.05
how to Implement iterator in derived class in c++? -0.08
How to properly read data from memory (memcpy) 0.00
thread_local data for non static data members, once more 0.00
Instantiation of generic lambda -2.00
What is the preferred way to initialize a container with objects th... +2.69
The right way capturing prvalue in C++11 0.00
Strong exception guarantee for std::unique_ptr<T>::reset -0.38
Can you initialize an STL container with unique_ptr from an initial... -2.37
Is it possible to replace for(auto i=0;i<n;i++) ... with a for(a... +0.89
How to combine negation with declaration inside if-statement? +0.94
Passing vector by reference in C++ 0.00
Bottleneck and bad style code -0.62
Range-based for loop with decltype(auto) +1.66
Why my chained methods with boost::future's .then are not invok... 0.00
Is moving shared_ptr better? 0.00
How can I avoid "for" loops with an "if" condit... -0.22