StackRating

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

Mark B

Rating
1559.86 (5,624th)
Reputation
87,283 (916th)
Page: 1 2 3 ... 54
Title Δ
Preferring an implicit conversion over another 0.00
Will sizeof always be the same? -1.44
Is it UB to call a non-const method on const instance when the meth... -1.56
Why is the std::equal template parametrized by two classes? +1.83
Push_front and push_back methods for linked list seems to remove a... -0.60
c++ conditional uni-directional iterator +2.07
Why is time() not updating my custom time correctly? 0.00
Is calling clear() on an ifstream problematic? 0.00
while loop for condition_variable +0.41
Zero-sized member variable in templated struct +0.20
Calling clear on an STL container of STL containers -0.42
template specialization for static data member 0.00
A vector member is reset and unaccessible -1.28
Find two biggest values for one key in a multimap -0.62
Function taking a raw pointer tries to accept the pointer by refere... +0.35
Do I have to write explicitly a copy constructor to copy a vector o... +0.42
Should I fix this obscure but elegant c++ code fragment? +1.60
Constructor with template arguments -1.82
why runtime error in this function c++ depth first search? 0.00
Why use member init lists if there is default member initialization +0.43
return reference to class variable - C++ +0.42
Downcast: why: ‘A’ is an inaccessible base of ‘B’? +0.17
Is Curiously Recurring Template Pattern Implementation Specific? -0.03
increment/decrement and output stream operator precedence in c++ 0.00
Should using be preferred over define for name aliasing in C++ +1.82
C++ map, find the first element that is less than key -1.73
Virtual inheritance and function members 0.00
How to safely access every n-th element in a container in a succinc... -0.58
Efficient linked list in C++? -0.39
Order of unordered_map changes on assignment -0.12
Can optional<double> be implemented as 8-byte object? +0.54
How to assign variables in a derived class based on values of varia... +0.42
Why must accessor functions be const? Where is the vulnerability? -0.60
Is there any reason C++ 11+ std::mutex should be declared as a glob... -2.14
Compiler misses invalid constructor call and calls non-existant (or... 0.00
Suppress non-trivially useless warning "control may reach end... -1.97
c++ using memcpy to copy inside the array 0.00
Seeking advice on C++ design 0.00
Is default move constructor optimized away by compiler? +0.63
switch instruction nested in for loop is not working -0.59
Why am I allowed to set end() for std::vector? -1.53
gdb coredump: "value has been optimized out" 0.00
How to bind pure virtual methods form class A to methods of class B... +2.82
How to access members of a template class 0.00
How to implement the aliasing constructor by own for my own shared_... 0.00
Defining fstream inside a 'if' conditional -1.12
if constructor crashes from call to std::make_shared, can gdb show... 0.00
Parent class using default constructor; child class' destructor... +1.97
Error when returning reference to type given the expression: `cond... -0.32
Avoid almost identical code duplication in double for loop with dif... +1.26