StackRating

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

Steve Jessop

Rating
1646.94 (616th)
Reputation
239,307 (175th)
Page: 1 ... 11 12 13 14 15 ... 66
Title Δ
Specific random number generator 0.00
NULL macro and nul +1.25
Overriding functions in abstract base class +0.66
Compound C99 literal equivalent in MSVC -1.08
Does the underlying character set depend only on the C implementati... +1.11
Multiple inheritance casting from base class to a different derived... +1.57
Was gets ever useful? -1.26
Exceptions in C++ destructors if there is no uncaught_exception +1.48
Performance comparison of list over map on simple iteration in C++ 0.00
Initialize a variable +0.64
Why isn't std::initializer_list a language built-in? +1.11
derived class (vector): is this a bad idea? +0.01
How does boost::python work?Any ideas about the realisation details? 0.00
increment operator more purpose? +0.29
double to string without scientific notation or trailing zeros, eff... +1.37
Scope of the static class data member +1.03
What exactly is a C pointer if not a memory address? 0.00
synchronization, lock passing with broadcast 0.00
C - Proper size for a buffer to be send via TCP -0.16
Is it possible to overload the indexing operator[] to return bits f... -1.76
std::condition_variable::notify_one() called twice -2.57
using stl list and class in C++ 0.00
In what situations Argument Dependent name Look-up (ADL) kicks in? -0.61
How to remove unrelated elements between 2 sets? Similar to SQL join -0.21
Does mutex_unlock function as a memory fence? -0.39
"Beautifying" macro -0.80
number which appears more than n/3 times in an array +0.29
Is it possible to downcast an object to a subclass which does not d... +0.32
Amortized performance of LinkedList vs HashMap -1.80
size of size_t preprocessor value -2.92
How can I `unuse` a class? -1.65
Container of fixed dynamic size -0.74
Why is a double member in struct not aligned on 8 byte boundary? +1.02
changing a const char *str1 = "abc" +1.57
Access array element by a[0] Or 0[a], what is the practical usage? -0.92
Should I call reset() on my C++ std random distribution to clear hi... -1.30
When should std::move be used on a function return value? +1.21
How to get the float with given bit-pattern (as int32_t) in C++? +1.96
Memory address in C +0.90
C function: multiply 2 numbers using bit twiddling? -1.98
Is O(n^2) greater than O((n^2)logn) -1.38
Multiprocessing = multiple processes running? +1.40
Is a float guaranteed to be preserved when transported through a do... +0.77
Is it undefined behavior to redefine a standard name? +1.42
What is the efficient way to split a vector -0.85
sizeof in virtual inheritancec C++ +1.38
About the safe use of catch(...) in C++ +1.74
Write vector<unsigned char> in binary mode +0.32
How to create new list from existing list taking first n-5 elements? 0.00
What is the exact complexity of this program? -0.20