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 ... 10 11 12 13 14 ... 34
Title Δ
Unroll loop at compile time -0.08
Defining bit flags c++ +0.48
Why should copy constructors be sometimes declared explicitly non-i... -1.02
Counting two character sequence +1.69
Undefined reference to static const integral type +1.94
Why do we have to malloc in this string function c? -0.16
How to provide destination MAC address to socket 0.00
C++ iterate trough struct by increasin pointer bit by bit -1.52
Is modifying data passed by const shared_ptr& Ok? -2.37
Strict aliasing, and alignment questions when partitioning memory -0.09
Fibonacci using constexpr function (compile time vs run time) -0.56
warning C4805 when compiling bitwise OR 0.00
Update values corresponding to different existing keys in unordred_... +0.42
Checking that a template type T is part of a varadic parameter pack... -1.18
Why do dynamic arrays in C++ and Java have different initial capaci... -1.53
Is there any reason to overload operators with rvalue reference? -0.47
How to specialize/overload a function for equal template parameter... -0.04
Why is sizeof(std::variant) the same size as a struct with the same... -0.53
Char array with non-constant size while initialiazing 0.00
Can std::move() or its explicit equivalent on a local variable allo... -0.29
Can optional<double> be implemented as 8-byte object? +0.54
Does C++ async use a thread pool when building for macOS with Xcode? -0.61
Extracting element with specific type from string with generic lambda +0.41
Are there drawbacks of creating a lot of short-life threads? +1.64
make_unique error in compile time +2.21
Why use Call Back instead of directly calling the function? +1.61
C++ - Does the Destructor just deallocate the memory or does it act... +2.07
Threads and context switch C++ -0.75
Why virtual function has to be implemented in superclass? -0.53
Why would you create a class with one single member which is an ope... 0.00
How to convert const void* to istream? 0.00
How to return an object templated with lambda? +0.89
Container Class Indexing Without For-Each 0.00
C++ anonymous struct unusual definition -1.53
Why is the double pound needed in one place but not the others in t... -1.51
How to fix race condition for condition variable wait/notify 0.00
How dangerous is reinterpret casting to objects that should have th... +1.53
C++11: what's the difference between atomic<T>::store and... -0.97
In C++, why do pointers to members of a class contains offsets rath... +0.00
Not default destructor causes incomplete type error +1.92
Object literal alternative in C++ 0.00
How to (and who can) implement the standard library features define... +0.75
Check if type T has any overloads of a member function, SFINAE 0.00
Control degree of parallelism with std::async +0.40
C++ use operator delete for auto (stack) pointer -1.97
Postfix and prefix increment that causes an error +1.08
Official Windows C/C++ Compiler and C Libraries +1.06
How ifstream class object is returning bool value? -1.13
How are values assigned to non-class types? +0.32
extern "C" usage (placement of tag) +1.77