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 ... 15 16 17 18 19 ... 66
Title Δ
vector elements do not appear to be stored contigously -2.00
Sorting with just one loop. Help me with its efficiency 0.00
Cannot create new wchar_t * -2.38
How can I add an output parameter to a function without breaking ex... +0.83
How to do strcmp on a string containing "%" in C? -2.72
determinate the alphabet of string by looking for language-specific... 0.00
Copy elision in chained invocation of constructors 0.00
Does fork() create a duplicate instance of all the variables and ob... +0.53
Malloc vs new -- different padding +0.90
How does the C++ standard accommodate linking to platform dependent... +0.30
Must a call to pthread_cond_wait be woken up by pthread_cond_signal? +0.95
boost::variant - why is "const char*" converted to "... +1.32
what is the copy assignement operator? +2.07
Are c++ forward/bidi/random iterators always output iterators? +1.52
realloc but only first few bytes is meaningful +0.57
Why do some languages have metaclasses? 0.00
why is Insertion sort best case big O complexity O(n)? +1.74
Sort in ascending or descending order (chosen arbitrarily; Prefer w... -1.44
what's the difference between (void *)variable and (void *&) va... +0.27
C++ Thread Safe Lazy Load +0.78
ideal data type for an array in C, level 2 0.00
"Avoid returning handles to object internals", so what's... +0.22
why is microsecond timestamp is repetetive using (a private) gettim... -0.24
Is O(kn) linear complexity or quadratic complexity? Or does it depe... +1.05
binomial coefficient -0.23
Is the character set of a char literal guaranteed to be ASCII? -1.16
If a is array(such as int a[4];),then what is &a? -0.19
Should the moved-from object be left in a "safe" state? +0.12
Dangers of simultaneous write and read of a boolean in a simple sit... +1.37
size_t portability concept +1.27
Why sizeof int is wrong, while sizeof(int) is right? +1.07
Why is memcpy slower than a reinterpret_cast when parsing binary da... +0.35
Confused by undefined C++ shift operator behavior and wrapping &quo... -0.54
C++ memory - Do primitive-typed variables created with 'new' need t... +0.94
Order of subobject destruction when an exception is thrown from the... -1.40
Fast function objects in C++? +0.16
Any disadvantage of using const reference when iterating over basic... +1.73
Preventing the instantiation of a class via pure virtual functions? -1.85
C++: How to declare private member objects -0.16
Dividing a number into 12 integers equally -0.19
Initializing unsigned short int to signed value +0.29
C++ Perfect Number With Nested Loops Issue +0.57
What is the difference between a counter and an accumulator? +0.53
Should std::vector::erase() destroy the element being erased? (inst... -1.45
Is it appropriate to throw from destructor in this case 0.00
difference between <stdlib.h> and <malloc.h> -0.37
What does & in C++ function arguments list mean? +0.32
Quicksort recursion depth Stack space of O(n) doesnot cause stackov... +1.68
Does it make sense for unary operators to be associative? +1.97
Multiple methods of taking an address 0.00