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 ... 10 11 12 13 14 ... 23
Title Δ
How to compare extracted digits in C++ +0.24
pointer caused error message in C -2.26
Constexpr member variables with setters? +1.95
why the output is different and what is the wrong in this code? +0.43
How do I convert an int 0-7 to a char 'a'-'h'? -0.36
Why can I use size_t and std::size_t in MSVS without the traditiona... 0.00
Non-static data member initializers only available with and dynamic... +0.44
Is inheritability of lambdas guaranteed by the standard? +0.49
How compilers handle the ABI correctly when calling a function by p... -0.50
C++ Print slowly but skip when user presses enter or anything. Shou... +0.43
Why can't i access objects of a class in C++ like this? 0.00
How to install a program from GitHub? -0.44
Unit test private methods by making them free functions +0.43
How are variables tied to their values in C? -1.27
For loop inside its own curly braces -0.94
Template partial specialization and multiple compilation units -1.71
Does malloc takes care of memory allignment? 0.00
Return alias identificator instead of type in typeid(SOME_TYPE).nam... -0.77
Difference between vector<string> x; and vector<string>... +1.23
Should trivial default constructor respect default member initializ... -1.00
How to access internal typedefs by taking the type from a variable? -0.54
Why are the RVO requirements so restrictive? 0.00
Debugging C program with two arguments passed 0.00
Randomly selecting 2 integers not in a range? +1.33
Can you have function pointer with assigned parameter value in C? +0.04
C++ Type-safe detection of the offset of a structure 0.00
template deduction and explicitly supplied types for parameter packs 0.00
Should the member of class be a pointer? +2.13
Why is Clion giving me an error when I declare a struct inside a fu... 0.00
Why is the enclosing type of a static lambda member incomplete? +0.45
Call template based object from derived class 0.00
find if there are duplicates in vector +2.73
Ternary operator implicit cast to base class +0.67
Deferrenced pointer to hash a compile time string 0.00
Does anyone have the written evidence which assure that the way par... -0.76
Template function overloading and SFINAE implementations +0.45
C++ binary predicate implementation requirements for std::search -2.06
using parameter's private data in constructor 0.00
C++ 17 - are nested structured bindings possible? +2.01
How to preserve ownership and permissions when doing an atomic file... -0.56
for_each not returning (boolean) value -0.76
How to avoid local lambdas shadow overload resolution? +0.41
C++: Deprecation warning when overriding a deprecated virtual method 0.00
overloading () operator for unordered_set +0.45
Compile for 32 bit or 64 bit -1.91
Conditionally remove methods in template class -2.02
how pass array of objects to constructor c++? +0.42
SFINAE to check if std::less will work -0.22
A Function that Returns 2 Arrays (Passing By Reference) +0.43
Enforce compile time check during initialization of non-integral ty... -2.10