StackRating

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

skypjack

Rating
1589.22 (2,361st)
Reputation
34,724 (3,354th)
Page: 1 ... 10 11 12 13 14 ... 21
Title Δ
Can a C++ class without any pure virtual methods be considered abst... -0.23
Function overloading in C++ passing arguments by value or by refere... -0.19
Passing a default value list to a template class -2.00
Passing a default value list to a template class +2.00
C++ specialise function on enum +2.71
storing and re-using decltype value? +1.26
Is it legal to create QCoreApplication object not in main()'s t... 0.00
how to use enable_if with overloads -1.05
Can I replicate inheritance with overloading? -1.26
C++ API design: Clearing up public interface -1.07
C++ API design: Clearing up public interface +0.56
Extend struct in inheriting class +0.02
Explicit void pointer as function parameter +0.11
Why a template specialization cannot change the return type? -0.06
Reinterpret cast void without type identifier -1.03
Using inheritance or templates for special case behavior +0.53
Is there a way to give dynamically values to to a templated functio... -1.00
How can I sum 2 integral template arguments and use the result to i... -1.18
Create variadic template function to measure and execute other func... -0.63
implementing type_id(T) in C++ without type registration or RTTI -0.98
Wrapping a templated function call in a lambda -0.76
Replacing a type within a tuple in C++11 -1.50
C++ an array of objects instantiation (I'm trying to find a com... -0.88
Is mixing the old and new C++ function syntax in a class allowed? -2.15
Non-type template parameter for polymorphic lambda? -0.96
Getting weak pointer to derived class +0.01
What is the most idiomatic way to "delay" the constructio... -0.74
How to use if else along with type initialisation in c++? -0.84
C++ constructor with private initialization 0.00
extract an array from another array at compile time using c++ +2.08
How to check if a class has an inherited function at compile-time? +0.74
c++ template programming for detecting symmetric array at compile t... -1.31
C++ parameter pack, constrained to have instances of a single type? -1.11
C++ Single function pointer for all template instances -1.62
C++11 using unique_ptr with custom deleter +2.78
Data structure with type-specific, but without template -0.44
How to access first parameter in parameter pack? -1.38
Is it possible to replace for(auto i=0;i<n;i++) ... with a for(a... -1.35
Range-based for loop with decltype(auto) -1.66
Instantiation of a variadic template class when given an std::tuple... +1.96
How come std::unique_lock offers template and MoveConstructible at... +0.01
How to make a C++ function that can process variable arguments and... +0.51
Identity function with perfect forwarding 0.00
std::array class member set during compile time? 0.00
Check if member function exists and is not inherited for SFINAE -1.56
Proper way to move unique_ptr array into another -0.12
c++ Should I define lambda out of for loop or inside it to keep sma... -1.10
Is there a way to return an abstraction from a function without usi... -1.76
Empty override C++11 +2.51
Number of arguments specified by template -1.15