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 ... 9 10 11 12 13 ... 53
Title Δ
Do we need to delete a reference to a non new object? -0.09
Issue in Deep Copy Constructor +0.66
Uninitialised value was created by a stack allocation - Qt - C++ +1.21
default value for struct member in C +0.43
Why C++ virtual call is not much slower than a non-virtual one? +0.23
structs in C with initial values +0.92
C: array doesn't acquire new memory address +0.84
Does endless While loop take up CPU resources? -0.23
How to include .h of C-style in .cpp when global variables are defi... 0.00
Error: Invalid type 'int[int]' for array subscript 0.00
c++ array problems 0.00
EXIT_FAILURE vs exit(1)? +0.86
are extern variables initialized to their default value? -0.53
no suitable conversion from "std::string" to "char&q... -0.44
Why is dynamic memory not used in this case when using vector<&g... 0.00
<cstdint> vs <stdint.h> -1.05
Is this a Flexible Array Struct Members in C as well? -1.38
How to change the constness of a variable in C++? 0.00
Can the const be applied to types? +1.28
What is causing the error "Stack around the variable '' was co... -0.25
Does C free memory itself after allocating it outside local function? +0.11
Why is the virtual keyword needed? +0.77
garbage data printed on accessing struct array -1.85
Should I avoid typedef, try to use primitive names and cast when po... -0.61
compilation break when reallocating the memory in C -0.48
Is there any disadvantages if I'm using Array instead of Vector? -1.33
sprintf not declared in scope? +0.24
static const int in class definition & initialization +0.24
Constructor for Struct with Private Members 0.00
C++ object heap allocated and member variable +0.87
Returning constant character pointer from a function +1.28
where is the vptr (virtual pointer) initialized in a class having o... -1.18
Declaring an object within its class -0.81
friend function can't see private member variables -2.01
strcat using pointers -0.95
Is it valid to assume that a reference is passed as a pointer +0.82
Should I use static or inline? +0.92
what difference between VS c++ and MinGW to implement double type -2.54
Will memory of array member of a class be allocated? +0.35
Assign and dereference void * to an array pointer in C +1.76
c++: copy by value to function params produce two objects in vs2012 +0.50
Why is this non-static variable retaining its value through functio... -0.51
Should I still use #include guards AND #pragma once? +0.26
What to use instead of exceptions? +0.24
method overriding virtual or not -2.03
"hello world" string literal can be assigned to char * ty... +0.79
Scope of a variable. Internal working basic +1.49
c++ new/delete and char * +0.89
can static declared global variable can be accessed with extern in... +1.09
Using sizeof() on a void pointer pointing to a buffer (string "... +0.86