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 ... 11 12 13 14 15 ... 33
Title Δ
C++ iostream isn't working properly 0.00
Can I run a stored lambda whose captured values are no longer in sc... 0.00
abstract classes C++ +0.25
Counting divisible numbers in array based on user input 0.00
Overloading operator for a priority queue +0.27
Constructing object in freestore using "new ClassType(std::mov... +1.27
When is a variable reference in a C++11 lambda expression resolved? +1.24
Invoking multiple member functions of an object/class during object... +0.55
Accessing next element in range based for loop before the next loop 0.00
Expected ')' before string, STD:: not fixing -0.74
Returning an object from a function 0.00
Arrays as address constants in functions +1.33
Code blocks & lambdas c++11 +0.77
Why can you put multiple characters in C++ char* +0.26
Initializing the size of std::vector +1.03
Background music in c++ +0.29
Declaring an (unused) integer causing the whole program to malfunct... +1.45
How do I sort a list of pairs of ints? 0.00
multi-dimensional vectors and pointers to vectors +1.48
C++ practice similar to C#'s read only data member behavior -0.00
STL map gets corrupted with mpz_class (GMP) values 0.00
Operator overloading : cannot add two pointers -0.70
Copy constructor not taking in the array size from a class object 0.00
General questions on C++/assembly data layout, data member access,... 0.00
Why does insert invalidate the std::set reverse iterator 0.00
Documenting memory allocation C++ +0.93
Are these two conditions equivalent? 0.00
map with vector as key operation find +1.31
C++ - Adding objects to an std::vector, instantiated in a loop +0.29
char *str; str="HELLO"; How does that work without alloca... +0.29
Cout doesn't print on display (console) -1.19
Singly Linked List - C++ - Unexplainable run-time error +0.74
How to return dynamic structure without pointer? -0.64
C++ need clarification about destructors and scope 0.00
Using std:sort to sort locally 0.00
C++ SFML Map Editor - Performance Advice 0.00
Avoid repetitive constructor for user-defined inherited classes -0.44
Sorting a string with std::sort so that capital letters come after... +0.69
hidden g++ reference error +0.58
Simplyfing long code lines +0.29
How to erase elements (or a distance-between A and B) in the a vector +0.25
Return an empty C-String -0.72
Parameters passed to multiple argument lambda expression 0.00
Using a const-reference for assignment +0.28
static_cast from char to enum assigning wrong value +0.34
local var destroy when throw e for refer in c++? 0.00
Simple Map Plotting Issue -2.49
using lambda function to erase copies of same value in std::vector -0.85
Two objects seem to share the same address -0.47
Why does this compile when I make the class a template? +0.27