StackRating

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

Andre Kostur

Rating
1483.74 (4,479,256th)
Reputation
725 (202,068th)
Page: 1
Title Δ
Missing elements when returning a std::vector -4.33
Are const arguments "real" constants? -3.04
To support move semantics, should function parameters be taken by u... -3.67
Why don't compilers merge redundant std::atomic writes? -2.40
When do you require to use decltype in C++ -1.23
What is the difference between *ptr and *ptr.get() when using auto_... -2.97
Returning member unique_ptr from class method -1.78
How do I use unique_ptr in this scenario? +0.93
Is &arr[size] valid? +2.23
In C++, Is it possible to force the user to catch exceptions? -3.01
New throws bad_alloc despite <new> header not being defined? +4.55
Does RVO work on object members? +1.94
C++ : Different deduction of type auto between const int * and cont... -1.78
One occasional writer, multiple frequent readers for std::map +4.43
Is there a technical reason to use > (<) instead of != when i... -3.95
What is the difference between declaration and definition of a vari... -1.83
What type of object should this function return? +2.54
C++ view types: pass by const& or by value? -3.90
const function with functor modifying object 0.00
Accessing std::vector elements via pointers vs end() -2.10
Derived class overriding base class functions again -2.64
how can I design a RAII file descriptor without creating a new int +3.72
Is this code behavior well-defined? -1.99
How far can memory leaks go? +0.79
C++: How to make a simple dictionary? -2.91
Assigning a template value to a class template via a pointer to its... +1.64
C++ Constructors With References and Pointers? +4.04
boost::shared_ptr drop-in replacement +1.94
std::vector pushing speed? -0.89
RAII approach to catching constructor exceptions +0.64
What are the dangers of forward declarations? -1.24