StackRating

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

Gorpik

Rating
1511.02 (64,514th)
Reputation
9,175 (16,834th)
Page: 1 2 3 ... 5
Title Δ
Method called in creator is called from base class but not from der... +1.08
VC++ undeclared indentifier 2005 0.00
Call base method from non-derived code, is that possible? Legal? 0.00
How to pass two values from one function to another in the same cla... -1.03
Creating objects runtime -1.27
Namespace template functions and hidden namespace variables -0.01
Do I need to use delete for each new in C++? +1.44
complier giving error on forward struct declaration -0.63
Output in Class Function +0.93
Addressing a non-integer address, and sse -0.38
Making subclasses that can call on each other's shared member varia... -0.20
Using base class function with derived class values -0.35
Vector iterator not dereferencable in for loop -0.43
Is default constructor elision / assignment elision possible in pri... -0.73
STL vector: When vector capacity is increased due to insert, does t... -1.05
Work on a parameter in-place in C++ function +0.01
Clarification about pointers +0.68
The most neat way to remove all but the last element with the same... -1.48
What did compiler do in this piece of code(Base class pointer to de... -1.21
C structure members and struct -0.23
Does a template specialization extend or override the generic templ... -1.63
Can instantiation of a template lead to a binary code duplication,... -0.71
When dynamic_cast will throw exception in case used with pointer? -1.61
How can i carry the implementation of a member of a class template... 0.00
difference between a regular "string" class "rwcstri... +0.46
Overloading casting operator() between C++ real types and customize... +1.01
Multiple inheritance and pointer implementation -0.32
Create objects from template, type is entered by user input c++ -1.17
How to overload std::remove for std::list? -0.48
using iterator with a vector of objects c++ 0.00
c++: Throwing exception from a destructor -0.60
Why we don't add try catch when using New operation -0.84
Overloading the C++ assignment operator +0.31
C++ Calling a non-virtual method from an implemented virtual class -0.61
C#: How to access static variable in 'parent' class from another cl... -0.03
Overriding functions in abstract base class -0.43
Invalid type conversion using static_cast, what proper casting shou... -0.03
Correct memory management for struct -1.19
Can I run into problems when refactoring to RAII? +1.23
c++ two priority sorting with multiset -0.53
Is doing a square root once slower than squaring n times? 0.00
Constructor call hierarchy -0.24
Template class with two types, inheritance and forward declaration +0.38
Passing a const reference of a NavigationPane results in error 0.00
C++ expected type-specifier +1.71
Unexpected behaviour with assigning C++ references +0.45
Converting objects of base class to derived class +0.93
Why doesn't ~ followed by :: parse +0.77
Template specialization with template class +0.48
Does casting away constness from "this" and then changing... -1.40