StackRating

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

L. F.

Rating
1570.85 (3,954th)
Reputation
1,164 (136,141st)
Page: 1 2 3 4 5 ... 7
Title Δ
Defining methods in parent class for multiple children 0.00
Subscript operator for reference_wrapper 0.00
How do I make a C++ program that reads info in an array of strings... 0.00
Can I use istream_iterator<char> to copy some istream content... 0.00
MSVC++ 17 std::copy expects "operator -" for custom itera... +2.33
Why class template instantiation fails for unused member template f... +1.89
std::bit_cast with std::array -0.08
Memory efficient vector of strings +0.83
Is it legal to implement assignment operators as "destroy + co... 0.00
Example of class object implementing operator[] using an initialize... 0.00
Can the [this] pointer captured by a lambda be invalidated before t... -0.03
For what T does `std::declval<T>()` not have a matching funct... 0.00
How to access the `polymorphic` base class for any child of an `std... 0.00
How should you create a std::experimental::observer_ptr to a non-co... 0.00
static constexpr initialization chain within a class 0.00
What is the difference between a custom default constructor and def... +1.10
Does following syntax consider basic type as integer? +0.13
Why do cv-qualifiers get removed from function return type in some... 0.00
Can I return a span in C++? If so, how? (Open to alternatives.) -0.07
GCC does not support brace elision in a new-expression 0.00
Satisfy std::ranges::range concept 0.00
Use cases for function type typedefs with qualifiers 0.00
Why the code using std::map can not compile? -0.30
Can I use a flag when overloading an operator? 0.00
large n for factorials -0.57
How can I concatenate string literals following Google C++ Style Gu... 0.00
Why are relational operators overloaded as non-member function in S... 0.00
How to make tuple of differing const-ness? 0.00
how can I call an enumerator from keyboard? 0.00
Scope operator in Operator Overloading -1.37
Function overloading: empty parameter list vs parameter pack 0.00
Are there any difference in empty parentheses (“T()”) and empty bra... +2.29
Why doesn't the sort algorithm on this code invoke the class... 0.00
Integer Underflow when initializing for loop variable with size_t +1.99
An error is issued by gcc relative to parsing type-id in a new expr... +3.09
Would Move Semantic in C++ 11 be executed if there is no rvalue par... 0.00
Comparing a private object variable to a user-inputted variable 0.00
Is there a way to uninitialize variables in a class c++ 0.00
Why isn't `std::hash` a customization point by overload as `std... -0.32
What's c++11/14/17 equivalence to C function of ltoa/itoa? 0.00
Why wrapping a function into a lambda potentially make the program... 0.00
What is the purpose of std::add_lvalue_reference and std::add_rvalu... +3.01
Why erase+remove is more efficient than remove 0.00
Access first element of pointer to vector of object pointers? -1.30
Dependent non-type parameter packs: what does the standard say? 0.00
Implicit conversion warning int to int-lookalike +0.44
terminate called after throwing an instance of 'std::bad_weak_p... 0.00
What are the principles of the 'insert' function of set in... +0.42
Filling an std::array using math formula in compile time 0.00
Best method for finding and replacing a subarray +0.91