StackRating

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

Klaim

Rating
1532.52 (16,419th)
Reputation
41,632 (2,639th)
Page: 1 2 3 ... 10
Title Δ
Why C++ STL vector does not go out of range -1.80
c++ average program giving wrong answers -0.26
C++ Byte is implementation dependent -0.49
Initialize const members using complex function in C++ class -2.10
is there any sequence container that also maintains a primary key?... 0.00
C++ exception not being handled in thread 0.00
C++ std::map holding ANY type of value +0.08
Why my C++ program do not works after this point -1.03
Do we sometimes have to write code that has undefined behavior acco... -0.19
Any reason to use raw pointers to do RAII? C++11/14 +1.73
What are the rules for automatic generation of move operations? -1.41
Incomplete type for std::vector +1.71
Why is this pointer needed when calling std::call_once()? -0.83
Time for an algorithm to run +1.31
How do I insert insert into a map of <string, vector<pair:: &... -1.98
C++ Game - Loop and KeyPress at the same time -0.06
Is it possible to choose between constructors in main without writi... -0.88
Has the C++1y standard considered to support coroutine/goroutine? 0.00
What is the difference between a variable and a reference in C++? +0.87
How does the standard threading library compare to Boost’s? 0.00
How can find out how much time a C++ header takes to compile in Vis... -0.05
How to get the IP address and a computer's current session's name? 0.00
converting time_point to specific duration with chrono 0.00
Understanding Abstraction in C++ +0.45
data inheritance in C++ -0.01
Why Are Programs Broken Down into Smaller Executables +0.83
C++ object declaration is being called abstract -0.02
c++ lambda expressions variables in classes +0.46
C++ string variables with if statements -0.99
Copy a std::vector to boost::unordered_map<string, std::vector&l... 0.00
How to use reinterpret_cast in C++? +0.21
Usefulness of move constructor -0.03
Cross-platform error message -0.05
C++ initialization list -- parameter comes from the constructor bod... +1.03
Alternative to vectors for large data sets? C++ +1.00
STL iterable container like priority_queue +0.14
Finding information in a vector? +2.64
Implementing a list with unique_ptr<>? 0.00
Implications of using mpl::inherit_linearly for defining interfaces 0.00
What is the purpose of .then construction in PPL tasks? +2.86
C++11 styled callbacks? 0.00
Visual Studio 2012 c++ intellisense comments for std possible? 0.00
Get return code from std::thread? +1.22
C++ 2011 : std::thread : simple example to parallelize a loop? +1.04
Why we need the template keyword in C++? -0.64
Move semantics with LValue reference +1.04
How can I use C++ 11 features in Clang? -0.52
which std container to use in A* algorithm's openSet? +0.55
calling the base class constructor in the derived class constructor -1.15
Treat vector<int*> as vector<const int*> without copyin... +1.35