StackRating

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

walnut

Rating
1627.71 (924th)
Reputation
1,078 (145,371st)
Page: 1 2 3 4 5 ... 11
Title Δ
How would I not use a pointer in this code? 0.00
Why does this algorithm work for Quadratic Probing? 0.00
Visual Studio 2019 rejects `bool concept` while gcc 8 doesn't c... +2.81
Why is static_cast from int (*)(int) to void* not allowed in C++? 0.00
What is `std::reinterpret_pointer_cast` and when should it be used? 0.00
Is the problem here the reference created using a rvalue instead of... 0.00
Exceptions in C++ 0.00
Why can't I call a template friend function with explicit templ... +1.66
std::emplace_back invoking constructor of other objects in vector? +1.69
Use an integer (int) as a pointer argument 0.00
Globally called constructor of a class template that adds this poin... +0.29
C++11 templates and callback returns types with void specialization... 0.00
Do I need to use a mutex to protect access to an array of mutexes f... -2.50
Unvisible conversion -0.15
g++ 9 concepts support include <concepts> on ubuntu 18.04 0.00
operator overloading new and delete getting compiler error 0.00
Can nullptr be converted to uintptr_t? Different compilers disagree +1.61
Memory Issue in C++ - UNINITIALIZED READ: reading register eax 0.00
Trying to require multiple variadic types to be specific types +1.23
How to know the visibility of a symbol in an object file 0.00
C++ - Making operator overload chainable +0.35
MSVC failed to compile when converting a base type to a derived typ... 0.00
static initialisation order issue with static/dynamic linking 0.00
Memory loss with multidimensional dynamic array 0.00
no instance of overloaded function "stoi" matches the arg... +0.35
How to use operator L on array? (C++, Visual Studio 2019) 0.00
C++ Emplace Back vs Push Back Vector 0.00
Why can't C++ deduce T in a call to Foo<T>::Foo(T&&am... -0.11
Common template deduction from reference and const reference +1.67
function not returning the expected output 0.00
How to get ::iterator of const std::vector<T> +0.89
Does std::unitialized_copy have undefined behavior? 0.00
Invoking `constexpr` member function through reference - clang vs gcc 0.00
Different uses of noexcept +2.02
Is a std::unique_ptr cleaned up automatically after scope when give... +0.31
Is there any way to store the template parameter packs and reuse it... 0.00
Constructing std::chrono::system_clock::time_point from a duration -0.67
Is 'this' the cpp equivalent of 'self' in python? -2.41
Pass function call from a class to one of its members based on anot... +0.35
Pointer Arithmetic in C while equating two pointers +0.35
Big theta of a rational function? 0.00
Map function class member inside class itself -2.35
How std::strong_ordering works only with zero? 0.00
Subtraction is valid in big O-notation? 0.00
How does std::condition_variable::wait() evaluate the given predica... 0.00
A general question about possible future C++ language or standard l... 0.00
How can I use unique pointers for an array of parameterized objects... -0.41
Is there a data structure for effective implementation of this encr... +0.34
How can I delegate a derived class to use it's parents construc... 0.00
Is using std::filesystem with linux bad or the file system tree unr... 0.00