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 ... 23 24 25 26 27 ... 33
Title Δ
Why does referencing break when done through pointers -0.13
How can you reference a variable in the default constructor -2.00
C++ add 1 year to date -0.12
dealing with assignment operator overloads; can you re-assign a ref... -0.67
C++ constructor confusion +1.24
Split a string into an array in C++ +0.13
Convert char* to string C++ +0.37
strncpy equivalent of std::copy +0.29
std::sort doesn't work on lists. Are there alternatives? +0.37
How to use an array pointer? +0.95
Implementing a C++ operator of string -1.62
How to cin to a vector -0.81
using only part of an array +0.32
Replace multiple spaces with one space in a string +0.35
Flip map key-value pair -2.28
Error: cannot declare variable 'c' to be of abstract type 'circle' +0.05
strip characters from char array pass as pointer in C++ -2.75
What am I doing wrong with srand to build a non repeating random ar... +1.02
C++ anonymous struct call failed -1.31
Well, how does the custom deleter of std::unique_ptr work? +1.39
filling a string made by new in a function -0.12
why volatile vars are not optimized even in very simple cases? +0.67
how to remove a line from a string with large content in C++? -1.10
How to define a static operator<<? +0.87
Do C++ compilers avoid copying when returning by value? +0.94
C++ Inheritance. Object calls super-class method instead of its own... +0.43
Is it good practice to use the comma operator? -0.58
cin and try/catch +0.36
C++: How do I split a string into evenly-sized smaller strings? -0.70
How can I create a (static const?) instance of a class inside itsel... 0.00
C++ reading from a file +1.33
how to write a constructor to initialize a set of pointers -0.02
C++ overloading the (+) operatior +0.37
Quick new operator issue +1.54
Wait until user presses enter in C++? -1.78
Optimizing Inserting One Array into Another Array C/C++ -1.23
erasing duplicate element on even index in STL vector -0.14
Lambda function failing to call static functions of a function temp... +2.00
Delete array pointer? -0.18
C++ operator overloading order +2.36
Bi Direction association in C++ -1.91
istream::ignore and getline() confusion +0.20
Equivalent of StreamReader.ReadToEnd() for C++ iostream 0.00
Amount of numbers in the array that are equal to the user entered n... +1.00
I want to remove apostrophe in a string, but is does not work +0.39
How to create a dynamically-allocated array of const objects, but h... -1.77
why only std::list::sort()? +1.44
C++ remove_if on a vector of objects +1.50
which header file i need to include to use gotoxy() function? +1.33
Why aren't class template constructor arguments automatically deter... +0.06