StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

MikeMB

Rating
1496.69 (4,016,729th)
Reputation
11,974 (12,343rd)
Page: 1 2 3 ... 8
Title Δ
Does a lambda function require any header files? -0.77
Replace N-th element of a std::tuple +2.74
Select a given namespace at runtime -0.02
Is it necessary to reset std::list after been moved? -1.26
How to reduce copies when running lambda in thread? 0.00
export CMake variables from GUI to command line +2.23
When should I store reference or pointer to functions? -0.88
Why is CMP an example of implicit addressing mode in 8085 microproc... 0.00
Checking if a type has [][] defined in C++ +1.14
Initialilze an array of vectors with zeros in C++ -0.50
C++ multithreading - beginner query +0.07
Relation between socket and endpoint 0.00
Are there any valid use cases to use new and delete, raw pointers o... -0.10
Undefined behavior when constexpr-evaluating negative bitshift? -1.04
Using MACROs to get the 'name' of function parameters +0.78
How does void* work as a universal reference type? -1.33
Is it worthwhile to explicitly write Integers as bits in Swift? +1.95
How to return error code from constructor? -0.23
terminate all threads or currently running thread keeping the proce... 0.00
Why do dynamic arrays in C++ and Java have different initial capaci... +2.03
How to Move certain elements of std::vector to a new index within t... -1.10
Shorten If Statement And Making It Less Redundant -0.88
Boost::ASIO VS Qt networking 0.00
Can I insert to the moved container -1.15
Is std::byte well defined? +2.89
How do I dynamically allocate an array of objects in C++ with indiv... 0.00
Greedily assigning scores to maximize the final result +2.02
What to name a variable which you want to name after its type? 0.00
Given an even number ( greater than 2 ), return two prime numbers w... 0.00
Does std::unordered_set take amortized constant lookup time for any... 0.00
Inconsistent runtimes with pthreads +0.51
Is it safe to convert a pointer to typed/sized enum to a pointer to... -2.34
idiomatic way of doing a C# TryGetValue in C++ with restriction of... 0.00
Why don't std::find_if and related functions have overloads for... -0.19
How to shorthen a condition using a loop? -0.26
Where is capture by reference more correct in the standard algorith... +0.73
Is move semantics in C++ something C is missing? -0.69
How to break out from loop inside switch C++ +2.54
calling begin and end on vector returned by member function +0.16
Free memory in C : how to check for valid pointer? +0.79
Using open/close braces in macros to enforce pairing in C +0.39
Memory Allocator implementation segfault 0.00
Why does shared_ptr use placement new -1.65
C++ app: How to properly delete/release an allocated object? -0.56
C++ sort vectors time complexity +0.55
How `weak_ptr` and `shared_ptr` accesses are atomic +0.66
Is deadlock possible in this simple scenario? 0.00
How do I use an alias of the static inner class member? 0.00
Transform vector of Class to vector of decltype(Class::name()) by c... -0.79
How to correctly combine type aliases, function pointers, and templ... +0.50