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 2 3 ... 34
Title Δ
Why C++ don't have Java style type erased generics? 0.00
Why are parameters promoted when it comes to a variadic function? +0.10
Base Operand of -> has non-pointer type error when creating an a... 0.00
static constexpr undefined reference error on clang -0.91
Is it a Bad Idea to destructor and reconstruct an object in the ass... 0.00
compile error with char * as template parameter -1.51
Initializing the array so that one can find the number of assigned... 0.00
Downcasting trouble 0.00
Can I apply downcast to an iterator? +2.28
Compilation error when instantiating templated std::function 0.00
(How) can a dll call a function that is implemented in its loading... 0.00
How std::shared_ptr is deallocated? +2.21
Why type unsigned makes std::variant<int64_t,uint64_t> ambigu... -0.84
Is it possible to emplace a std::array in a container? If it is how... 0.00
Use of `= default` allowing private constructor to be accessed 0.00
What is the difference between char ch and char ch = 0? -0.09
How to access nested template parameters that are enums? 0.00
How can I forward declare an array inside a namespace in c++ +1.87
Where are template functions instantiated? -2.11
How to capture variadic arguments with lambda and pass them to inne... 0.00
Why isn't shared_ptr to Derived implicitly converted to shared_... 0.00
Reproducing clang's __builtin_assume for GCC -1.56
How to access protected data members of base class of its derived c... 0.00
Safety of calling C++ functions with enum created using static_cast +1.19
How can I use template expansion on a std::function 0.00
What is the message that the second example in [class.virtual]/2 is... 0.00
What causes the stored std::list::iterator to become invalid? +0.29
Why preprocessed file of simple C++ source file contains thousands... -1.67
Why do we need a copy constructor for reference members 0.00
How to cast const pointer to non-const pointer in c++? 0.00
Downcasting with reinterpret_cast 0.00
C++ anonymous string destruction time 0.00
What is the meaning of assigning to return value of getter taking t... +2.46
Multicast 'no such device' on ARM64? 0.00
Is bit field a way of aligning data? -0.41
Initialize member array of user defined objects in the constructor... 0.00
C++ check std::array or unordred_map/map contain same element type -0.44
What is a noop coroutine? 0.00
Why do I want to use CRTP over simple template for static polymorph... -2.36
error: cannot resolve overloaded function based on conversion to ty... -0.84
Examples of mandatory type deduction in C++ 0.00
boost::multi_array_ref vs. boost::multi_array& 0.00
Constexpr Default Functions 0.00
Copy std::cout inside a std::ofstream (c++) 0.00
Does reinterpret_cast cause a strict aliasing violation? 0.00
Is there a way to declare an array of std::vector of a certain size? 0.00
Mnemonics and the pointer-to-member syntax 0.00
How to access the position of an object within a vector when using... 0.00
constant reference to pointer 0.00
Is accessing an array out of bounds considered a violation of type... 0.00