StackRating

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

Quentin

Rating
1693.56 (182nd)
Reputation
47,828 (2,143rd)
Page: 1 2 3 4 ... 21
Title Δ
Macro to replace an identifier in its argument 0.00
|| operator in c++ for vector norm -1.73
Compiler infering the template argument +1.01
Is it possible to prevent omission of aggregate initialization memb... +0.85
Do Primitive Types in C++ have destructors? +0.61
Casting memory allocation return value to array of TYPE +0.07
Visible variables in c++ and how to make variable visible more 0.00
Deducing the "outer class" of a class with Template Argum... 0.00
In C++. whats the difference between (*a).b and a->b? 0.00
c++ Using CRTP to create pure virtual overloads for every type in v... -0.75
How is it possible to reset a Git repository to the state before th... +0.77
How to use function typedef in C/C++ source? +1.27
UTF vs character types +1.15
Does this pointer point to the given object or the address of the g... 0.00
Expand std::vector into parameter pack +1.36
C/C++ Inline coercion of array of pointers (void**) 0.00
Combined conversion 0.00
Why is the usage of mutex correct in C++? 0.00
Decay to base class 0.00
Order git repositories based on the last commit date 0.00
Exception not be caught by class and visual studio 2019 stopping at... 0.00
Shared Pointer to an object in a vector -0.64
Wrong destructor called by vector erase 0.00
C++ Concepts - Can I have a constraint requiring a function be pres... -2.82
How to use the "using" keyword to define a function proto... +1.13
Deleting dynamically allocated objects with private destructors +0.27
What happened when assigning an rvalue reference to lvalue? -1.89
Should the copy constructor and copy assignment operator have the s... -1.12
Helper function and abstraction in c++ +0.23
Using vscode, why can't I compile when both "iosteam"... 0.00
Why is static downcasting unique_ptr unsafe? 0.00
Template class as Stl container parameter 0.00
Correct usage of std::variant_alternative_t -1.53
Rethrowing new exception with same message causes garbage output. W... 0.00
Casting 1st Derived Class to 2nd Derived Class - Why does it work? 0.00
How to initialise a variadic template that relies on previous entri... 0.00
how to fill char array filled with uint8_t 0.00
GIT Detached head issue on a branch -1.00
Wrapping a capturing lambda as a function pointer in a template fun... +1.29
Compose lambda function in C++ using parameter pack 0.00
Difference between two ways of passing function as parameter +1.16
Define name i.e. macro as nothing 0.00
C++ template compilation 0.00
What advantages do vectors have over linked lists +0.25
pragma pack(push) without corresponding pop leads to stack smashing 0.00
git status shows no updates but pull brings down changes 0.00
Make pragma with string from array at compile time 0.00
Why does unique_ptr<Derived> implicitly cast to unique_ptr<... +1.96
Index-based access to a C++ list 0.00
Why does comparison function type need to specified as template par... -2.38