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 ... 18 19 20 21 22 ... 53
Title Δ
Array of zero size? +1.30
ofstream exception handling -2.95
Trouble interpreting "if (result1) *result1 = t2" stateme... -0.20
Can I inline a function partially/selectively? 0.00
Is there a relation between RTTI and exceptions? +0.86
Where to use using declarations withing translation unit, inside or... -1.24
Intricacies of malloc and free +0.03
Practical application of class destructor +0.53
In C++ is it a good practice to use 'this'? -0.59
C++ const cast, unsure if this is secure -0.05
C++ : How does Virtual Function resolve "this" pointer sc... +1.47
Is the object copied or not when RVO/NRVO kicks in? +0.55
Pointer to int array, passing and using it from another method -0.33
how to initialize a char pointer in a class? +0.66
Append Char To String in C? +1.03
variable sync on multithread envrioments -0.30
C++ is it necessary to delete dynamically allocated objects at the... +0.89
error: Invalid use of incomplete type struct Subject; error: forwar... -0.94
unsigned and int gotcha +0.77
In C, will a literal string address always be greater than any allo... +1.06
API struct utilities - functions or macros? +0.25
Which way is better and more type safe? +0.23
correct way to free up memory for an array of Objects containing an... +1.32
Is a derived object type from the exception declaration unexpected? +0.29
Can any C++ 98 standard container operations throw std::bad_alloc? -0.20
When a program terminates what happens to the memory allocated usin... -1.83
Pthread C syncronization +0.82
G++ "does not name a type" +1.43
how to avoid header file duplication? +0.23
How to asign a value to a pointer that points to NULL +1.25
reference error +0.74
What destructors are run when the constructor throws an exception? +1.23
What site can i compile and test C code online like codepad. Requir... +0.43
Are vector subscripts standard C/C++? -2.21
What is allocator<T> -2.89
Dynamic char array, size is fixed? -0.18
if a class type is parameter of a function which is called by value... 0.00
What happens if I don't use mpz_clear in GMP? 0.00
Including the same headers in every class -2.70
How can this function be an overloaded operator? -2.46
Post increment in C code giving unexpected answer -0.69
Why cant const references be returned in the same way as pointers? +0.83
boost library in Inheritance +0.24
Allocate memory for a pointer in a class constructor -2.18
What leads to incomplete types? (QGraphicsItem: Source or target ha... +0.24
Equivalent of pthread_mutex_lock and pthread_cond_wait in the linux... +0.53
char a[512] vs char b[512 + 1] -0.39
Deleting TCHAR pointer -0.49
How to find if a string match one found in an array? +1.06
Difference between mutual exclusion and synchronization? 0.00