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 ... 52 53 54 55 56 ... 66
Title Δ
C++ What is compile-time polymorphism and why does it only apply to... -0.90
What advantages are there to programming for a non-cache-coherent m... +1.30
C - Difference between "char var[]" and "char *var&q... -1.18
Should one really set pointers to `NULL` after freeing them? +0.40
Portable thread-safe lazy singleton +0.76
Usage of GPL plugins for proprietary software? +1.06
Better way to count things? -1.61
How do I convert a value from host byte order to little endian? -1.29
How can I know where the segment of memory is all Zero +1.05
C++ static member functions and their scope +0.80
Memory management in C -0.85
(c/c++) do copies of string literals share memory in TEXT section? -1.82
Why should I not try to use "this" value after "dele... +0.51
pass strings by reference in C +1.05
Does defining a function inside a header always make the compiler t... +0.73
Best way string-matching algorithm for same-length strings? +1.34
How to catch this error? [C++] -0.47
Assigning a "const char*" to std::string is allowed, but... +0.59
How to properly initialize class value member? +0.72
C macro/#define indentation? -0.24
Should a function's comment include descriptions of work done by fu... -1.11
Technical non-terminating condition in a loop +0.66
c++: Operator overloading and error handling -0.83
short type variable automatically extended to integer type? +0.84
Is Google's "Go" language multi-value return statement an... +0.99
simulate virtual constructor in c++ -0.25
Pre-sorting analysis algorithm? +0.84
biggest integer that can be stored in a double +1.18
name collision in C++ +0.75
Efficient switch statement -0.80
What is uintptr_t data type +1.03
Reproducing static initialization order fiasco in C++ -1.44
How to read a file line-by-line in C? +0.38
Problem with returning arguments that are const references -0.50
memory and depth (vs. breadth) of recursion in c +0.71
What question should be asked to test the interview candidate's kno... -0.44
What on earth would compell C++ to call this function? +0.12
What's the point of g++ -Wreorder? +0.54
How to mitigate class declaration being far from its owner namespac... +0.69
How can I create a type based lookup table in order to implement mu... -1.18
Recursive binary to decimal function without pow() or loops +0.35
How can I generate this pattern of numbers? +0.42
Hashing function for four unsigned integers (C++) -0.04
big integers with fixed length +0.22
Why does the call to bsearch() crash the presented program? -0.13
What's wrong with type classes? +1.35
AND-ing shorts in c++ +0.49
Designing a virtual machine with JIT +0.38
How to use std::transform with templates +0.35
Difference between implementing a class inside a .h file or in a .c... +1.07