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 2 3 4 ... 33
Title Δ
C++ - Shuffling a vector of objects +0.22
shared_ptr, vector, emplace_back and usage pointer outside +0.27
How does std::vector deal with variable length std::string? 0.00
Is there a way to repeatedly insert an element at a specific positi... 0.00
C++ pushing vector <myNewType*> 0.00
How to create a C++ user-defined class so that a std::vector of tha... +0.22
VS2017 compiles code that is syntactically incorrect, Intellisence... +0.44
Custom compare function for stable_sort +0.70
Template object doesn't behave like a normal object 0.00
C++ Priority Queue with Custom Compare Function not Behaving Correc... 0.00
What does `a = b()` mean when both `a` and `b` are of class `X`? 0.00
How to pull a unique_ptr off a priority_queue and maintain the owne... +0.71
How to call unique_ptr constructor with deleter? 0.00
C++ : if condition is evaluted with bad input (float) despite suppo... +1.15
Create priority_queue with pair such that sorting is "<&quo... 0.00
How do you check if content of string starts with the content of an... +0.22
Where in the C++ standard can I read what type an integer literal is? 0.00
Why Aren't More Iterators Random Access? +1.50
What is the difference between "multiset<int, greater<in... 0.00
c++ copy constructor vs move constructor for std::vector 0.00
Passing unique_ptr<Derived>& to a function accepting uniq... +0.23
SFML combine drawable objects 0.00
sf::Sprite is white rectangular (texture trying to pass by reference) 0.00
Is it ok to invoke CURLOPT_WRITEFUNCTION twice? 0.00
Why must std::sort compare function return false when arguments are... -0.29
Why my sprite is not drawn on the whole window in SFML? 0.00
template function why can't add "cin"? +0.23
Storing passed objects in map by unique_pointer -1.07
Passing const reference leads to paradox in code..? 0.00
What does range-for loop exactly do? 0.00
How do you return the next token from a stringstream without operat... 0.00
Inserting primitive type into set of sets 0.00
C++ 98 array size +1.06
C++: how to declare non-function without defining it? +0.23
Where is the performance gain of the erase-remove idiom coming from -1.73
How to read/write unsigned array to ifstream/ostream in c++? 0.00
C++: GetAsyncKeyState() does not register key press immediately 0.00
Vector that contains keys to sort a map by values -0.98
In C++, why is it necessary to use a pointer instead of directly us... +0.22
Getting object data by just calling a object 0.00
How to set an std::vector with another one, where the two are vecto... +0.99
overloading operators of builtin types +1.23
Unsure about a description regarding Reference in C++ Primer +0.24
How does the implicitly generated move constructor work in c++? 0.00
C++ constructor, one for degrees, one for radians +0.54
How is std::erase implemented for vectors? +1.11
How to read from a file, and then continue reading from cin? -0.90
Which part of boost library enables cout to print wstring and how? 0.00
Using consecutive while(cin >> input) successfully 0.00
How to combine two boost::filesystem::path's? -0.47