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 ... 10 11 12 13 14 ... 66
Title Δ
Why does the function `memchr()` use `int` for the argument of `cha... -0.34
Can I use placement new to reset an object within a shared_ptr? -2.43
Can "LL" be removed from a hard-coded integer constant, a... -0.32
C++11 move and reassigning -1.46
how can I make a copy of a primitive types c++? 0.00
Serialize a vector of floats +0.71
C++: subvector from a vector as an argument to a function 0.00
how to link data in multiple multimaps together (C++)? 0.00
When should I use C++14 automatic return type deduction? +0.72
C++11 why is the move constructor called before returning a tempora... +1.23
crawler/spider detection of new site -1.56
Efficient way to return a std::vector in c++ +0.00
What's wrong with realloc? -1.01
recurrence equation from fibonacci algorithm 0.00
Why isn't object returned by std::move destroyed immediately +1.18
A one-liner to read text file into std::string in c++? +1.62
How to get correct time in Linux -0.70
What is the downside of replacing size_t with unsigned long +1.41
What makes a template different from a generic? -1.35
Error compiling with std::not1 when unary_function uses reference a... -0.69
Why does delete only work in main and not in a function that gets a... +0.28
Can the null character be used to represent the zero character? +0.77
Advanced C memory allocation +0.32
How do i test/refactor my tests? -1.48
functions that f(n) is not O(g(n)) and g(n) is not O(f(n)) -0.22
How to create a "C single-line comment" macro +1.42
C++ collect algorithm? +2.02
Return value for a int type return statement when there is no retur... -2.45
Deque - how come "reserve" doesn't exist? +0.80
Placement new with std::list 0.00
How can I download entire dropbox folder using Dropbox API? 0.00
C++ typedef class use -2.87
What is difference between class A:public virtual B and class A:pub... +2.38
When the instantiation is possible but iheritance is not in C++ -2.35
c++ vector of function pointers push_back in case of different clas... +0.32
Post-Increment in Returns: How are They Implemented? -0.68
C++: Time complexity of using STL's sort in order to sort a 2d arra... +0.79
Are class members garaunteed to be contiguous in memory? +0.88
Typecasting NULL pointer in C +1.12
For which standard container, if any, is the iterator returned by e... +1.21
Alternatives to passing an object over and over again +0.49
circular reference memory leak in C++ +1.45
In what situations do I use these sorting algorithms? -0.13
Should my functions accept pointers or smart pointers? -0.72
Reverse a string word by word +0.30
access a mis-aligned structure member -1.00
When is memory allocated to local variables in C +0.33
Why Is Get Request Poorly Formed? 0.00
Is it required to define the initialization list in a header file? +0.87
Memory allocation with malloc? +0.30