StackRating

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

Evg

Rating
1569.28 (4,127th)
Reputation
4,011 (41,824th)
Page: 1 2 3 4 5 ... 11
Title Δ
Accessing members of base classes in the derived class through runt... +1.78
Unable to pass vector to lambda function 0.00
Why can't a typedef type be used to declare its parent class... +0.43
Finding possible big theta for a given runtime function f(n)=O(n^2)... +2.08
C++ Newton Raphson method is slower than bisection? 0.00
Difference in order with same comparator in Priority Queue & Ve... -0.59
How to use iterator_category to indicate the tag of a customized it... 0.00
Proper way to generate random long long? 0.00
How to include a C++ library after I `make` it? 0.00
question involving upperbound and lowerbound 0.00
full specialization of template functions with std::if_enabled_t pa... 0.00
Using comparator in upper_bound STL +1.91
Replace Old Clients In a Array With NULL in Arduino 0.00
Can the qsort() function be used with a function template as the co... 0.00
How do I switch over an enum class? -0.69
Puzzled by Sort comparison method in C++ 0.00
Can you call different constructors based on different template par... -0.49
Determine the minimum of three floats with the least amount of comp... 0.00
Compilation fails due to relocation error 0.00
No suitable copy constructor after capturing a class with lambda -0.28
How to create a permutation in c++ using STL for number of places l... +0.79
Operators inheritance 0.00
C++ getting values from tuple<vector<Ts>...> -1.25
Why is the __restrict__ modifier not enforced? -1.72
C++ Variadic Function To Sort Arguments In-place 0.00
How to fill data into container at once without temp variable in C+... +0.41
Pair a non-type with each type in variadic templates 0.00
Static functions in header files in C++ 0.00
Is there a way to get type of template class from its complete type? -1.00
Always prefer std::string(ptr, size) to std::string(first, last) if... +2.02
How can we use std::array when the size of the array is given from... +1.61
Send a c++ std::vector<bool> via mpi 0.00
Pick random element subset from map -2.00
C++17 Iterate over a subset of parameter pack +1.76
Best alternative for using typeid operator +2.24
Is it possible to rewrite my code using STL algorithms? 0.00
C++: fast modular exponentation 0.00
std::is_same_v with unspecialized template -1.70
C++ - std::vector initialisation in constructor 0.00
How do I read a string char by char in C++? -0.71
How to understand freelist implementation for linked-list in C++? -2.30
Zero initialization of non-POD 0.00
How to search for an integer within a nested class with the binary_... +0.00
Best way to implement conditional expression based on numeral value... +0.53
Closest pair of points nlogn algorithm memory problem 0.00
How can i choose certain characters in a char function? 0.00
How can I implement random access iterators for my container? +2.30
Is it okay to memset a struct which has an another struct with Smar... -2.22
SFINAE with numeric_limits<T>::max() on MSVC2017 0.00
Complex numbers arithmetic goes wrong 0.00