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 ... 11 12 13 14 15 ... 34
Title Δ
Variadic template to define a typedef (using C++11) +1.81
pthread_join error code 3 0.00
using namespace used as type C++ -1.91
Is there a C++ guideline to make first enum a "safe" defa... +0.43
Methods with non-type template parameters +0.67
C++ Inherit base constructor, but still call default derived constr... -1.45
C++ move constructor for an owning pointer member -0.89
When would I not wish to enable “Control Flow Guard” in Microsoft V... 0.00
Compiler fails to deduce types when using std::function -1.97
Unary minus vs 2's complement to make number negative 0.00
c++ static member function overloading with inheritance +1.95
Size of templated polymorphic derived classes without new members -0.20
Why are allocators to containers passed as template parameters? 0.00
Why templates declared in the struct on the header dont violate ODR... +0.38
Iterator over a unique element without construction a container -1.34
Using rvalue-references for async callback 0.00
c++ pthread error: invalid use of non-static member function +2.31
C++ : lvalue required as unary ‘&’ operand 0.00
Why Visual C++ 2015 allows std::atomic assignment? 0.00
C++ constexpr values for types +1.31
Can you help me to understand why this bind works? +1.84
Why is a struct with a deleted copy constructor not a POD type? -1.08
Why is case statement allowed inside block for another case? -1.22
How to pass a template method as a template argument? +2.13
RVO and returning to vectors, reusing capacity -0.70
Return std::pair<const CustomClass &, bool> for failure c... -0.04
Best way to eliminate deprecated conversion from string constant to... -1.79
C++ shared_ptr order of release 0.00
Why I get error convert from char to char? +0.26
c++ Project Design - private inheritance and "is a" relat... +0.82
How to declare a global const initialized by a function in the head... 0.00
Benefit of constexpr on non-changing expressions 0.00
Why should I use shutdown() before closing a socket? -1.93
returning local variables by reference +1.72
What "detach()" on thread does? CPP 0.00
How to avoid multiple deleter lambdas? -1.91
Handle out of memory situation with static arrays memory C++ -1.27
What's the best way to clear a container in C++? +2.33
How placeholders as _1 in a callback works? 0.00
what is std::identity and how it is used? -0.31
C++ cout like function, which writes data to file (logging) -1.18
polymorphism with reference member variable +0.12
Class Template in Header file giving me lots of errors 0.00
Weird behavior with a manually defined strlen +1.29
What's happening in this return statement? +2.28
How to stop pressing a key after using keybd_event? 0.00
Inline allocation of memory at compile time -2.56
Execute some code when an object goes out of scope +0.06
How to use std::atomic or boost::atomic with the classic compiler? 0.00
Why & How C++ allows compile time arrays to be created using dy... -1.27