StackRating

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

Amir Kirsh

Rating
1518.80 (34,459th)
Reputation
1,368 (118,267th)
Page: 1 2 3
Title Δ
Can an injected class name be used as a type name in a friend decla... +0.62
The 'cppcoreguidelines-interfaces-global-init' goes wrong j... +2.41
Move semantics with std::vector misunderstanding when passing to a... +2.34
Can I have a vector of polymorphic values under a fixed sized assum... +3.89
GCC: 'std::is_same_v<int, T>' is not usable in a cons... 0.00
Dispatching from a runtime parameter to different overloads -3.19
Incrementing a volatile in C++20 with operations on volatile being... -0.92
Why does copy initializaton require destructor in C++17 with guaran... 0.00
C++ Template specializations for primary, templated, specialised an... +2.25
Easy way to iterate through multiple std::vectors in C++ -2.67
Finding Bug in implementation of dynamic array class. Crashes after... 0.00
Why does this program compiles ? Should it not give an error as I a... 0.00
Visualize 2D and 3D shapes in code using templates 0.00
std::abs can be used in constexpr function, but only if it's te... 0.00
Is it undefined behavior or illegal, when I use a name that is both... +4.55
Chained compound assignments with C++17 sequencing are still undefi... 0.00
Converting std::type_identity object to a type +2.73
How to lazily initialize a template tuple of unique_ptrs? +0.41
Assigning object to an object of different class 0.00
unique_ptr for non-polymorphic derived class with C++20 destroying... +3.55
Using smart pointers to keep track of data members that may be dele... +4.33
conversion from 'unsigned int' to 'int' requires a... 0.00
Use of lambda expression in C++ ternary operator : error type misma... +5.24
What purpose to use "!!" inside the if statement +4.13
Need for std::decay in noexcept operator? 0.00
Why does std::tuple break small-size struct calling convention opti... -3.62
Multi-dimension array template with dimension deduction +0.60
Move constructor vs Copy elision +0.62
Java problem : No enclosing instance of type EmployeeTest is access... 0.00
Initializing an array in a object in C++ +0.97
String to character +1.47
Checking if a character occurs at least N times in the string. Any... +5.01
How to define a concept of a object that is can be structured bindi... 0.00
Can a C++ class include a member of its own type 0.00
How do I call a function from a given class in a different class 0.00
Class Template Argument Deduction for template dependent parameter 0.00
A friend abbreviated template function - clang and gcc differ 0.00
Can lambdas be used as non-type template parameter? +0.50
Operation of push_back on an element of Vector (C++) +2.43
How to get function parameters except the first one? +1.69
How to pass a variable template as template argument 0.00
Char, unsigned char and signed char as char& -2.92
C++ - No matching member function for call to 'push_back' +0.53
Right way to define pointer to the string array(C++)? +4.30
Enhanced for loop with std::move_iterator +0.29
Chrono timer in C++ to double 0.00
Using concepts for checking if a type T has a field F 0.00
Using concepts for function overload resolution (instead of SFINAE) 0.00
Wildcard for C++ concepts saying "accepting anything for this... 0.00
Implementing a concept for Pair with C++20 concepts +2.28