StackRating

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

StoryTeller - Unslander Monica

Rating
1807.58 (6th)
Reputation
118,523 (554th)
Page: 1 ... 27 28 29 30 31 ... 52
Title Δ
Is there a reason we cannot name a non-static member function in an... +1.51
copy_if in C++...having troubles 0.00
How does Data Encapsulation actually happen in OOP? -0.68
How to properly overload functions 0.00
Overloading conversion operator from int to std::string 0.00
Where is the member array located? +1.23
Primer says error but code works fine on GCC +0.23
What happens if I define the same variable in each of two .c files... -0.04
scope issue with DefaultValue from gmock 0.00
How to pass the unique pointer to specific param required in functi... +1.09
Why is template argument deduction failing for pointer-to-member-fu... -1.06
ostream and operator std::basic_string<char, std::char_traits<... +1.17
Modifying Static Member after Initialization 0.00
What is the differences between tag and enum dispatch in C++? -0.73
Trying to store a pointer to an abstract class in a map C++ 0.00
C++ Comparing command line arguments with strcmp 0.00
Are scopes stored in a stack? +0.96
Difference between "&&" and "and" opera... +1.67
Function and function-pointer equivalence 0.00
c++ template instantiation works with int, long, etc. but not float... -0.42
STL sort by multiple parameters C++ +0.56
Use of 'this' within a class definition +0.95
Best way to call template-bool functions -0.32
Using Mutex and lock_guard with a vector in C++ -0.09
What is the fully qualified name of a friend function defined insid... +0.75
Example of a Practical Use for Lambdas +1.01
Is a log(n) std::find_if possible? 0.00
User defined template constraints to accept only a user-defined tem... 0.00
Is sizeof('ab') equal to sizeof(int) in C++? 0.00
Why can a dynamically allocated array not infer its size from a lis... +0.97
Is `char _3 = 'c'` valid in C and C++? -0.64
What does operator MyClass*() mean? +0.75
What does `((t*)0)->f)` do in C code? -0.22
Can the right operand of an overloaded binary operator be an object... 0.00
Invoking std::thread with pointer to freestanding function +0.62
Why does sizeof(a ? true : false, a) operator printed one byte? +0.56
Pointer Arithmetic using arrays +0.22
What is wrong with this cast? +1.05
Issue with Proxy Pattern in c++ 0.00
Access fields in a named union 0.00
Why doesn't the compiler complain about adding char to char*? +1.36
Is it reasonable to overload std functions such as std::distance? 0.00
return type for overriding operator= 0.00
The type of a bracketed sequence 0.00
Deduce the type of a declaration +1.53
Dereferencing a function with default arguments - C++14 vs C++11 +0.22
Passing a function pointer to a member function in C++.Getting error 0.00
ambigous struct definition in different modules +1.20
count_if third argument implementation using my own class 0.00
Why it prints false in this case? +0.24