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 ... 10 11 12 13 14 ... 53
Title Δ
C++ Sytanx about Array of Class and usage of new operator -1.92
c++ delete operator with memory locations 0.00
What's the meaning of the return value of int main(), and how to di... +0.68
Dynamic array and pointer in a class trouble finding the right way... +0.13
Error on typedef struct. before '*' token -0.24
Creating object pointer independent of constructor argument +1.38
What is the difference between static global and non-static global... +0.87
warning: suggest parentheses around assignment used as truth value -1.89
How to disallow temporaries -0.96
Can I return buffer created in functions? +0.30
What will happen if we increment the function pointer -2.59
c++ exception specification in a function pointer +1.12
Determine the size of character array in memory +0.36
char ch[]="some string"; +0.40
change size array on run time in c +0.24
Is it C++ standard to set a whole array to NULL on this initializer... +0.66
Query about declaring size in header files 0.00
What strange magic is *this? -0.99
Passing Stack to Function -2.05
C; If I put a break in a for loop inside a while loop +0.41
C++ delete segmentation fault +0.24
How to explain this strange output? About pointer and temporary var... +0.52
Why I get; initializing 'char *' with an expression of type 'const... -0.54
should extern variables be scrutinized more than other variables wh... +0.88
what happened when we try to access downcasted pointer with and wit... +0.25
are pointers released from memory when c++ program end? -1.07
How are the values of uninitialized variables determined? -1.18
Creating and using array in Heap -0.52
call of overloaded function -with inherited class as argument- is a... -1.59
How to find the object type using printf in C? +1.00
clang dangling reference? -3.12
Can/Should C++ #pragma Preprocessors Reside In Functions 0.00
Assign return value from function to a reference c++? +1.21
Why are the constructor Zlib_init kept private in class Zlib_init i... +1.08
C++ How do i create a .h from a class cpp file +0.23
Why X(X&) could be called for two times? +0.24
Regarding C++ Include another class +0.37
Namespace use and abuse in a big library +1.23
How to clean initialized resources if exception thrown from constru... +0.88
what does this "new" syntax mean? +0.55
Declare Connection Variable +0.71
Order in which threads are executed +0.11
Space reallocated in vector::resize() when resized to lower count? +1.09
Style: Inline on the function declaration -0.92
In C++ Explain how compiler able to identify a class is abstract or... -1.35
c++ : Crash Saying "Pure virtual called" +1.01
C++ Iterate through Vector using for loop +0.05
'class" has a previous declaration here +0.68
Low-level detail of char representation on a computer +0.81
What's the differences between Test t; and Test t();? if Test is a... -2.18