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 ... 10
Title Δ
C++ forward declaration problem -0.37
Is this usage of test_and_set thread safe? +1.12
Implementing Dijkstra's Algorithm -0.39
MATLAB Easiest way to assign elements of a vector to individual var... -1.16
C++ bughunt - High-score insertion in a vector crashes the program -0.37
So can unique_ptr be used safely in stl collections? -2.14
Erroneous/Incorrect C2248 error using Visual Studio 2010 -2.00
Erroneous/Incorrect C2248 error using Visual Studio 2010 +2.00
Binary search to find the rotation point in a rotated sorted list +0.50
which is better in general, map or vector in c++? +0.53
Template Sort In C++ -0.87
Moving from Windows to Ubuntu +1.10
Getting value of std::list<>::iterator to pointer? -0.87
Automatic initialization routine in C++ library? +1.41
Would this constructor be acceptable practice? +1.30
What is a truly empty std::vector in C++? -0.50
Do I need to check capacity before adding an element to a vector in... -0.77
How is <tgmath.h> implemented? 0.00
C++ Beginner Delete Question -0.38
How should I compare pairs of pointers (for sort predicate) -0.14
STL map--> sort by value? -1.16
Calculating odds distribution with 6-sided dice -0.06
Constructor Type Coercion in C++ +1.90
deleting dynamically allocated object that contains vector in C++ STL -1.60
Isn't an Iterator in c++ a kind of a pointer? +0.12
returning aligned memory with new? +2.17
Casting in mixed type calculations in C? +0.60
Finding minimum value in a Map +2.46
How to optimize Dijkstra algorithm for a single shortest path betwe... -1.18
changing command line arguments -1.04
Can any language potentially be used to create any program? +1.33
C++ function for picking from a list where each element has a disti... +0.48
C++ cin: don't show the newline 0.00
All possible combinations of n items selected randomly from a set o... +0.27
Trying to use boost lambda, but my code won't compile -0.68
Using a map with set_intersection -0.44
C++ vector<T>::iterator operator + +2.34
Growable data structure in MATLAB -1.05
Pathfinding Algorithm For Pacman -0.14
can a function return more than one value? +1.53
Segmentation Fault when trying to push a string to the back of a list -1.44
Which C++ Standard Library wrapper functions do you use? -0.44
Which C++ Standard Library wrapper functions do you use? -0.95
When pass-by-pointer is preferred to pass-by-reference in C++? -0.43
What's the difference between unsigned long/long/int in c/c++? +0.49
Is there any thing hashmap can do but map cannot? +0.06
Sorting a file with 55K rows and varying Columns +1.38
How to determine visibility in 2D +0.52
Call by Reference Function +0.43
What does template<class key, class type> mean before a metho... +2.17