StackRating

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

SergeyA

Rating
1566.04 (4,589th)
Reputation
46,757 (2,213th)
Page: 1 ... 17 18 19 20 21 ... 34
Title Δ
How does thread::detach() work in C++11? +2.27
What are the type deduction rules for auto*? +0.69
Are there negative ramifications of using auto as a parameter? +2.67
How to change template instantiate order? +0.53
Trying to overload operator++, cannot call member function without... 0.00
VS2012 Returning vector of Oracle unique_ptr´s crash 0.00
Delay return type resolution for a recursive metafunction in C++11 -0.56
How is it possible to assign "this" pointer to field? +2.13
Choosing function at compile time based on argument size +2.31
How to use a while loop with an array? +0.35
Create multiple aliases with "using" 0.00
Destructor of my class doing wrong? C++ 0.00
Is it ok to use std::bitset in a struct that is written and read fr... -1.56
Is imprecision of a double value guaranteed to be consistent on the... +1.35
Do I need to guard a variable that is written by one thread and rea... -2.10
C++11 thread hangs on locking mutex -0.44
Undecided between using exceptions or reporting error messages -0.12
Thread safe access of std::ofstream member using std::mutex member... +0.26
How to make a contiguous vector of bools in C++? +0.50
TCP Socket communication of HTTP client and server 0.00
Why is this not considered as a default constructor? 0.00
Why this is a memory leak? -1.30
C++ const member functions, non-type templates and external symbols +0.38
TCP_FASTOPEN undeclared -0.50
Can a std::array alias a fragment of a larger array? +0.81
Calling a templated base class method compile fails 0.00
The declarations in the link below don't need the storage-class... 0.00
How are two different inherited pointer addresses equal? -0.21
C++ atomic memory order vs thread events such as notify() 0.00
Advantage of `make_unique` over plain constructor? -1.83
Why does the C++ sort() function not work in the sort(vectorname) f... -1.21
c++ multiple parameters templated class member specialization +0.38
Pass a simple integer to a thread’s start function at thread creati... 0.00
Do i need a mutex for a static function? -0.94
Is it possible to use boost::mpl::contains on a static vector_c? 0.00
GCC - "has initializer but incomplete type" error when us... 0.00
Why do atomic operations like fetch-and-add return the old value of... +1.14
Inheritence and copy constructor - how to init private fields from... -0.98
Should I declare a variable inside or outside the main function? -0.50
Reversing pointer to data member 0.00
Trouble with va_list c++ +1.82
use type_traits to limit type of template member function -0.45
C++: cin.getline - no instance of overload function +0.50
Creating an invalid reference via reinterpret cast 0.00
Is it possible to loop over template parameters? -1.83
Is std::list's multi-element inserts strongly exception-safe? -1.52
C pthread: Multiple Threads but only ONE thread is used +2.36
STL multiset setting insertion order C++ +0.52
Why does deque::erase() invoke assignment operator? +0.51
Deallocating memory from stack and heap 0.00