StackRating

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

Richard Hodges

Rating
1480.72 (4,494,137th)
Reputation
57,694 (1,644th)
Page: 1 ... 18 19 20 21 22 ... 44
Title Δ
template instantiation with multiple template inheritance 0.00
Can a C++ function be declared such that the return value cannot be... +0.10
Is there an idiom/design pattern for restricting templates? +0.23
Convert "void*" to int without warning +2.80
automatic calling custom converter of raw pointers A* <-> B* +0.45
error: conflicting declaration. compiling c code with g++ 0.00
Parameterization and "function template partial specialization... +2.24
C++: Need I still care copy control if I don't use move? 0.00
std::unordered_map does not release memory -0.99
Why is T const&& not a forwarding reference? -0.80
What is the purpose of a scalar in the C++ type traits sense? -2.06
Alignment of pointers to ints in GCC for Intel x64 +1.49
Compiler warning for mixed array and polymorphism -0.80
How to write std::variant +0.49
Small thread ID on osx +1.86
Error while overloading operator +,-,*,/ in c++ +0.26
c++ unordered map emplace Invalid arguments -0.07
How to construct C++ macro that uses 'this' keyword for use... 0.00
Error while overloading operators +1.32
Does it make any sense to specialize a function template with unive... -1.61
define a custom Compare for multiset -1.23
Why is shared_ptr<void> legal, while unique_ptr<void> i... -0.94
shared_ptr, unique_ptr, ownership, Am I overdoing it in this partic... +0.04
Printing types including decorations, template metaprogramming, con... +1.87
Assigning c-array to c++ vector +0.14
get C-string iterator for std::string container -1.09
boost::asio::strand wrap causing shared_ptr from shared_from_this t... 0.00
Optimizing an if statement with over 50 OR's ( || ) -0.60
Convenient type-inferring way to reassign `unique_ptr` value with n... +0.56
control of base constructor in derived classes, potential double-in... +0.49
c++ fatal error C1001 on using variadic template -0.25
how to improve performance of boost::spirit::x3 key-value parser -1.30
Inheritance vs class template specialization. Design dude +0.02
Reading from file line by line -0.27
Is boost regex slower than this combination of isupper and isdigit? 0.00
Why is unordered_map and map giving the same performance? -1.50
Specializing templates based on methods +0.67
Conversion loses qualifiers, but doesn't really +2.35
if else statements formulation +0.52
Passing the method of an abstract class as std::function -0.90
Find last element in std::vector which satisfies a condition -1.76
Easiest way to fill std::vector<double> with equidistant values +1.37
Is there a shorter way to write compound 'if' conditions? +1.24
Can I get index directly from pointer of vector element in C++? -0.53
Lifetime extension of temporaries' data members and API design -1.67
Should I delete pointer passed to a function as argument? +0.58
How to cut off parts of a string, which every string in a collectio... +1.60
Using SFINAE to select the interface to implement +3.14
Good practice of polymorphism -1.58
Deadlock on join with finished std::thread +2.15