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 ... 23 24 25 26 27 ... 99
Title Δ
Lot of threads waiting for a mutex 0.00
Minimum number of train station stops +0.27
Can't put more than 10 digits into one variable in c++ 0.00
checking uniqueness of characters at compile time -0.39
C/C++ structure incomplete member type inconsistency? -0.81
Can I cast function pointer void* to std::function? -1.50
std::binding to a lambda: compilation error 0.00
Number of pairs of pairs with difference between first elements les... -1.10
std::bad_alloc Am I allocating too much memory? 0.00
I made a bit unorthodox calculator in c++, how to make it better? 0.00
Aliasing struct and array the C++ way +0.26
Confusion about thread-safety -1.75
All exported functions from a Win32 DLL have same entry point 0.00
Is a pointer considered an unsigned value in C++? +1.25
Whether map’s iterator could add shared_ptr's counts? 0.00
When should I store reference or pointer to functions? +1.11
Changing template type depending on user input in C++ 0.00
transform array of objects into array of pointers to unique objects 0.00
Templates - check if T inherits from A<Q>, where Q is a base... 0.00
Should I use qsort over sort in C++? -0.70
Efficient construction delegation +2.32
C++ read-only struct that can be set from within a class? -0.23
when we need to convert binary to hexadecimal in real life +1.36
C++17 custom iterator in a pimpl idiom context 0.00
Specializations of std::size and std::empty do not match the template -1.46
How to implement a tensor class for Kronecker-Produkt +0.44
Wrap std::thread call function -1.23
Two objects with the same name in the same namespace in different c... +0.26
How to properly abort a thread with the use of a condition_variable? -0.29
Is it possible to get the name of a type alias in C++? 0.00
Pointer to member variable of shared_ptr +0.62
How to efficiently move underlying data from std::string to a varia... -0.64
Using lambda as dry-run option sane? -1.23
Swapping endians when using reinterpret cast +1.86
Casting a union to one of its member types 0.00
Access Violation when sending a 0 int literal to a const string par... -2.02
Why would you ever make a unique pointer to a primitive type in c++? -1.73
using std::function::target correctly 0.00
Ceres-Solver cost function inheritance error: Templates may not be... 0.00
What are the potential issues with changing an API function paramet... -1.63
Constexpr function pointer as template argument MSVC vs GCC -0.96
creating large number of object pointers +2.13
Why is move ctor slower than copy ctor? -1.66
Can a std::function typedef be used to help define a lambda? +2.57
Should I delete a copy constructor and an assignment operator of a... +2.87
Cast specific types in variadic argument -1.04
odd C++ namespace resolution quirk and g++ vs clang++ -0.30
How to properly write R-Value overloads for operators +1.74
Inline-variant-visitor visitor with lambdas +0.34
What is a good design to add an "all" option to an enum i... -0.10