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 ... 10 11 12 13 14
Title Δ
In which order object class members with no parameters in their con... -0.37
Can I persuade an automatically generated constructor to zero my PO... +1.86
How to access members of forward declared class -0.57
Increment variable on every call of method 0.00
set iterator to value with highest key -0.09
Can a shared pointer call a function template argument 0.00
Variadic Template Functions: No matching function for call, std::endl +0.71
Variadic Macro: cannot pass objects of non-trivially-copyable type... +0.09
How to shallow copy char* to std::string? +1.88
How to shorten this method signature? -0.30
Type forwarding in C++11 +0.27
C++ save lambda-functions as member-variables without function poin... +0.92
Generating function signatures for rvalue/lvalue refs with metaprog... -0.65
how can i sum duplicate elements from vector in c++ -0.05
undefined reference to `main' in make +0.01
Does a pure ABC in C++ need to be virtual? 0.00
C++ How should I interpret a function argument long(*pPointer)(Othe... +0.46
Does Boost Variant provides a similar function as std's holds_a... -0.04
Why would one write a C++ lambda with a name so it can be called fr... +0.37
What does vector<int> a(b) mean, in c++? 0.00
Passing a shared pointer to a function argument - what is the right... +0.45
Infer template argument from default parameter -0.54
Why does "const auto [x, y]" not behave as expected when... +1.93
GNU makefile shell command not working properly 0.00
Advantages of pass-by-value and std::move over pass-by-reference +1.07
How to change the inserted value during the insertion? 0.00
Global variables in header only library -0.02
Implicit type conversion with templated function parameters -0.51
Cannot std::move from lambda capture to function call inside lambda... +2.00
Makefile - Manipulation of strings like Bash 0.00
Allowing users to override CFLAGS, CXXFLAGS and friends -0.18
C++ read large file and save it to a string and remove specific ran... 0.00
QT C++ How to call lambda one? +1.16
Insert into vector with conditional iterator -1.21
How std::function<std::optional<T>()> is compatible wit... +2.02
c++ non-type parameter pack expansion -1.95
Implicitly passing parameter(s) to base constructor C++ +2.77
How to split a value to single decimal integer in C++ 0.00
XCode warns "Instantiation of variable 'Singleton<Foo&g... 0.00
C++ segmentation fault 11 while using template 0.00
Why does 'A a{};' compile when the default constructor A::A... +3.09
Why does std::{container}::emplace not deduce its argument type? 0.00
Makefile with directory for object files +2.47
Virtual keyword in multiple layer inheritance -3.62
C++ Virtual Void vs no virtual -1.66
typedef on std::function to shorten it 0.00
Prefer std::swap to container's swap()? 0.00
Should we Deallocate memory before throwing an exception 0.00
Forward declaration of class used in function template is not compi... +4.77
How to declare the type of the closure that takes string, returns v... +3.57