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 ... 22 23 24 25 26 ... 54
Title Δ
operation templates? +1.87
Constructors and operator= with dynamic memory allocation -2.06
static_pointer_cast resulting in a shared_ptr that points to a diff... 0.00
Erasing single element in std::forward_list -- prev_it=it or ++prev... -0.15
operator= and functions that are not inherited in C++? -1.20
Strange behavior when obtaining addresses of functions +0.45
What function signature should I use to return a reference to an ob... -0.73
style and namespaces -0.59
Is there a C++ STL class that works like a pipe? 0.00
C++ constructor not being called +1.04
Ordering of boolean values +0.66
Wrapping STL in order to extend +0.19
Problems with stream interface in C++ +0.65
Do I still get default copy constructor and operator= if I define o... -1.67
Typed class with user-extensible type parameter in C++ +1.35
Why would you pass an object by value in C++ +1.18
reserving memory for vector of vector, c++ 0.00
Why overloaded operators cannot be defined as static members of a c... -0.00
Is there a common naming convention for private virtual functions i... -0.47
C++: direct accessors or access functions within class? -0.82
How does one increase precision in C++ templates in a template type... +0.76
Do derived objects cast from base need to use a vtable +1.29
call sub class method from base class specific function 0.00
Tricky for Loop +0.42
find in std::list -0.55
C++, Order map content based on second iter +1.92
Short circuit `operator<<` output in C++ -1.25
how to debug trampling issues in linux -1.54
How to restrict access to certain functions or objects to current f... -0.38
Is there any method to avoid using illegal pointer in C++? +0.43
C++ enumeration copy constructor and assignment operator +0.04
What does the returned value of the strcmp mean? +0.49
C++ undefined reference to method and What if all stuff go to .h? +0.45
Automatically fix filename cases in C++ codebase? +1.07
exception class and debugging details +0.44
Trying to use c++ qsort with an inline function -0.40
Virtual inheritance vs. non-default constructors -1.75
Is it acceptable style to have a constructor block? -0.91
Examples of when a bitwise swap() is a bad idea? +1.24
Comparing objects using bool operator== +2.38
Arbitrary data type in a C++ class +0.41
Iterating over vectors of type Base and/or types derived from base +0.78
Copying part of a std::string to another uninitialised string -0.71
Confused about the actual purpose of header files in C++ +0.64
check the number of class members in constructor +2.45
C++ does printing to terminal significantly slow down code? -0.51
Adding specializations of template functions later 0.00
Varying argument values and number -- is this legal C++? +1.01
why does boost::assign::ptr_map_insert changes constructor argument... 0.00
Function to manipulate a string ("abcdef" -> "fae... -1.13