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 2 3 ... 10
Title Δ
Segmentation fault while trying to access empty vector 0.00
Why is the output different from the desired output in the case of... -0.90
Import a C++ DLL into C# +1.80
How to distribute a console application? +0.36
Undefined symbols for architecture x86_64... C++ MineSweeper game 0.00
Why this program is not crashing? 0.00
RAII way to get errors that occur during destruction -2.12
Why is std::unique_ptr::reset() always noexcept? +0.76
Can this condition using std::is_same<> be evaluated at compi... -0.80
Is it possible to create a struct inside the same uncreated struct? -1.29
Inheritance and Includes +1.57
Visual Studio 2017 with VS 2015 command prompt + vcvarsall has no e... +0.03
How to use std::bind with the standard library and save the return... -2.74
If I write operators new and delete for a class, do I have to write... -0.41
With std::byte standardized, when do we use a void* and when a byte*? +0.34
CComPtr and std::shared_ptr interoperability -1.45
How to make a friend of a partially specialized template class to a... +0.35
Understanding behavior of cout.operator<<() -1.76
Can Clocks from std::chrono be different on different cores -0.16
How to npm prune and avoid the removal of a file: dependency? 0.00
How to use the .d.ts typings locally for vscode intellisense in a n... 0.00
Does std::thread library in C++ support nested threading? 0.00
Container front and back behavior -0.95
Why point to memory location one past the last element in an array... 0.00
How to write the thinnest possible type wrapper 0.00
Undefined reference: trying to initialize pointer array of objects... 0.00
Auto type deduction and passing a lambda to an std::function parame... +1.76
Why are pointers to inline functions allowed? +0.57
.out Permission denied using -c directive with g++ +1.32
Is an object fully constructed at the end of the initialiser list? +2.78
Overridden << operator not recognized +1.63
Why does std::logic_error not virtually inherit from std::exception? +0.00
Running various command in one file in terminal -0.48
Installing .NET core 1.0.1 for Visual Studio Code without installin... 0.00
C++ Volatile Placement New -0.04
In C++, can a static object outlive its static member variable? -0.66
How many keys does Triple DES encryption need? -0.39
C++ Optional std::vector argument for function -1.13
Why does C++ support for a pure virtual function with an implementa... +1.02
What's the cost of conversion from std::unique_ptr<Dervied&g... -1.11
Numerical constant in C++ -1.42
How can I use the compiled DLL in a client PC without installing Wi... 0.00
Can a sub-class affect visibility of virtual methods? -1.33
C++ std::deque copy constructor issue 0.00
Protected variables naming and the standard 0.00
How to compare a wstring with a _T("some String")? 0.00
all_of function to check condition in all elements of part of an ar... 0.00
Typedef of a templated class inside itself 0.00
Why does a const reference behave differently when assigned an l-va... -0.26
Where is the return value of int main() is stored? +1.21