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 ... 20 21 22 23 24 ... 66
Title Δ
Correct way to profile a memory allocator -1.15
How to exactly simulate new T[n] with an allocator? 0.00
const char * VS char const * const (Not about what is const) -0.39
Preventing generation of swastika-like images when generating ident... +0.98
Is there any performance boost in storing the return value of a fun... -1.56
Convert int to float: how it is done +0.93
C : Pointer for two dimension array -0.29
Best sorting algorithm +0.60
How does `gethostbyname` return `struct hostent *` without requirin... +0.14
C: Casting minimum 32-bit integer (-2147483648) to float gives posi... -0.27
what is variant member in c++? +1.00
C++: Why must private functions be declared? -0.71
What is wrong with access()? -1.20
Return fixed length std::string from integer value -2.42
Which is the fastest way to fill an array in C? -0.69
Can I initialize a value to a pointer? +0.91
Why isn't there a common base for the standard library containers? -0.42
Assigning true value to float -0.20
Same output for htonl() and ntohl() on an integer +1.61
How can I portably call a C++ function that takes a char** on some... -0.71
Unsure what int regs = 0, i, *regs means +0.18
enum: why can two different enumeration-constants have the same int... +0.30
How to implement LFU cache using STL? -1.20
C comparison of array of pointers 0.00
How do I pass a full string to batch? 0.00
What value does const void * offer over void *? +0.84
using unary & operator on function return value +1.09
how to duplicate pointer in order to point on the same object +1.21
what is the difference between node structures of double linked lis... -0.19
Is this too specific to refactor with loops? 0.00
error: invalid initialization of reference of type 'int&' from... +0.31
The fastest way to find union of sets +0.86
std::shared_ptr Iterator 0.00
std::list thread_safety 0.00
Fast Popcount instruction or Hamming distance for binary array? +0.54
Split floating point number into fractional and integral parts +0.31
malloc and constructors in c++ -0.09
C++ ProjectEuler #11 -0.67
Fastest way to get a vector of map keys sorted by map values? +0.33
Delete pointer to vector of char* in destructor (Not working) +0.89
Pass template typename with free template argument +1.79
How to best pass methods into methods of the same class +0.62
What are the differences between C, and C++ calling conventions? -0.98
upgradable digest / checksum algorithm -0.28
In C and Objective-C, what really is the right way to truncate a fl... +0.45
From the given array of numbers find all the of numbers in group of... 0.00
Exception specification, is it useful or not? +0.91
Array access arithmetic is done at compile time or runtime? -0.74
What is the rationale in allowing `?` to be escaped? 0.00
convert vector of char to an int -0.35