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 ... 5 6 7 8 9 ... 23
Title Δ
How to declare an array of pointers to member functions in C++ 0.00
Better alternatives to assert(false) in C/C++ -0.10
How to fix "non-aggregates cannot be initialized with initiali... +1.83
Conditionally providing overload of comparizon operator if template... -2.15
Circular dependency with type aliases -1.80
Creating a function that returns an array of strings 0.00
Move the static constant data member initialization outside the cla... 0.00
Why isn't it a compile error if you pass a class object to scanf? +2.13
How to pass character `^` to my program from commnd prompt? +0.38
Too much accuracy in double +2.35
How to avoid using nested loops in cpp? +0.35
Why is this C++ fold expression valid? 0.00
Why doesn't this isNumeric function work with fgets? 0.00
How can I call a function where the argument is produced by another... -0.12
Reference to type-erased void* 0.00
C++ how cast away virtuality of function and call the base function... -1.43
What is type if uint8_t value multiplied by uint8_t +1.94
Fibbonaci recursive code returns wrong value, always the next number -0.08
Why do strings in a std::vector<std::string> end up with the... 0.00
template class of derived class as parameter to function - dangers? +0.40
Memory Leakage regarding to the new instance? 0.00
Why using operator OR (logical operator) in if-else, why not using... 0.00
constexpr function with a conditionally constexpr callee +0.40
C++ interface without using a pure virtual function -0.11
Why is int foo() an rvalue, while int& foo() is an lvalue in th... 0.00
Pass member function as argument 0.00
Change a dynamic's type in a ternary conditional statement -2.05
How to organize object ownership for class that lives lesser time t... -0.57
Definition of object and instantiation 0.00
How to use a class member function as defualt value 0.00
What happens when there's an error in constexpr function? -0.19
Make the compiler generate an empty default function for an std::fu... +2.11
Advanced C question: Please explain C construct *({ foo(&bar);... -1.25
Specifying only some template parameters at call time 0.00
Is there an efficient way to get a random value from struct? -1.03
Is it ok to pass this to member? 0.00
Referring to template parameter pack in class 0.00
Why can't my derived class find my base class's type alias? 0.00
What code/statement is used when you want the different function ex... +0.39
How to initialize a static array to certain value in a function in... +1.64
What is the advantage of using this Type Function? 0.00
Implement a function with the argument of both types const T &... -0.32
Tricky interview question for mid-level C++ developer +0.39
Why exactly are .values() and .keys() considered O(1)? +0.97
Why c++ compiler gives error when using `std::max()` function for t... +0.22
Clang without GCC or MSVC 0.00
Using `std::array` size in another `std::array` +1.39
How to encapsulate transferring bytes between two containers -1.54
How to add arithmetic operators to std::array? +0.39
Is there some meaningful statistical data to justify keeping signed... +1.72