StackRating

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

François Andrieux

Rating
1651.68 (534th)
Reputation
16,025 (8,733rd)
Page: 1 2 3 ... 10
Title Δ
C++ Pointers and C-style array initialization 0.00
C++ Template based get() -0.49
Is using an uninitialized unsigned type object Undefined Behavior? -0.81
intializing a std::array of objects that don't have default con... -1.37
Calling unlock on mutex when it's not locked? +1.29
lvalue and rvalue getter, is it possible to remove them? +0.25
Why is there no movement of objects in the vector when additional m... +1.24
Assignment of objects doesn't work in C++ +1.61
What is the rationale behind copy elision in C++? +1.61
Is use of empty std::optional<string> UB or not? +1.39
Assigning a const_iterator to an iterator +1.49
C++ map, use const reference as value type, what is the problem here? -1.71
Using Struct Members As Array, The Portable Way? +1.64
Constructing const_iterator from iterator 0.00
Why this code shows me an error on line 31 for cout<<x1<&l... 0.00
Is noexcept useless when not throwing is zero-cost? 0.00
How to verbally distinguish all forms of new? +0.30
How can I specialise a template function designed to return differe... 0.00
How to reset a C++ class in its own member function +1.31
How does a compiler use T::operator< in std::set when the templa... +0.30
A benevolent case for const_cast? -2.41
Reproducing clang's __builtin_assume for GCC +1.56
c++, dealing with exceptions from constructors +1.38
Create an array of a Class based on string +0.85
std::unordered_map not behaving as expected +1.51
C++: Constant Reference Parameters 0.00
Difference between narrowing and truncation in C++? +0.98
std::vector pop_back() implementation -1.44
remove_if removes element even when predicate returns false? +1.37
How does these 2 functions act as getters and setters? 0.00
Variable initalization with curly brackets 0.00
Automate Setting IDs according to Number of Instances 0.00
How does one deal with various errors in statically typed languages... 0.00
How to get object type of pointer to non-static data member at comp... +1.27
C++ : Why reference to stack allocated object treated same as refer... +1.30
Why are my data elements being copied instead of moved? +1.29
std::future<>::get empties the result 0.00
Convert int array to std::vector<int*> +0.90
Modern way to have a map that can point-to or reference data of dif... +1.45
conversion from 'size_t' to 'const double', possibl... +0.92
What is the most efficient and the clean way to compare two integer... 0.00
Sorting vector of vectors without comparator or lambda function? +0.35
does checking for nullptr 100% protect from segfault regarding memo... +1.79
Difference between signed, signed int and int in C++? +1.88
why does calling an overloaded function with arguments that don'... +1.19
C++ sync between two threads using a mutex without using conditiona... +0.32
How do I conditionally compile c++ source files in Visual Studio 20... +0.90
are all variables stored contiguously based on the order in which t... +0.54
How do you access variables that are allocated on the heap in C++ e... 0.00
Handling exceptions inside destructor (but not throwing out) 0.00