StackRating

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

iammilind

Rating
1509.89 (71,401st)
Reputation
45,570 (2,306th)
Page: 1 2 3 4 5 ... 23
Title Δ
How can I replace continue and goto statements with structured equi... -0.53
Enforcing correct state transitions at compile time 0.00
virtual function doesn't enter to the base class +0.24
Can you make a method of a class non inheritable? -0.01
Creating a custom int that would enforce always being in a specifie... +0.37
Collapsing pointers inside a templated class? -1.97
Pass generic type in c++ method as parameter -0.55
What's a good way of Factory's create method in c++11? -0.64
Parentheses and macro overloading in C++ 0.00
Why can't I have return types covariant with void*? -0.45
Why is returning address of local variable or temporary only a warn... -1.64
Lifecyle of a returned class constructor call 0.00
how to pass both function pointers and lambda's using one inter... -0.69
c++ std::vector check if first or last element -0.65
Create n-dimensional vector with given sizes -0.82
Suppress warning:deleting 'void*' is undefined 0.00
I wish std::shared_ptr can be written like MyClass@ ptr = @(new MyC... 0.00
C++ Template: typename and function to map to int +1.22
Is it possible to have C++ template function which takes any collec... -0.18
Template instance in different translation units 0.00
Should a operator const Base&() be used for an inaccessible bas... +1.15
Implementing a singleton wrapper class that also verifies 'the... 0.00
How can I replace my c++ exception macro with an inline function wi... 0.00
c++ clone function in abstract class 0.00
C++11 Destructor = delete +1.75
Voice quality issue in Android VoIP app with PJSIP 0.00
How to find duplicate definitions from template specializations? +0.33
template argument deduction for const argument -0.94
When and why use a #define macro(x) instead of function? +1.27
Is it possible to implement a container that can hold POD element a... +2.13
How to call derived class method from the base class constructor in... +0.01
What is the correct way of declaring typedef enum array combination... +0.48
Memory model of template function inside non-template class? 0.00
Convert 0x1234 to 0x11223344 -0.54
Time complexity of delete[] operator -1.59
VC++ SFINAE gives error C2070: 'overloaded-function': illegal sizeo... 0.00
VC++ Calling a function of /clr project from a function of non /clr... +1.65
Is it safe to access Base protected member this way? +0.07
Subclass Constructors -0.57
Is a big switch block unavoidable in C++ due to lack of reflection -0.15
Fastest way to split a word into two bytes +1.52
Is it reasonable practice to enforce the immutability of all instan... +0.40
Compile- vs run-time const variable assignment and allocation of vl... 0.00
How to copy private members of a base class in to a derived class's... 0.00
operator member_function_pointer_type() without typedef? 0.00
error: cannot dynamic_cast ... (target is not pointer or reference) -1.30
How does this template result in compile time optimization over run... +2.54
Iterating over non-incremental Enum +0.84
Turning a non-pure virtual function into pure in a subclass +0.73
Design for generic utility code with no 'member' data 0.00