StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

rlbond

Rating
1528.90 (19,516th)
Reputation
39,419 (2,843rd)
Page: 1 2 3 4 5 6 ... 10
Title Δ
memset for initialization in C++ +3.01
Simple Big O with lg(n) proof +0.52
Why are string and vector distinct types? -1.44
Defining < for STL sort algorithm - operator overload, functor o... -0.64
Virtual Function Implementation -0.73
Iterator from both ends of a Vector -0.63
problem with iterator manipulation +1.93
Is it worth cutting down a 540 byte class into smaller chunks? (C++) -1.32
How to parametrize on iterator direction? -0.44
What are real-world examples of C++ multiple inheritance? +1.13
Is it safe to use boost serialization to serialize objects in C++ t... +0.85
Container relationships and encapsulation +0.47
Why is the 'this' keyword not a reference type in C++ -0.72
When comparing for equality is it okay to use `==`? +0.01
NameSpaces When, Where, Why! +1.29
A good place to learn about image processing in c/c++? -0.29
Pointers, Arrays, printf -1.67
Can I undo the effect of "using namespace" in C++? +1.71
Is it possible to create an object of a class using new operator in... +1.09
Why doesn't C++ implement construction + calling functions in same... -1.62
Catching exceptions by value, reference or pointer -0.81
What datatype to use for image data to avoid std:bad_alloc? +2.34
variable-length arrays -1.35
rate my (C++) code: a recursive strstr sans any standard library st... +0.05
One big pool or several type specific pools? +0.50
How to draw vectors (physical 2D/3D vectors) in MATLAB? -1.22
Efficiency of C Variable Declaration +0.67
Mandatory use of braces +0.05
Convert a vector<unsigned char> to vector<unsigned short> -1.16
What is the complexity of matrix addition? -0.39
Which graph implementation is best? -0.41
Is it possible to tell the branch predictor how likely it is to fol... -0.33
Pass by value or reference, to a C++ constructor that needs to stor... -0.72
How to mitigate class declaration being far from its owner namespac... -0.84
Does the hash<char*> function in STL give 1-1 mapping between... 0.00
How to use unordered_set in STL? +0.85
Is there a way to prevent construction during non-compound operatio... -1.58
How to recognize rectangles in this image? +0.52
Speeding up self-similarity in an image +0.48
Declaring a variable in an if-else block in C++ +0.63
Get a reverse iterator from a forward iterator without knowing the... +0.49
Why is argc an 'int' (rather than an 'unsigned int')? +0.79
middle of linked list -0.38
C++ header files simple question -0.15
Why use short-circuit code? +0.63
Why should exceptions be used conservatively? +0.46
What are the benefits to passing integral types by const ref +0.10
multiplicative inverse? +0.94
Find out Type of C++ Void Pointer -0.68
Is there a better way? While loops and continues +0.55