StackRating

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

463035818_is_not_a_number

Rating
1577.70 (3,228th)
Reputation
20,174 (6,742nd)
Page: 1 ... 6 7 8 9 10 ... 39
Title Δ
Resolving a Bug in My Code which is not passing the test cases +1.29
Use default template parameter of one template declaration in another 0.00
Determine type of template parameter in Visual Studio 2008 without... +0.41
C++: How to overcome memory issues using large int/double? 0.00
How is std::atomic<T>::operator= implemented for immutable ty... 0.00
C++ Memory violation error when trying to use function with variabl... 0.00
Template functions' order invoke a compilation error for no rea... 0.00
My string class destructor implementation -0.60
How to pass stack to a function by pointer? -0.12
reinterpret_cast - the same pointer may have multiple integer repre... -1.31
Template-defined number of template parameters (very meta) +0.47
What's the relation between libraries and namespaces? +0.29
Compute Power(x,y) code clarification C++ 0.00
How to implement the iterator in C++? -1.90
Explain me about std::function handling by class member method 0.00
Returning different data types from a function in c++ +0.88
Vector sorting with lambda function, how to pass in variable to cap... +2.00
How to implement an abstarct class's method in sub-class by get... +0.49
MinMax element of multiple attributes in an object C++ +0.38
For unit tests, is there a hackish way to change the value of a con... +1.23
Count the number of occurrences of one vector entirely in another v... -0.04
C++ pass list of function calls as parameters -2.51
Why the scope resolution operator (::) does not allow virtual funct... +0.16
Incrementing an Iterator with and without creating a template 0.00
Optimize memcpy on Windows (MSVC++) +1.73
Why is my copy constructor being called when I try to add an elemen... +0.39
Sort Integers in an array by the number of 1 Bits in each integer +1.74
is there a way to store a generic templated function pointer? -0.76
How to define an graph of classes in C++ (field types, getters and... 0.00
Are the values stored in std::pair<> by reference or by value? -1.04
c++ Is it possible to create a constructor in a derived class that... +1.35
Why do I get a different result if instead of x I directly pass arr... 0.00
C4512 assignment operator could not be generated -2.14
How to name class identifier in assignment in c++? -0.55
Cannot convert int(*)[5] to int* -0.09
Difference between a pointer to a standalone and a friend function -1.40
Generic function that receives different STL containers [C++] -1.82
Leaking memory when not freeing internal cells? +0.06
Error -1073741674 keeps happening which im not sure why -1.98
Why pybind11 converts double to int? 0.00
Is nodiscard necessary on operators? +0.07
What is the time complexity of this code? Is it O(logn) or O(loglog... +0.40
Is the if-statement with a const condition optimized inside a for l... 0.00
Clarifying trivial destructors 0.00
How to specify constructor within three template arguments 0.00
Passing data from constructor to member function -1.60
monty hall %50 - %50 +2.53
How to assign variables with the same names more effectively in C++? 0.00
function call rect for roi 0.00
why building a set from vector is O(N) 0.00