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 ... 35 36 37 38 39 ... 66
Title Δ
What is the rationale for not having static constructor in C++? -0.26
Equivalent of incrementing a C/C++ pointer in Java? -0.97
The mechanics of extension via free functions or member functions +0.30
Problem with object declaration/initialization as a private member... -0.12
C++ converting back and forth from derived and base classes -2.15
Partition Problem. -0.61
Is it ever "moral" to override a nonvirtual function? -1.90
push_back a struct into a vector +0.87
how to apply binary search O(log n) on a sorted linked list? +1.16
C++ exception for null pointers +0.35
What are the specific differences between the original STL and thos... 0.00
What are the specific differences between the original STL and thos... 0.00
What are the specific differences between the original STL and thos... -0.91
storing 1 million phone numbers +0.84
Initialize double array with nonzero values (blas) -0.18
Are Exceptions still undesirable in Realtime environment? +0.21
C++ avoiding code duplication for const and non-const visitation -2.69
about number of bits required for Fibonacci number +0.53
Resolving operator ambiguity +0.87
More bit-twiddling: Efficiently implementing a binary search over a... -0.23
Casting boost::shared_array<void> to boost::shared_array<i... +0.94
run software even without windows +0.86
Static global variable used by inline member function 0.00
Uses of & and && operator -0.36
What's the anatomy of a DNS session? +0.34
A Cache Efficient Matrix Transpose Program? +0.84
What is the significance of 0.0f when initializing (in C)? -0.52
should I write more descriptive function names or add comments? -0.69
Getopt - filename as argument +1.18
is there a pragmatic reason to use "if (0 == p) " instead... -0.85
Why do C++ template definitions need to be in the header? -0.54
Find index of an element in a vector given a pointer to that element +0.98
Array Initialization +1.43
How do you explain C++ pointers to a C#/Java developer? +0.01
Does the C execv() function terminate the child proccess? +1.38
c string and int concatenation -1.25
When do you need to use #include in c++ +0.44
IEEE float hex 424ce027 to float? +0.21
Concerning RAII: How to prevent errors caused by accidentally creat... -2.14
Pros and Cons of Inversion of Control -1.45
How to comment #if, #else, #endif preprocessor construct? -1.19
I have a table stored into memory. How do I sort it based on a colu... +0.90
What's the difference in GCC between -std=gnu++0x and -std=c++0x an... 0.00
C++: Structs slower to access than basic variables? -0.27
Can C++ compiler assume a const bool & value will not change? -1.45
+= operator overloaded, but use won't compile since it sees a simpl... +1.13
assert() vs enforce(): Which to choose? +0.29
Is there a gcc command line option to silence warning: passing argu... -1.90
Scope of a variable outside main in C -0.08
What is meant by "dovetailing"? +0.27