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 ... 12 13 14 15 16 ... 23
Title Δ
Convert std::variant to another std::variant with super-set of types +1.95
Sum of vector of vectors of vectors ... of integers -1.38
Inserter & Extractor function in C++ -0.57
Is it bad practice to maintain two copies of the same data, if they... +0.79
does the class becomes polymorphic if it is not inherited 0.00
c++ <= operator does not seems to be working +0.45
Factorizing && and || in C -1.15
What's the better way to ask the user's input after it fail... -0.08
C++ Split definition and assignment of variables -1.21
How to disable Visual Studio warning C4244 for std::vector copy or... +1.31
Variable changed immediately after initialization? -1.82
C++ Loops and Digit extraction -0.07
Flags - Check if bits are set and only those bits are set +0.43
Paired variables in the definition of function +1.98
Group duplicate items in vector - c++ -0.33
C++ equivalent of tailq +0.44
weird compile error regarding to C++ std::pair 0.00
Why is this user-defined conversion not done? -1.71
Implementing Lazy Sorting algorithm using C++ 0.00
Implementing Lazy Sorting algorithm using C++ 0.00
Ambiguous call to variadic template function with no parameters? +1.35
SFINAE on constructors works in VC2017 but not in clang/gcc -1.85
Differing debugger-pointeraddress between baseclass and derived class -0.13
How does std::vector::end() iterator work in memory? +2.29
Doesn't compiler give an ambiguous error for "const"... +0.96
what is the difference between x=*p++ and *p++; x=*p in c? -2.14
Deduce template parameter of class +2.93
Reading in .csv File in c into multiple variables 0.00
How to Deduce Argument List from Function Pointer? +1.36
Can I use assignment operator construction with more than 1 argument? +2.19
Why is there std::logic_error? 0.00
Access a superset variable from within a subset within another subset +0.45
Why 4 memory address are needed for an int variable -4 bytes- if a... -0.14
Determining if two line segments intersect with a tolerance +2.16
Approach for determining max and min values of various types 0.00
How to deal with old references to a resized hash table? -1.76
Appending to an array via overloading the operator[] +1.88
Literals concatenates using templates -0.48
Best strategy in dynamic allocation in C for strcut with many point... -0.87
Explicit and implicit conversion 0.00
Avoid memory allocation with std::function and member function -1.33
Picking 6 random unique numbers -0.29
reinterpret_cast-ing vector of one type to a vector of another type... +1.49
Is there any environment where "int" would cause struct p... -0.54
Inconsistent behaviour in identical code +0.70
Remove duplicate code with similar factory classes 0.00
vector does not convert brace encloser list 0.00
Passing a pointer to a function - Why can't I print the address? -0.25
Why doesn't C++ move construct rvalue references by default? 0.00
Why are systemcalls used in assembly programming? -1.61