StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Mike Seymour

Rating
1722.24 (78th)
Reputation
219,975 (198th)
Page: 1 ... 80 81 82 83 84 ... 89
Title Δ
Specializing STL algorithms so they automatically call efficient co... +0.86
Defining an output file stream within a class +0.32
Calling a copy constructor with instance being created +0.86
copy-and-swap idiom, with inheritance +0.87
Automatic destruction of static object -1.21
Question about the explanation of data segment on Wikipedia? +1.56
char string length and memory leak -1.16
Undefined behaviour with const_cast +0.13
How to get 2 ints from cin in C++? -2.25
Throwing during unwinding -- why does this example work? -0.28
expected unqualified-id before numeric constant in STK code 0.00
Is there a function in boost to find how many people are waiting on... +0.32
destructor works before . How? -1.24
How do I delete an object that was dereferenced? +0.12
c++, pointers, references, passing from one to another function, st... +1.69
Global Object in singleton -1.06
Does any change in program state constitute observable behavior? 0.00
What is the proper term for non-function-pointers in C++? +1.81
What is the sense of a shared_ptr to a container? +1.31
Exception Error while making a Clock/Timer class -0.17
Exception class that catches many types of other exceptions -2.07
How to find an object with specific field values in a std::set? -0.53
C++ input from console, comparing integers -0.19
would this code avoid to leak memory? -0.68
C++: weird error "expected initializer before extern" in... 0.00
You can 'promote' access specification through inheritance, can you... +0.27
Template Friend for Superclass 0.00
Why dereferencing a null pointer is undefined behaviour? +0.41
Why can I not call templated method of templated class from a templ... +1.40
force key type of a std::map not to be const -0.77
When should I use inline functions? -1.62
In C/C++, is there a directive similar to #ifndef for typedefs? -0.10
Unable to change round robin time quantum in real time linux 0.00
Why i am getting error while executing with the following code? -1.20
How do I extract string from pattern to pattern? -0.68
Difference between two type on insertion in unordered map +0.73
Why does sscanf not work properly with a bool type +0.12
Memory management for types in complex languages -0.13
Times when inline functioning cannot be used +0.66
Is it a good thing that the top items in my programs profile are _U... 0.00
How can boost::bind call private methods? +1.76
C++ What does the size of char16_t depend on? -2.26
Pthreads and classes 0.00
What exception gurantees do gcc atomic builtins offer? 0.00
Is it possible to step through the members of a C++ struct? -1.25
dynamic_cast of "this" inside constructor -0.24
Static Virtual functions in c++ +0.51
C++ - Identifying a family of polymorphic classes without introduci... +0.37
If I delete a class, are its member variables automatically deleted? +0.53
What is the complexity of the below program? -0.46