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 ... 25 26 27 28 29 ... 33
Title Δ
Does gcc or other compilers auto convert bitwise or's to boolean or... -0.45
memory leak - release and delete +0.36
Create a print function that takes an ostream as an argument and wr... -0.13
A custom Vector and Matrix class in C++ and operator[] +1.22
array doesn't decay to pointer if passed by const reference in a te... -1.99
Problems blitting surface in SDL from vector of SDL_Rect +1.45
Possible to wrap or merge separate namespaces? +0.20
"Double" function with C++0x +1.90
Using a C++ String to open an fstream 0.00
Animation problem? -0.36
return a vector vs use a parameter for the vector to return it +1.03
can a pointer be deleted several times c++? -0.49
Using one of the parameter's getter to set the value of another par... +3.31
The C++11 way of initializing data members from arguments -0.10
Avoiding pointers in std::list +1.77
Is there a shorter way of writing `StringPtr ? StringPtr : "nu... -0.45
const char myVar* vs. const char myVar[] +1.29
C++ Ifstream reads too much? +2.14
getting object in each element in vector +0.37
The difference between 0 and 128 +1.29
A doubt about sizeof -1.23
Create vector of sizes of the vectors inside a "2d-vector"... -1.16
can i pass std::ostream& to a function expecting std::ofstream +0.41
How to convert STL string vector into char* in an elegant/quick way? +1.02
<unresolved overloaded function type> when trying to pass an... -1.94
C++, pass by reference variable not being update on the same line o... +0.40
Compiler optimization of implicit constructor conversion -1.69
Determining the most used value in an array -2.05
Why couldn't push_back be overloaded to do the job of emplace_back? 0.00
default Copy constructer and default assignment operator -1.04
difference between cout and write in c++ -0.30
storing value Turbo C++ +0.38
C++ refuses to run properly unless cout is used -0.76
How to find out if a pointer array has been filled in C++/C -0.44
How to use std::find/std::find_if with a vector of custom class obj... +0.21
Method taking two default parameters +1.16
Vector C++ with your own Class +1.02
C++ void prefixed to a function call. eg. `main() {void func();}` +0.16
How to check whether a vector is a subset of another in c++ +1.13
C++ equivalent to Java this +1.58
How can I modify pixels using SDL? +1.04
Being Smart About Vector Memory Allocation -0.39
what happens when i only call a constructor? +1.21
Does using references instead of pointers, resolve memory leaks in... +1.83
Can I use a FILE* to initialize a C++ ostream object? -0.23
How to get a pointer to a 2D std::vector's contents -0.24
C++: memory leak or memory error when trying to handle nested objec... +1.65
How do you get input until a newline in C++? 0.00
Operator overloading strange results -1.94
Linker error with template class 0.00