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 ... 12 13 14 15 16 ... 21
Title Δ
Allow other base class to implement a virtual function -0.36
Passing c++ lambda to C functions -1.85
Is it possible to make a member function do different things for di... -0.10
How to access private variable from object instantiated inside class +0.51
In Lists, is remove same as erase? +0.50
C++ Design: Overloading/Overriding many many functions, way to clea... +1.13
Why is SFINAE not applied in this example? -1.72
How to implement 2 classes with similar behavior of their methods +1.16
Copying a lambda function with default parameters to a variable -1.66
Construction of a void Type? -0.61
Using C++ std::enable_if with a normal function? +0.03
C++: Terminate called without an active exception (GCC) -1.09
Are member functions defined in a class definition compiled differe... -1.52
Simplifying class design when I cannot use pure virtual function be... +1.78
GCC and clang: subexpression not valid in a constant expression 0.00
In C++, is it allowed to cast a function pointer to one that gets a... +0.24
How can I get the indices of QListWidget::selectedItems()? 0.00
Is it not possible to create a map datatype in QML? +0.49
Is erase() in std::vector linear time operation? -2.11
Using declaration refers into C, which is a base class (alias) of D... 0.00
Save derived class type after casting it to base class -0.33
Create a std::function type with limited arguments +1.91
std::unique_ptr and exception safety -0.91
Qt file append open mode 0.00
In this example why do I need CRTP? 0.00
How to pass any structure to the function? +0.50
I'm only able to return 1 array +0.25
Using std::make_unique with custom deleter on a derived class? +2.39
Will Qt's Signal and Slots system work if a heap-allocated obje... +1.00
Variadic template array invokes undefined behavior -0.03
How to create template class with member function pointer? 0.00
for a templated class with two templated variable, can one var be m... 0.00
if i create an object in destructor, what will happen? 0.00
Does signature of custom assignment operator=() matter when I just... +1.63
in Qt How to enable ListView and its item all receive MouseArea eve... 0.00
How to resolve circular dependency of nested type in C++? -0.01
C++ SFINAE operator/function result type check -0.00
How to check the type of variable in conditional statement -1.92
Define variable b of the same type as variable a +0.18
variable arguments in lambda as function pointer 0.00
Compare the object type of a class that inherits from a parent clas... +0.01
C++ Inheriting Function Pointer that can be used with derived only... -1.58
C++: Create derived instance by 'extending?' base instance... +0.38
Function to generate a tuple given a size N and a type T -0.81
Can a std::function member have access to other members? +0.42
A generic function using templates with different input arguments a... +0.52
Reduce templated class arguments in C++ +2.26
xvalues: differences between non class types and class types -0.49
The best design for a derived class that extends functions from a b... -0.56
How to show main window after hiding it from a dialog window in Qt 0.00