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 ... 12 13 14 15 16 ... 33
Title Δ
How is this returning a value when it has not been defined? +0.28
Why aren't all functions inlined? +0.72
Difference between vector insert and assign -0.06
Will biginteger equivalent be introduced in the c++1y standard -1.74
Trouble passing vector of structure to function +1.27
replace cout<<"string" with cout<<"strin... +0.77
Why is my binary search so insanely slow compared to an iterative? +0.84
cin.getline() skipping first iteration -1.54
Constructor in called for allocate memory? -0.68
why allocator in constructor? 0.00
Iterating over the array in random order -0.16
Difference between priority queue and a heap +0.75
Using 2D arrays to solve Sieve of Eratosthenes with C++ -0.08
How to fill an array with random floating point numbers? -1.02
Assign array to array +0.95
Parsing a string from file in C++ +0.48
How to overload >> operator to take variable argument list +0.82
Error: request for member 'insert' which is of non-class type int*... 0.00
C++ Switching lines off and on +0.28
array of objects where constructor has an argument +0.28
STL Allows Erasing a map's key/value using an iterator pointing to... -1.56
C++ macro with a variable number of arguments -2.95
Is there a way to prevent an element in a vector to be destructed? +0.27
overloading assignment operator doesn't work with chaining +0.85
Adding item into a linked list, pass by reference or value? +0.26
initializing pointer to array with two different constructor +0.78
Is inlining done at compile time or run-time? -1.51
Insert unique random numbers in array -0.28
Specifying a particular position in a 2D array +0.63
Calling member functions of objects vector -0.18
Best practice for arranging a vector of objects +0.79
How to pick a random element from a vector filled with .txt file na... -1.65
How do I retain a file's formatting when passing its data into a st... -0.06
how to get previous day date using boost? +1.73
copy constructor VS constructor with a class pointer as parameter +0.28
Overloading the '-' operator +0.95
If Statement - Is this a string? -1.39
Scope of const reference to a template in C++ 0.00
Strange syntax flaw in mingw -3.00
System::String to char* function.. memory leak? 0.00
Computercraft variables +0.27
Simple C++ logging class - ostream reference initialization +1.74
Invalid types 'int [5][float]' for array subscript +0.95
Qt / C++ - "Including" a header file causes a LOT of erro... +0.26
how to sort vector<vector<int>> -1.35
Order I am checking strings getting wrong output +0.02
Access c++'s vector pointer's elements +0.73
Passing an iterator and vector to a function 0.00
what are "1LL" and "-1LL" in C++ +0.51
A template function that takes iterators or pointers and gets the p... -2.24