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 ... 33 34 35 36 37 ... 54
Title Δ
Advice on Copy Constructor of a Class containing a non-copyable mem... -1.29
C++ memcpy and happy access violation -1.48
My vectors are disappearing 0.00
Dynamic array width id? +1.01
Operator precedence in `copy` implementation example 0.00
static_cast - what does conversion between compatible types mean? +0.55
How to simulate the nonexistent find_first_not_of function? -1.37
Declare & set multiple variables -0.03
making use of otherwise wasted padding space -0.39
CUDA, using memset(or fill or ...) to set an array of float to max... -0.46
Segmentation fault calling std::map::clear +0.45
C++ Reading bytes Problem +0.45
Ultra Quick Way To Concatenate Byte Values +0.78
What is the difference and benefits of these two lines of code? +0.08
C++ Multidimensional arrays generating segmentation faults? +0.48
"class template has already been declared as a non-class templ... +1.24
C++/OF iterating objects that change property each iteration? -0.02
Checking if a variable is initialized -1.32
How to prevent SIGPIPE or prevent the server from ending? +1.15
Pointer conversion issue with Ternary operator -0.01
Any thread-unsafe mallocs? +1.75
Why dereferencing a null pointer is undefined behaviour? -0.60
How can I define operator< for bidirectional iterator? +0.19
Goto prior to a variable definition - what happens with its value? -0.18
Are these sizes correct for an array of variables and an array of p... +1.26
How to do unit testing on private members (and methods) of C++ clas... -0.89
Optimizing composite std::functions -2.08
C++ pass enum to object constructor -0.53
CRTP to avoid virtual member function overhead -0.88
Improper nesting of variable scopes in C++? +0.62
Segmentation Fault with delete even using virtual destructor -0.31
Deleting an object which was created in a DLL +0.15
How do C++ functor constructors get called when used with for_each... -1.83
C++, Variables reverting to initial values +1.04
c++ compiler error "was not declared in this scope" +0.83
How to delete the object that is create inside the local function i... +0.76
force g++ to zero initialize memory -0.72
Frustrated with my Program Hanging on Return with Waiting Channel o... 0.00
Never use new, got memory leaks; can it be operator=? -1.18
Any difference in linking with gcc vs. g++? +1.78
Can I use a FILE* to initialize a C++ ostream object? +2.17
empty a specific element of a vector -0.92
Is there a way to enforce specific endianness for a C or C++ struct? +0.25
C++: memory leak or memory error when trying to handle nested objec... -1.36
Storing a 32 bit float in a file portability concerns +1.16
Conditionally copy map keys to a vector +1.34
C++ Is using auto_ptr references as out variables idiomatic? -0.14
Find beginning of the program for several programs with multiple fi... +0.47
Partial template specialisation of a functor that's calling a membe... -0.01
Why C++ cannot initialize a variable of type "derived class&qu... -1.21