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 4 5 6 7 ... 54
Title Δ
In the computation of iterators, if I use an iterator which is befo... +0.09
Does the placement of a pre-increment operator make a difference he... 0.00
What is the correct way to allocate and use an untyped memory block... +0.40
Why is string not a (subclass of) vector? -1.13
C++ include vs forward declaration strategy 0.00
Near constant time rotate that does not violate the standards +1.54
how to declare a static variable inside an inline function? 0.00
Compiler generated move constructor behavior in VC12 (VS2013) 0.00
Template type deduction of template class with template member -2.20
the behavior of inline in gcc: inline of virtual function and espec... 0.00
Inverting type erasure, i.e. get types back afterwards 0.00
C++ Library distribution with a Main() 0.00
How can I overload equal method to make different objects have same... -0.08
Are new and delete still useful in C++14? -1.01
C++ multiple inheritance method overloading -0.14
Visual Studio warning C4743: How does Whole Program Optimization af... 0.00
C++ Algorithmic overload for operator- for a custom integer class -0.42
Where and When should we use compile time macro concatenation? -0.51
Conditional Derivation for Unit Testing 0.00
I tried coding my own simple moving average in C++ -1.31
C++ how to check the signature of a template parameter class at com... +0.41
C++: Is the ignored return value destruction behavior well-defined +1.80
How to find if I have a memory leak +0.41
segment fault when assigning a new allocated memory to a struct poi... -0.59
Unusable derived class std::map member -0.10
call const overloaded function with std::map of std::shared_ptr +1.44
Can a class hierarchy be safe and trivially copyable? -0.01
Why is use of extern struct {} foo, is triggering invalid fPIC requ... 0.00
Change the meaning of code by replacement of forward declaration wi... -2.05
"error C2008: '#' unexpected in macro defination" 0.00
Replacing C++ while loop with std/boost algorithm 0.00
Contradictory results between GCC and clang related to [basic.link]... -1.25
overloading comparison operators in C++, how do I compare with cons... 0.00
Performance with value semantics 0.00
What are the uses of get() member from the shared_ptr class? -1.90
why shift int a=1 to left 31 bits then to right 31 bits, it becomes... +1.31
Is link time optimization in gcc 5.1 good enough to give up on inli... +0.41
Is it safe to `free` memory if allocated via overloaded `new[]` tha... +1.97
c++ Can a class contain a class member that is friends with it? 0.00
c++ compiler error using g++ -c: compiler recognizes a const string... +0.41
Sorted data structure that allows duplicates on sort key, but repla... -0.15
C++ overflow detection for large numbers (unsigned long long) +2.27
Stopping long-sleep threads -0.85
Can a local variable have the same name as a namespace? -1.15
boost::unordered_map::find produces different results depending on... -1.46
Virtual base to derived cast of a non-polymorphic type +0.38
Template template substitution in function -0.91
What does the C++ standard say about std::vector<int> v1,v2;... -1.33
Virtual Inheritance with Constructor Inheritance 0.00
Deduce weak_ptr argument from shared_ptr -0.57