StackRating

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

Niall

Rating
1598.51 (1,842nd)
Reputation
24,682 (5,191st)
Page: 1 ... 7 8 9 10
Title Δ
How to declare n-th order pointers in runtime in C++ -2.37
Why the function unexpected is not called? +3.40
MoveConstructor for classes with std::thread member 0.00
How to use bind correctly here? +3.10
Why there is no std::move_if_noexcept counterpart for std::forward... 0.00
Template class issues 0.00
std::throw_with_nested expects polymorphic type in C++11? -3.82
C++: Cast operator overloading and references -4.22
C++11 lambda function definition in if-else -0.20
C++: Is there a way to extract type out of instanced template? +3.77
How does the standard library implement std::swap? +4.25
Will stl container free memory after deleting heap based object? -4.33
Convert C++/CLI String Array into a vector of strings 0.00
Are members of structs in a vector initialized with zero in C++? -1.90
Forcing auto to be a reference type in a range for loop +4.25
Why do we need second std::forward specialization? 0.00
Is there a way to pass a member function to pthread_cleanup_push? -1.41
Recursive lambda callbacks without Y Combinator +3.85
What does X* x = dynamic_cast<Y*> mean? +4.18
Variable declaration with const and reference -0.37
How to specify which .cpp files to compile based on the current bui... -0.56
Why doesn't std::sort accept comparator by reference? +5.60
calender running infinite loop +3.62
Can't understand code/function call -3.33
Get pointer to function declared into namespace 0.00
How to define C-forward declared opaque struct with a templated C++... +2.01
Why assigning a reference to a non-reference will change its dynami... +1.52
Using new standards +5.70
Does `const &&` bind to all prvalues (and xvalues)? -2.32
How to clone as derived object in C++ +0.42
How to get numbers into array after point "." +0.38
Re-using code for lvalues and rvalues +0.86
When exactly is the destructor called in C++ +2.54
OpenFileDialog class does not have a copy-constructor error 0.00
Why SFINAE doesn't work in right side in default function argum... -0.06
How do I open a txt file and call method? [C++] 0.00
Return a copy from a function of a non moveable object +3.92
Proper Implementation of Copy Constructor and Equals Operator on a... 0.00
C++ Unable to move unique_ptr with universal references +0.51
Can anyone explain to me why the sizeof function returns different... -1.77
Template "copy constructor" does not prevent compiler-gen... -2.90
C++: "vector<int>::size_type variable" - what is th... +2.12
What is use of the ref-qualifier `const &&`? +2.32
Enforce template function parameters to be iterators on a specific... 0.00
Why use a perfectly forwarded value? +4.39
Pause Console in C++ program -0.77
C++ result of = default methods 0.00
Move semantics and perfect forwarding difference -3.71
Why are r-value objects allowed to be modified by the compiler? -0.32
Is it better to use a vector containing pointers, or a vector of va... +4.11