StackRating

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

cigien

Rating
1663.13 (392nd)
Reputation
1 (4,402,683rd)
Page: 1 ... 5 6 7 8 9 ... 27
Title Δ
Why is incrementing and assigning to a reference, not change the va... +0.29
Is lexically_normal() redundant on a call to std::filesystem::canon... 0.00
Could I have an explanation of a few lines in the following code? 0.00
C++ std::sort custom comparator runs indefinitely when the comparat... 0.00
Randomly change position of letters in a string in c++ 0.00
How to iterate through characters in each string in a vector of str... +0.27
How can a constructor call lead Visual Studio 2019 to issue a C2644... 0.00
Template for container and container content type C++ 0.00
In c++ how to check a pointer lies within a range? +0.32
block a function when argument type does not belong to a set of types 0.00
Non-template container iterators +1.69
Shift array elements to the right using pointers -0.26
How to define a variable whose type depends on whether the size of... 0.00
How is a non compile time computation function constexpr? 0.00
inherit `sameFunctionName<T>()` from 2 template classes ==>... 0.00
how can i implement a function which can passin vector and int *? -2.42
Having trouble with getting one pattern printed correctly -0.09
How to pass array initialization thru custom structure? -0.98
How to compose generators with STL algorithms +0.03
Interpretation of '\0' in C++ 0.00
How to search for an item in a vector struct? -0.38
Easy way to iterate over a vector of pair of pair -0.72
How to return 2 indexes of a vector? +1.67
type deduction of function template in C++ 0.00
Why does my code enter into an infinite loop at the initial nested... +0.27
Compare arrays in C++ +0.83
How to tell which functions are evaluated at compilation time? 0.00
map.find() returns seemingly randomly map.end() 0.00
Is there a way to iterate this so I don't have to add every eac... -0.68
How to encapsulate a class that is only being used inside another c... +1.51
C++ While loop to get Number in an Interval -0.46
split a string using multiple delimiters (including delimiters) in... 0.00
Defining a function with two different template paramenter +1.42
A switch statement without case: or default: labels +1.43
Adding the : in front of variable gives wrong result 0.00
Moving a vector into an unordered_set 0.00
Uniform Initialization to call a constructor other than initializer... 0.00
Repeating elements in vector +1.04
Un-defined behavior when using hex values without Casting 0.00
C++ | Comparing two arrays using std::mismatch (or another STL alte... +1.58
Is there any difference between a deduced template arg and auto arg? -0.07
std::remove_if doesn't work correctly in c++ 0.00
Can you assign existing value to the array in c++? 0.00
Issue with template argument deduction 0.00
C++ Integral Approximation- For Loop function Addition 0.00
Context depended template argument deduction - type/value mismatch... 0.00
C++ iterate over subvectors of size N -1.18
Why didn't `accumulate` make it into Ranges for C++20? 0.00
Template class assignment between different types 0.00
how to pass in class' non-static method into class' data me... +1.28