StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Benjamin Lindley

Rating
1713.29 (97th)
Reputation
87,939 (901st)
Page: 1 ... 9 10 11 12 13 ... 33
Title Δ
Converting use of memcpy to std::copy 0.00
memcpy only copying one byte over c++ +1.26
Should I pass a parameter by const reference even if I need to chan... +0.68
How do I clean input buffer before using getch()? -0.27
C++ substr, optimizing speed +1.09
Can I std::move() an element out of a std::vector? 0.00
C++11 Move constructor optimization -1.20
Copy elision and return value optimization versus copy constructor 0.00
Asterisks before vs after? -1.10
How do you use strings in a class? +0.45
Fastest Way to Parallelize Operation over a Vector in C++? +0.26
In order to be a C++ programmer, should I always std::vector instea... +0.27
Best way to initialize large amount of data into a C++ container? +0.82
How to do if I want stream_iterator not to ignore whitespaces -0.24
How to initialize a: set<pair<string, string>>? 0.00
How can I reference a substr without creating a new object? 0.00
Why compiler doesn't pass size of array char *arr[] in parameters? +0.42
Moving sprites in a vector 0.00
Map of priority queues 0.00
Reference Arrays/Matrices in C++ -0.48
Why can I call a String Literal by reference but not an array? -1.52
C4172 and C4239 returning local variable +0.62
regex replace with callback in c++11? +0.22
invalid range expression when looping through stack in c++ 11 +0.75
How to make a string that consists on one character '-1'? 0.00
C++ const static initiation based on input 0.00
How to insert data into map<string, set<string> > C++? -2.07
Iterate and modify c++ priority queue 0.00
How to use memcpy correctly with different types of arrays +1.54
How pointer pointee value returned without dereferencing pointer? +0.05
What is wrong with stringstream str function? 0.00
would (*abc) + 15 be undefined since the array is only 10 chars long? +0.51
C++ Array Pointer In Struct Retaining Memory location but loses all... +0.09
Overloading Comparison Operators in c++ 0.00
Why do Unary Post Operators behave differently in C++ and Java? 0.00
C++: How does getline work with cin? +0.29
Member initialization in constructors 0.00
Removing consecutive duplicate characters from a std::string 0.00
Const argument of a member function is changed by this function 0.00
C++ Overloading functions and function templates - different behavi... +1.35
Is it ok to have "using namespace" statement in a header... +1.24
Spaces instead ascii character 0.00
Diff Between p[i] , i[p] and *(p+i) , *(i+p) in C/C++ +0.43
Return by reference and operator chaining 0.00
SFML 2.0 c++ sprite in array/vector +0.01
Why std::istream_iterator ignores newline characters? +0.75
How to access certain elements in C++ (in vector) 0.00
how to get certain elements in C++ +0.70
Different behavior between ref and pointer +0.25
How to make any sprite dissapear in c++/sfml 2.1? 0.00