StackRating

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

bolov

Rating
1606.50 (1,521st)
Reputation
34,546 (3,374th)
Page: 1 2 3 4 ... 23
Title Δ
"// \" Next Line automatically commented out in C++ after... 0.00
Why is my pause menu script only working once? SetActive only worki... 0.00
Why can this kind of declaration work in C++? -0.67
How can std::less be safer than < when applied to unrelated poin... 0.00
Difference between atomic<int> and int -2.23
What is the simplest and most elegant way to wrap a function that g... -1.90
problem with function on the lside of an assignment -0.64
Understanding how to use typedef void function with pointers as par... +0.89
Why is the output 16? (C pogramming) +1.17
Is there a difference between precedence and order of operation exe... 0.00
Call captureless with its type instead of its instance 0.00
What exactly is a pointee and what is it's type? -0.14
Scan input until input ==0 in C not working 0.00
Converting std::type_identity object to a type +0.82
Warnings when initialising map using std::uint8_t as key -1.58
Linker failing to find overloaded operator 0.00
Why does assigning a hex value give big-endian equivalent value on... -1.60
What is a pointer to array, int (*ptr)[10], and how does it work? +1.64
Pair and curly brace check -0.24
Is passing an r-value to functions returning it considered wrong in... 0.00
Is this the right way to use std::move? +0.33
Dependent variable doesn't reflect change when variable is modi... -0.14
What's the purpose of typing `= default` at the end of a constr... 0.00
Can we really avoid extra space when all the values are non-negative? +2.29
What does "bool a_indexable = i < static_cast<int>(a.... +1.72
Memcpy returns contents of C array as pointers 0.00
c++ numeric_limits<double>::epsilon() for values other than 1 0.00
How to take m smallest elements from n sorted *named* vectors with... 0.00
What is the best way to detect that a recursive function is called... +0.85
Example of a trivial class with more than one default constructor? 0.00
How to implement vector::clear()? (study purpose) +0.36
Why C++ std::function pass the functor by value instead of universa... 0.00
< and > operators on pair 0.00
Function with 0 arguments - void vs void*? +1.26
How to use std::uniform_int_distribution<T>::param()? 0.00
Will checking if the number is even (of course > 2) before check... -2.84
segfault due to finite recursion -0.50
At what point is the efficiency of the library functions not worth... +2.25
enable_if, SFINAE and template parameters? +1.97
Correct usage of std::launder 0.00
Why we don't need to de-reference pointer value in case of mall... 0.00
Examples of mandatory type deduction in C++ 0.00
How to write a template class to wrap a primitive type or char* par... 0.00
Motivating real world examples of the 'inline' specifier? 0.00
Refactoring scoped enum bitwise operator code duplication 0.00
How does the template argument deduction perform for function templ... 0.00
vector of pointers or structs? 0.00
Time complexity while with unknown value 0.00
C++ 20 Concepts: Require operator overloading 0.00
Why use `std::bind_front` over lambdas in C++20? 0.00