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 ... 21 22 23 24 25 ... 99
Title Δ
Signed Integer value overflow in C++? +1.58
Searching through struct vector and outputting the element in C++ -2.11
Using an instance of an std::array<Type, N> as a template par... +1.18
Assignment operator to reference template type requires non-const o... 0.00
Why does this virtual destructor does not work in C++? -2.10
Datastructure for quick access with more than one key or with key a... 0.00
POD-ness with nested structs/classes 0.00
`overload_cast` fails in a specific case 0.00
Managing threads while practicing modern c++17's best practices +1.15
Interface with Optional method -1.12
why doesn't std::any_cast support implicit conversion? +0.95
How to implement bound checking for std::array? -0.11
Dangling references in std::function captures. Why undefined behavi... 0.00
C++ Constructor member initializer lists, Object Slicing +1.35
Why are template (non-static) member variables not supported in C++? -0.80
C++ Partially specializing parameter in fuction 0.00
Passing rvalues through std::thread 0.00
How to correctly and safely implement C++ arithmetic operators for... 0.00
No operator "+" matches these operands, aka cannot add Ar... 0.00
Overloading operator in class and returning reference to private va... -0.45
Convert std::is_trivially_destructible() to std::true_type or std::... -0.00
Is there a way to make shared_ptr.reset(new obj) to call the destru... +1.99
error: use of undeclared identifier 'T' +1.76
c++ - Does a catch block need to be written immediately after a try... +0.40
Does Meyers' singleton used with [[gnu::pure]] have UB? +1.56
Lambda function with map where key is tuple and value is double -0.64
Dangers of storing rvalue references in templates 0.00
separate handlers lvalue and rvalue [] operators 0.00
What good is the c++'s `const` promise? +2.19
Is clang right to reject a template call with a trailing decltype r... 0.00
Is there an accepted way of either running a thread or executing se... +0.99
Why am I getting a warning for this range-based for loop in C++? +0.43
Why does g++ allow returning non-copyable class? +0.79
Writing a single large data file, or multiple smaller files: Which... +0.44
Multithreading unordered_map 0.00
How pointer "gets informed" about which part of the point... +0.43
Eigen: Efficient way of referencing ArrayWrapper -1.53
In what order does this happen 0.00
Object returned by an overloaded operator is losing data in c++ 0.00
Why is Android based on a Virtual Machine? 0.00
Unable to call pointer-to-member when passing arguments inside lambda 0.00
Why there is no std::future::try_wait()? +0.34
Thin replacement for fat std::function -0.49
Thin replacement for fat std::function +0.93
Why c++ STL uses unsigned in size() funtion? -0.93
How to simulate the passage of time to debug a program? 0.00
Are compilers not allowed to assume const-ref parameters will stay... -0.88
Why no operator+ for std::list iterators? +1.10
Implementing polymorphic components for entity-component system -2.83
SFINAE to assert() that code DOES NOT compile +1.87