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 ... 25 26 27 28 29 ... 53
Title Δ
Physical memory location of uninitialised memory location in C prog... +1.32
How to pass smart pointers in function? +0.27
Char array gives error when initializing -0.94
How to access global const variable present in one file to differen... +0.37
std::list.sort(Predicate) Compiler error +0.25
Can someone explain the benefits of polymorphism? +0.53
C++: Inheritance and overload resolution -0.21
Is it undefined behavior to form a pointer range from a stack addre... -1.02
c++ virtual function and executable -0.11
Address of reference variable in c++ +0.47
Why is a VTABLE required when the derived class doesn't override th... +1.27
Multiple const in one variable declaration +0.62
Is it legal to redefine a C++ keyword? +0.27
When a already existing pointer is pushed in a stack, does its copy... -0.49
Where are complete types (not) required? +0.32
Is this a safe way to design a program? -0.73
Expression "variable, variable = value;" -0.92
How do I dereference this member? +0.26
realloc() Failure +0.91
return value for operator + ( ) overloading -0.14
Something wrong with enum +0.26
Why is the const keyword is mandatory for defining template paramet... 0.00
What these C's main function indicates? +0.60
Passing parameters and giving them values causes runtime error +0.35
How can a set of functions in the global namespace fit into an obje... 0.00
Replace fork() with pthread_create() +0.26
Shouldn't I use _endthreadex() in thread procedure for stack unwind... -0.72
Volatile keyword allows access to const structures in UnitTest++ +1.03
How does c++ initialize a object , is the following case doing that... +0.36
Allocation of memory for char array +0.47
tracking down LNK2005: "already defined" +1.14
different behavior xcode and Dev-C++ -0.53
Member function return a function +0.27
header file (.h) creation in c programming 0.00
Be careful of vector::reserve? +1.19
Semantic meanings of std::auto_ptr and boost::shared_ptr -1.73
Function declaration inside or outside the class -0.13
Is it ok to use goto in the following situation? +1.26
Does a vector (container) need to use an "allocator"? -0.81
Trying to overload cout << operator but its not working +0.74
Detecting memory leaks in C programs? +0.73
undefined reference to Base::object linker error @ c++ w/ freeglut +0.97
What does "bucket entries" mean in the context of a hasht... -0.27
C++ operator overloading and the copy constructor 0.00
Can't decide what message to print after catching an exception +0.27
How do I free memory in C? +1.11
min_element error 0.00
'undefined reference' errors when compiling against library 0.00
C programming multiple definition error +1.09
Are functions local to a cpp body thread safe? If so what about cal... +0.24