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 ... 35 36 37 38 39 ... 54
Title Δ
3 * 8 = 18 in c++ -1.22
destructor does not work? +0.23
Verifying variable arguments are of expected type -0.24
Checking if my const variable has not been modified externally +0.39
Should I use virtual 'Initialize()' functions to initialize an obje... -0.48
Are standard library required to be standard conformant? -1.20
How to properly return a large vector +0.20
How to find characters that cannot be part of a word in a Unicode s... -0.86
Does binary search have logarithmic performance of deque C++ data s... +0.47
how I can use back-reference in boost::regex +0.23
Efficient way to check if std::string has only spaces +1.01
g++ misunderstands c++ semantics +0.46
Should one keenly & consciously attempt to postpone variable de... +0.30
Java seems to be executing bare-bones algorithms faster than C++. W... +1.16
Storing Matrix information in STL vector. Which is better vector or... +1.28
What happens if exception gets thrown "through" c code? -2.02
moving from void* and casting to an ABC with PVFs (will there be a... 0.00
Method to automatically detect cases of incorrect find_first_of() a... 0.00
qsort on a std::vector<float*> _data -1.68
prefer conversion operator over conversion constructor +1.65
Fast approach to wrapping data in a struct/class -0.05
How to exit (go to next element of parent loop) a for loop inside... +1.69
Which cast style is better and why? +2.64
using a char array to hold an array of arbitrarily sized objects, a... +0.57
Assertion fails/Exceptions for STL -1.16
smart pointers, typedefs and forward declarations -1.35
Why not overload operator+=() for std::vector? -0.36
C++ Design pattern for extending an arbitrary standard conform allo... -0.02
error C2664: cannot convert parameter 1 from 'int' to 'int (__cdecl... +1.66
How to use typedef for a generic class in c++ -0.58
Exception handling plan for c++ plugin application 0.00
Is there a way to send some procesess with known pid in background? +1.16
Repetitive sequence constructor +1.24
Why is there no <stlfwd> header and can the non-existence of... 0.00
Using initalizer lists with inherited variables +0.01
unsigned shift template in C++ -1.56
Is this inefficient? -1.75
Are there performance issues with CSocket::Send? -1.03
dynamic_cast of "this" inside constructor -0.96
When I send and convert std string with win32 SendMessage I'm getti... +0.04
When to use C++ private inheritance over composition? -0.76
Comparing Bitfields of Different Sizes -0.82
C++ vector with dynamic item size +1.37
C++ Container of Non-Interleaved Stored Tuples -1.60
Downcasting shared pointer to derived class with additional functio... -0.66
If I delete a class, are its member variables automatically deleted? -0.90
Stack overflow C++ -0.47
Virtual methods whose type is known at compile-time -0.99
Implementing comparison operators via 'tuple' and 'tie', a good idea? +1.16
C++ typecasting vs implicit constructor +0.27