StackRating

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

mfnx

Rating
1465.16 (4,524,957th)
Reputation
161 (530,726th)
Page: 1 2
Title Δ
Static cast from negative int to uint -4.02
Why can a mutex lock twice without unlock in C++? -2.96
C++ have as parameters the subclasses of a given class +4.24
Connect to Redis server from within a Docker image 0.00
why “cout<< arr2[5] <<endl;” Invalid operands to binary... +0.28
C++ move semantics and code duplication as a result of method overl... -1.16
Clarification on "this" pointer with multiple inheritance... 0.00
Why can't I declare a variable or function more than once with... +0.32
How to print a message only once in a loop -3.78
CRTP Singleton Incomplete type or Non-literal type +4.44
Is there any C++ function to sort a Map? -2.10
warning: type qualifiers ignored on function return type [-Wignored... -3.01
Why program throws runtime error while iterating over an emtpy vect... -2.41
Subclass address equal to virtual base class address? +0.63
Constexpr variable cannot have non-literal type 'const CurlHand... 0.00
Why I'm getting " void value not ignored as it ought to be... -3.12
How to derive ints from formatted string in C++? -3.83
C++ call a function every x seconds +4.20
Is there a Way to read a text in real time using c++? 0.00
rotating the array anti-clockwise, run time issues +4.36
How do you pass struct parameters in a method +4.36
compilation error when creating a thread with a member function wit... 0.00
How are arrays of type std::vector<std::array<T, N>> or... -3.02
Shall I use the structs as a Parameterized Constructor in C++? 0.00
How to solve undeclared variable in the case below +0.31
Do multi-dimensional arrays cause any problems in C and/or C++? +2.73
Can we store a value of a set in a variable? Like we can store a va... -2.95
Create branch from head and commit from previous commit -2.86
How to merge two branches with some similar commits and no common a... 0.00
How to add .gitignore while merging branches or ignore files on mer... -3.75
How to rebase both locally and remotely? 0.00
Difference between OpenMP #pragma omp for v/s #pragma omp parallel... 0.00
Why accessing map values by using at in C++ is so slow when key val... +0.69
How to fix error assignment of member, in read-only object? 0.00
Do all member variables of a "new" created instance exist... 0.00
C++ using move semantics to pass argument to another function 0.00
Not able to to do set element insertion inside constructor +0.68
Auto return type matching void +4.21
Implications of T[n] vs T* style array in a class member -3.70
Object on the stack in C++ - interview question -3.69
How can I fix this to order a list in a vector -1.98
C++ integer array transforms and manipulation -1.98
c++ template result type 0.00
attempting to reference a deleted function when passing by referenc... -3.92
Swapping N variables 0.00
what are the overload resolution rules of list-initialization -3.02
Use an array with non-static size inside of a class +0.95
How to pass index information to element constructor when using std... -3.87
Can deadlock occur in this code snippet and why? +1.55
Issues with using arrays C++ 0.00