StackRating

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

lubgr

Rating
1643.54 (663rd)
Reputation
13,232 (10,965th)
Page: 1 2 3 4 5 ... 14
Title Δ
Why does `std::string::find()` not return the end iterator on failu... 0.00
CMake: How to add a dependency that is not a "link" depen... 0.00
Is there any way to create a function that takes as argument a memb... +1.93
Why does comparing a function call to a literal evaluate differentl... +1.46
How to forward multiple constructor arguments through a variadic te... 0.00
How to sort a table by its values in Lua? +2.53
Ambiguous base class when inheriting from template class with auto... -1.13
How do I set a specific time using the std::chrono library? +0.07
what does if(!(x%3)) mean? +0.46
constructing string from NULL? +1.00
Wrong understanding of 'if constexpr' 0.00
Why are flat_set and flat_map not ContiguousRange? 0.00
Finding minimum element in array using STL in C++ 0.00
std::vector constructed with initializer_list not behaving as expec... -1.53
Why does initalizer syntax with two elements put one element to a v... 0.00
C++ Lambda Code Generation with Init Captures in C++ 14 +1.11
Any gotchas replacing global const char[] with constexpr string_view? 0.00
What's the meaning of -2[array] -0.16
Qt connect of a ui member and two signals in the same connection +1.32
Function template and ambigous template parameter -0.55
Why does unique_ptr<Derived> implicitly cast to unique_ptr<... -1.48
Which one is more efficient the method std::basic_string::append or... 0.00
Why does make_unique to vector::back() create another copy? -0.43
Can I mark a moved variable as no longer usable and receive a compi... 0.00
How can I distinguish between access of and assignment to index of... 0.00
C++ primer plus list:10.9 The “top” pointer problem 0.00
Can i tell an object to delete me? 0.00
Howto detect a fail of dynamic memory allocation when pushing to st... -1.01
Call a member function pointer +1.28
C++ Idioms: How can an rvalue be passed around as rvalue? 0.00
Custom {fmt} formatting function with compile time format string ch... 0.00
Modifying captured parameters in nested lambda: gcc vs clang? 0.00
Why isn't `typename` required for a base class that is a nested... +2.46
Infinite loop with a 'deque' in c++ +0.97
Why do I need another iterator as an argument in std::copy()? +0.91
What is going on: C++ std::move on std::shared_ptr increases use_co... 0.00
Is there a boost::irange equivalent in C++20? +0.76
Iterative for loop and lambda function +2.30
Avoid constructor with empty base class with virtual method +1.92
return const value prevent move semantics +0.73
difference in for each loop -1.65
std::function initialization for overloaded member function in a cl... 0.00
What is the complexity of comparing 2 ordered sets in c++ by using... 0.00
Why unknown type name 'Complejo'? -2.55
What are the principles of the 'insert' function of set in... -0.42
Idiomatic way to create an immutable and efficient class in C++ +1.34
std::bind to a std::variant containing multiple std::function types +1.44
how to deep copy a vector of unique_ptr -0.88
Why is <iterator>'s std::size not working with raw array... 0.00
Does Lua has something like variable?.function() as in Swift or C#? +2.57