StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

AnT

Rating
1632.82 (827th)
Reputation
267,512 (149th)
Page: 1 ... 29 30 31 32 33 ... 76
Title Δ
Why does the C++ copy constructor behave differently when calling i... +0.18
Which is the most efficient way in C to check that at least one of... -0.93
Why variables are initialized with max value instead of zero -0.73
malloc.c:3096: SYSMALLOC: Assertion failed -1.40
C Ways To Pass Function As Argument To Function -0.47
c++ functions as template arguments -1.26
C pointer "type ** name" versus "type * name[]"... +2.04
why do we use pointers instead of index when referring to array ele... -0.63
How to point to an array of arrays in C++? 0.00
Strange behaviour in C++ (VS 2012) 0.00
Wrong return value when access member of class +0.36
How to export constant based on size of table -1.28
Why is the size of my class zero? How can I ensure that different o... +1.43
String to float conversion and formatting +0.32
How to make VS2012 stop generating CPS log? 0.00
How does this C program print a value 1 or 0? -0.41
is catch guaranteed to be executed after exception is thrown? +0.36
(fscanf(file, "%lf", &num) > 0) and segmentation f... -0.38
Floating point mismatch between compilers (Visual Studio 2010 and G... -1.02
Usage of strdup() +0.36
Is it possible to define another preprocessor directive? -0.09
Pass a reference to a reference -2.19
What is the order of evaluation of statements in a if bracket if(..... -0.14
struct intitialization notation not working with heap allocated sto... +0.62
C functions declaration in K&R -0.91
A legal array assignment. Is it possible? +0.67
Why am I getting an error with gcc but not with g++ in Linux -0.53
Why is the destructor called? +1.60
Why does default-initialization of reference type member result in... +1.16
Assigning/Initializing references in function args -2.11
C++ assigning to an array from an initializer list +0.33
Copy-Constructor - Compiler-Error C2040 and C2440 -0.11
What is the advantage of "lambda expressions"? +1.59
Virtual destructor and memory deallocation -0.88
unassigned value in the int[ ] +0.36
Is there a portable way to define INT_MAX? -0.97
C the same global variable defined in different files +0.36
Does qsort use heap memory? -0.13
In C, can an address of a pointer be 0? -1.92
C++: initialization of int variables by an implicit constructor -0.12
Adding item to the end of linked list -0.84
Why array type object is not modifiable? +0.51
illegal instruction in stdc++ -1.59
Inconsistency in using pointer to an array and address of an array... -1.10
Does a destructor automatically deallocates heap memory for member... -1.30
What is difference between const and non const key? -0.64
Initialised array to value 0 inside a block of code +0.30
anonymous union can only have non-static data members GCC c++ +0.33
Differences between int variable and pointer variable in C +0.11
const typedef; in C and C++ 0.00