StackRating

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

Luchian Grigore

Rating
1721.47 (80th)
Reputation
203,453 (226th)
Page: 1 ... 15 16 17 18 19 ... 81
Title Δ
performance paradox: stack versus heap allocation (C++) +1.54
C++ inheritance loop dependency +0.26
Is it legal C++ to test the this-pointer in a member function? -1.32
c++ - should destructior be declared/implemented in pointerless cla... -1.99
extern function declared locally 0.00
Does the C++ destructor actually delete stuff? +1.09
Why this code giving run time exception when free-ing the pointer +0.70
Header file imports acting strangely 0.00
Vector of Inherited Class 0.00
All my functions have error C2084: function 'function' already has... +0.22
How to declare a variable that stores an object returned by referen... +0.28
How to pass a concatenated string argument to the system() function? 0.00
Can't access vector class members -0.93
operator overloading : getting unidentifiable errors +0.24
Strange usage of pointer and method +0.23
Invalid array assignment? +0.24
Is calling destructor manually always a sign of a bad design? -0.25
virtual destructor perfomance +0.91
c++ Why does the linkage fail when i don't use inline? 0.00
what is the different between macro and preprocessor directives in... -0.33
Changing order of calling constructors in class with guest object +0.50
Delete a standard library map -0.75
'DrawObject' was not declared in this scope error using std::vector... 0.00
Initialization of a pointer to an array of int +1.75
No matching function for call to 'AnimationSet::AnimationSet()' 0.00
Passing argument or having it in class optimisation +1.85
insertion sort C implementation +1.87
Summation of Prime Numbers in C++ +0.24
Error C2011: 'XX' : 'class' type redefinition 0.00
id3lib linker error 0.00
Why is a default constructor required when storing in a map? -1.05
When is a linked list modified? -0.63
how to access private variables with out using friend function in c++ -0.36
How shall I use derived classes with vectors and shared pointers? +0.25
Pointers and reference operator (&) -1.30
Basic c++ program, what have i done wrong? +1.04
C++ design pattern help; Abstract classes with private access? +0.90
Structure reference (.) operator works on class name in vc9 +0.22
C++ compiler error: "isLeaf() has not been declared" - bu... -1.25
What exactly happens when delete my_object; is executed? Is all oth... -0.74
How to Use A Pointer to Modify a Vector +0.24
Avoiding Defining a pure virtual function in c++ in immediate deriv... +0.97
C++ - if statement simplification -0.78
C++ compiled code using 100% CPU +0.61
Do parameter references have physical variables? +0.46
Is there a C++ equivalent of a NullPointerException +1.19
Initialize object and create it later depending on value in if stat... +0.10
Best style for deleting all constructors (or other function)? +1.44
C++ Name Resolution -0.57
comparing values while operator overloading in cpp 0.00