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 ... 38 39 40 41 42 ... 54
Title Δ
Design-pattern for late-bound interfaces in C++03 +0.46
How to be sure if a file descriptor has already been closed? +0.97
Why memset() does not work properly when placed inside a loop body? +1.00
windows application crashing with pure virtual function call -0.84
Error in function sort -1.24
C++ Literal String Concatenation +1.67
When is virtual inheritance a good idea? +1.20
What's the most reliable way to prohibit a copy constructor in C++? +0.35
Insert into multimap causes segfault +0.48
virtual function with user-defined-type vector -0.30
How to silence 'The last statement should return a value' warning? +1.17
Keeping track of boolean data +0.06
expected constructor, destructor, or type conversion before & t... +1.18
insertions into c++ map STL container is failing -0.49
Efficient way to compute p^q (exponentiation), where q is an integer -1.34
Setprecision is Confusing -0.85
Multithreaded code: vector<bool> iterators incompatible 0.00
Terminate application AND call the destructors of local objects -0.20
Can anyone explain this paragraph of the current C++0x standard dra... 0.00
choose correct template specialization at run-time -0.16
g++ strange warning +2.01
Class: Object oriented paradigm had always confused me -1.60
Variable user-defined parameter list in C++? +1.93
What container to choose 0.00
C++, Remove duplicate items -0.54
Providing c++ iterators for a legacy C linked-list interface -0.31
c++ implicit copy constructor and the assignment operator +0.50
Calling function template specialization using C calling conventions -0.94
C++: Getting a temporary file, cross-platform -0.90
pthread_cond_wait not waking up from pthread_cond_broadcast -1.55
error: ambiguous default type conversion (c++) +0.51
Inheritance without containing? -0.70
How is it possible to lock a GMutex twice? +0.49
C++ string of a specific length +0.94
Call order refer to some information +0.61
only allow defined behavior in C++? +1.74
forwarding parameters from variadic function to fixed argument func... +0.78
Suggestions for properly iterating through a vector +1.11
would the pointer returned by new(size, value) Type[0] be legal and... -1.71
what is the fastest algorithm for finding the k-maximal elements of... -1.01
Techniques implement polymorphism but save on the 4 bytes +0.50
Catching all invalid memory usage? +1.14
Searching a multimap in reverse order +1.17
RVO/NRVO and public undefined copy constructor -0.44
Calling/instantiating function explicitly with 'templatized template' +0.32
Does pthread_cond_signal function unlock the mutex the calling thre... -2.31
Any non-(char*) proper way to initialize void* from const string in... -0.42
libpng warning: Incompatible libpng version in application and libr... 0.00
std::mem_fun_ref problem: Works as functor broken when called as a... +1.74
Inheritance vs aggregation and "has-a" vs "is-a". -0.24