StackRating

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

Alok Save

Rating
1705.37 (130th)
Reputation
169,382 (305th)
Page: 1 ... 35 36 37 38 39 ... 53
Title Δ
Catching exceptions in constructor -0.19
Polymorphism and data hiding: Does a base class override or ignore... +0.22
I saw this program. What is this - re(r), im(i) {} after constructo... +1.85
will vector reallocate when push_back after shrink capacity to zero? -1.30
Memory address of a memory address in a machine? (C language) -0.50
using declaration for public static const class members -1.05
C++ using namespace statement -0.06
Why is *&x not the same as x? -0.58
Compound conditions using while loop in C. -1.42
C++ Semicolon after class, struct, enum,... useless but compilers s... -1.64
Is p = array the same as p = &array[0]? +1.45
why lazy copy when we have deep copy and shallow copy? +1.50
What are guidelines of whether to throw an exception in C++ standar... +0.23
Overload a pointer to an overloaded function -0.60
how is memory allocated when a character pointer points to a string? +0.85
What's wrong with this constructor? +1.31
a const member function, returning a pointer to a non const member... +1.55
C++ namespace.... anonymous namespace is legal? +1.56
do need to use mutex lock? +1.28
Circular Dependencies / Incomplete Types +0.55
Double include solution? +1.31
C++ Member Initialization List -0.45
Vector changing the size of class +1.31
Compiler error while calling template functions +0.31
What are the differences between typedef and using? -0.36
function prototypes in main or before main in C +0.81
How to modify a C++ structure with int * +1.11
Cast to integral type or other type cannot appear in a constant exp... -2.71
C++ Polymorphism of Comparison Operator by Value and by Reference 0.00
Struct linking to linked list +0.26
const struct declaration +0.74
Problems with ifdef based inheritance in C++ +0.53
How many usage does "volatile" keyword have in C++ functi... +0.21
protected inheritance error +1.10
Scope vs life of variable in C -0.64
Calling Inherited IUnknown::Release() in a destructor 0.00
Deleting a pointer +1.23
How can I search a specific variable in vector<Object*> in c++? +0.32
C++ std::list of pointer to a struct +1.20
Can i use C++ vectors in C code in VS2008 +0.78
Can a class still be pure abstract if it has a non-pure destructor? +1.09
Why does LLVM complain about missing function prototypes? +0.34
Why can't I return a double from two ints being divided -0.61
android: Unable to access struct static data members -0.33
Does f(int) in base class inherited in derived derived class D whic... +1.07
providing assignment operator but no copy constrcutor +1.09
Is it defined to provide an inverted range to C++ standard algorith... +0.35
memory deallocation problem of an object +0.55
Malloc allocates memory more than RAM +0.69
c++: initializing static string members +1.03