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 ... 18 19 20 21 22 ... 66
Title Δ
Sum of linear time algorithms is linear time? -0.19
Are extern "C" functions a separate type? -0.46
How to copy an int to a boost/std::array of char? +1.60
c++ class constructed by passing an external pointer or by internal... -2.24
good practice - similarly named variables +0.31
How do I correctly set up, access, and free a multidimensional arra... -1.25
C - Determining which delimiter used - strtok() -0.00
Solve race condition during semaphore initialization -2.82
Duck typing and generic programming +0.53
Can't free an allocated string memory after appending character -0.39
Conflict between math.h and cmath? +0.32
How to edit public member variables via class variable in other .cp... -2.37
Am I doing something wrong if I am using the heap in C++? +0.46
Algorithm to check if byte is 0x00 or 0xFF +0.52
About Unused functions in VC++ +1.38
Initializing a std::unique_ptr by passing the address of the pointer +2.17
How do you get various algorithm analysis factors in your code? +0.88
Construct std::function with a constructor based on template 0.00
How to check if a pointer variable is junk during runtime? -0.95
Is there a risk in changing the C++ dialect to C++11, but keeping t... +1.11
C++ code which is slower than its C equivalent? +0.42
Is it common practice to abstract library dependencies from impleme... +2.48
how signed and unsigned integers are stored in c? -1.28
Is it faster to loop through a Python set of number or a set of let... +0.44
Find if entire range is covered up given a set of N intervals +0.07
Breaking up functions into passive (algorithm) and active (executio... 0.00
Before smart pointers came into being -0.72
Logical Operators in C -0.63
generate all n bit binary numbers in a fastest way possible -0.09
Overloaded 'dereference' or 'member of pointer' operators don't get... 0.00
Is it OK to put a standard, pure C header #include directive inside... -0.83
Use rand() to generate uniformly distributed floating point numbers... +1.17
When do temporary parameter values go out of scope? +1.55
rvalue definition is objects that cannot be assigned values, but wh... +1.07
Explicitly deleting a shared_ptr -0.57
delete this & private destructor -0.94
How can an unused variable can be indicative of bug(s)? +1.12
Is it alright to return a reference to a non-pointer member variabl... -2.49
Is it better to replace constants by template parameters? -1.87
Do we really have to free() when we malloc()? What makes it differe... +0.16
Casting a structure type included in the sizeof -0.18
How to synchronize manager/worker pthreads without a join? -0.99
Programmatically free up system memory using Objective-C +0.35
Does vector::erase() change positions? 0.00
Hardcoding Parameters vs. loading from a file -0.67
Access members of derived class through base class pointer C++ -1.69
C: memcpy speed on dynamically allocated arrays +1.54
I need some C++ structure advice -2.50
Test for "POD-ness" in c++/c++11? +0.32
Why is 'bicrement' not possible like this? -0.44