StackRating

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

patatahooligan

Rating
1505.24 (136,159th)
Reputation
1,479 (110,449th)
Page: 1 2
Title Δ
std::optional taking non-copyable? 0.00
constexpr function taking const char* 0.00
What does the '&' in 'operator++(int) &' op... 0.00
Why can I not retrieve the index of a variant and use that to get i... -1.57
Why does Expected<T> in LLVM implement two constructors for E... -2.87
I can do x = y = z. How come x < y < z is not allowed in C++? -2.23
Iterate over a vector of pairs and access first and second element +4.67
Omp for loop initialize vector 0.00
What's the difference between while(--i); and while(i) --i;? 0.00
Multiple string replaces in one line -1.14
How to iterate (outside a class) a private member which is a vector... -0.86
c++ extern constant int for array size +3.49
how to make copy of unique_ptr wih custom deleter -2.38
C++: Is it worth using static_cast to avoid if conditions which com... 0.00
Finding the end of an array in a loop in C++? -3.59
Operator overload not found when used in a lambda within a namespace +4.96
How can i analyse a binary number in c++ 0.00
pair<T, T> vs vector<T> (2) C++ 0.00
How do I declare an array without initializing a constant? +3.97
Access the member of a class that defined later in C++ 0.00
How to hide member function file while sharing class +5.00
Why A / <constant-int> is faster when A is unsigned vs signed? 0.00
Getting reference to the elements of a tuple 0.00
Constructor for `const` object -2.48
Sorting vector of string pointers +4.59
Running Into Segmentation Fault When Attempting To Convert String T... +5.56
Reasons to return reference to std::unique_ptr +3.88
Move from stack to heap -3.62
Why does the c'tor of std::runtime_error take a constant refere... +4.11
Is it possible to input to a const double array? 0.00
freeing up memory from a struct gives invalid pointer +2.86
How to avoid out of range exception when erasing vector in a loop? 0.00
Type inference in C++ with an abstract base type +0.19
Object access through an unsigned char alias, what happens on load... -3.84
Writing a list to new excel xlsx with dataframes +0.10
Win32 CreateWindow() error, this is nullptr 0.00
How to add integers and strings in the same vector? -0.02
Memory leak on deallocating char * set by strcpy? -3.82
Proper way to emplace_back object into std::list +4.77
Attribute presence generic check 0.00
[C++]If passing by value creates a local copy, why does the origina... -2.03
Get a shared pointer from a dereferenced value of a shared pointer -2.00
Range of numbers supported in operators +0.42
Why there is no datatype that can be int or false? -3.78
Memory deallocation inside a member function +2.44
Why does shifting 0xff left by 24 bits result in an incorrect value... -2.59
Pass shared_ptr as pointer to pointer -2.14
Return type as reference doesn't change the value passed as arg... 0.00
One Definition Rule - compilation 0.00
Will the Heap Scope be freed successfully while the Pointer Value w... -1.70