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 ... 21 22 23 24 25 ... 53
Title Δ
C++ class instantiation theory -2.56
Linking error (#ifndef doesn't work as expected) +1.86
C statement between function declaration and curly brace -0.75
Virtual functions - base class pointer +0.75
std::list of objects efficiency +0.66
Difference between char* and const char*? +0.32
How to fix Error that leads to program Crash +0.24
Control reaches end of non-void function -1.57
How to provide a function for the other program to call it? +1.05
Order of function calling +0.19
Infile incomplete type error +0.26
Problems in the Address Assignment 0.00
Invalid access error when trying to access a pointer to an object i... +1.46
Why does the output of each printf in this code vary? +1.13
How do I put items into a const vector? -0.75
How main() function inside a shared object (.so) is taken care of b... -0.65
Constructor and initialization of custom classes/objects -0.42
Static linkage usage in c++ linux: do I need to recompile everythin... -0.75
free(temp) pointer frees head pointer in linked list-How to retain... -0.48
can i use same pointer to call data from different exe file? +0.07
Why we have to define a const static member that is initialized wit... -1.67
how placement new works in c++? 0.00
Can an abstract class be member of other concrete class as composit... +0.21
How to reinitialize an array in pure C exactly ( not C++ )? -0.43
sizeof() of 2 dimensional charecter array shows wrong o/p -1.57
How to define a static member of a class in the function? 0.00
Using enum parameter in functions 0.00
Arguments against "initialize()" method instead of constr... -0.95
Access Violation error on VC++ -0.62
Default constructor won't compile inside template class when bracke... -2.86
Could we have chain style setters in C++/Java just like jquery? +0.12
how to implement Interfaces in C++? -0.96
How does overloading a Virtual method differ from a Non-Virtual met... +0.76
Is it possible to write header file without include guard, and with... -0.34
C++: Operator overloading error: expected unqualified-id before '&a... +1.08
Any tools for #include duplicates finding? -0.37
-> operator on null objects +1.30
volatile unsigned int * const +0.60
Is it possible to introduce Automatic Reference Counting (ARC) to C... +0.84
Pcap Incomplete Type 0.00
Copy Constructor : When storage is freed? 0.00
Why is this simple threading output correct -0.27
How to make a fast search for an object with a particular value in... +0.07
Which loop is faster in C? while loop or do-while loop +1.32
Call a Non Static Member Method from Another Method -1.25
C++ Are Critical Sections Useless When returning Pointers to data +1.23
What happens if I call an objects member function from a different... -1.98
POSIX threads and global variables in C on Linux +0.37
Element Lifetime of STL Containers -0.37
when should I use open/read/write and fopen/fread/write 0.00