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 ... 29 30 31 32 33 ... 66
Title Δ
Return value copying issue (to improve debug timing) -- What's the... -0.74
Why does the C++ standard algorithm "count" return a ptrd... 0.00
ENUM constants questions -0.72
Why can't static_cast be used to down-cast when virtual inheritance... +0.96
How files are saved? -0.50
Efficiently erasing elements in tr1::unordered_map -0.35
Smart references in C++ +1.45
Casting a pointer does not produce an lvalue. Why? -0.27
How to iterate over std::vector<char> and find null-terminate... +0.21
what does the "const void*" mean in memmove? +1.45
Binary search over an "infinite" sequence. Where do I sta... -2.67
Macros and postincrement +0.81
Count no of vowels in a string -1.42
Double pointer in C -1.00
logic of calling copy constructor +0.27
cast stl::vector containing pointers to stl::vector containing cons... +1.42
Why if (n & -n) == n then n is a power of 2? +1.14
Need help/advice on how to test an ostream passed to a function -0.32
Can copy elision occur in catch statements? +0.56
What is the difference between a thread entry function and a normal... +1.37
Which function should be use to converting string to long double? +1.28
How should a constructor report errors? Pointers to external flags? -1.75
Displaying 5 images in random order in C++ -0.67
Bit field manipulation-setting a bit 0.00
Is there a file pointer (FILE*) that points to nothing? +0.05
Difference between sequence containers and container adaptors in c++ -0.54
Can I delete a item from std::list based on pointer value? -0.96
Specifying struct in function signature -0.27
How to delete a file such that the delete is irreversable? +0.33
so what is the type of "this" ? Why is "this" n... -1.31
How to find if two linked list intersect each other? +1.13
Good idea to seed a RNG each time you use it? +0.59
total number of comparisons required to merge sorted files +0.34
algorithm to sort elements of three arrays 0.00
Pthread_join of one of a number of threads +0.64
How can I iterate over two vectors simultaneously using BOOST_FOREA... +1.80
How to delete entities not found in feed on GAE +0.95
check if a pointer has some string c++ +0.51
const_string lib issue 0.00
More efficient way to find all combinations? -1.58
Limited Sort/Filter Algorithm +0.78
Copy constructor converts from const to non-const? -0.34
If the value of an uninitialized variable shouldn't affect the valu... -0.63
C: gcc implicitly converts signed char to unsigned char and vice ve... -1.15
Question on predefined meanings for operators -0.56
indentation for method chaining -0.75
What is the platform independent algorithm that returns a measurabl... +0.31
Why the Destructor in C++ de-allocated memory in reverse order of h... -1.36
Will this execute without any race condition 0.00
Why is C++11's POD "standard layout" definition the way i... +1.23