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 6 ... 23
Title Δ
Why would anyone ever need a pointer to a pointer? -0.64
All-public struct yields call to implicitly-deleted default constru... -1.25
dereferencing when constructing dynamic object -0.12
Force deriving from a class virtually +0.51
Defining a function using a function typedef in C++ -0.31
How do i sort an array of structs alphabetically while contents sta... +0.59
`y=++y`, is this standard compliant? [which appears in a test by Mi... -0.24
Strange use of const - why does this compile? -1.03
Weird prototyping error: Cpp's and Headers +2.33
Error while defining a class method outside the class body -0.00
How exactly does tail recursion work? -1.17
Destructor for class that holds pointer to object +1.47
Why do C++ function objects need reference type member variables? 0.00
Confused about non pure virtual classes in C++, what are they for? -0.39
downcasting dynamic_cast with non-polymorphic classes, why doesn't... +0.83
Passing array by value +1.04
how to know when to use CCdataType* varName vs. CCdataType *pVarName 0.00
Referencing to the second dimension of an array +0.48
difference between char array and string in cplusplus 0.00
Why does this let me get a non-const pointer to a field of a const... 0.00
The after-effects of deleting a pointer -0.82
How to set a class or super class of oneself to an instance in C++ -0.01
How to pass a vector to another vector push back? (without creating... -0.99
Why do we need to mark functions as constexpr? -1.82
C++11: How to get the type a pointer or iterator points to? +0.26
Macro to return a unique string at compile-time -0.06
Is int (built in data types) a class in c++? +0.59
C++11 compiler error when using decltype(var) followed by internal... -0.99
Does adding parentheses around a throw argument have any effect? 0.00
Any way to let the use of function pointers as template arguments e... -0.14
Does C++ compiler recognizes powers of 2? +0.24
What are the advantages of using nullptr? -0.60
Type of Derived Class from Base Pointer C++ +0.53
getting addres of stl vector C++ +2.65
Delegate/forward function to member (composition) 0.00
How can I catch exceptions thrown from constructor of a global inst... -0.49
Declaring a struct in a template class, undefined for member functi... -0.26
c++ access elements of the array in a map -0.58
Null as default template argument +1.36
Why is the base-class function not overridden? -1.06
Is it valid to assume that a reference is passed as a pointer -1.38
How to find if a method of a particular prototype exists inside a c... 0.00
Why do I have to re-declare overridden functions in derived classes... -0.16
Default initialization confusion +2.47
Difference between static, auto, global and local variable in the c... -0.28
Will I break code when returning a copy instead of a const reference -1.59
How to fix C++ compiler-error "cannot convert 'Type' to 'const... +1.57
Multiple inheritance and polymorphism questions -0.53
Is there any way to know if the non-pure virtual function has been... +0.17
Compile time class selector with templated base -1.17