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 ... 33 34 35 36 37 ... 76
Title Δ
Print values of void pointer -1.59
invalid conversion from void* to void (*) int error when compiling... +1.67
Why can't a class member function take more than one argument of th... -0.67
C/C++ casting different with function versus expression? -0.90
How come there is '\0' at the end of the string while nobody put it... -1.40
Why does integer division by zero result in a floating point except... -1.52
Why does member function of class template get constructed in this... +0.80
Inline functions cant contain recursion, go to loops etc? +0.52
Will inlining a function containing another function cause the inne... -0.61
What does " if(*((void **) &(_ptr)) != (void *) NULL) &quo... -1.25
does i/o operations within loop decrease performance? +0.57
Sizeof operator Implementation : How it computes size at compile ti... -0.98
Pointers with Character array in C -0.53
Different ways of overloading functions? 0.00
Weird integral promotions with left shift operator -1.25
An extern variable located in a function? -1.50
initialize array with constant number does not work -0.66
Class Function Syntax Confusion -0.48
When to use new-operator? +0.22
Memory leak through new[] without ever calling new -0.40
why const char *pt2={'1', '2', '3', '\0'}; can't compile? +0.50
Why does gcc say this is an "invalid initializer"? -0.72
Why is there no dangling reference? 0.00
Why can't a derived class call protected member function in this co... +1.40
Passing string literals by reference to const char* fails to compil... -2.51
How to initialize a dynamic memory in a non-standard way in C++? +1.42
In a byte, how to swap the 4 higher bits with its 4 lower bits -1.15
Function pointer runs faster than inline function. Why? -0.99
Weird bug with floats in if-statement -1.46
Is this[0] safe in C++? +1.15
undefined symbol of a struct pointer 0.00
Why is forward declaration of structure not working in my code? Whe... -1.29
Linker error when parameters are passed by reference to C++ dll -0.19
How do I disable Unused Variable warnings in Eclipse in minGW? -1.47
How to return a 2d array where one dimension is of unknown size? +0.34
const pointer to const data and c++ lists -0.60
Why is my class not being prototype'd? -1.10
What's the standard way to avoid constant dereferencing after using... +0.72
C pointer declaration for pointing to a row of 2-d array -2.10
Segfault when accessing non-null pointer? (Queue) 0.00
prototype for 'Figure::Figure()' does not match any in class 'Figure' 0.00
Why can I still access a member of a struct after the pointer to it... +0.89
c/c++ : 2-D array variable subscript -0.82
return a static structure in a function -0.16
-std=c++11 flag unrecognized in G 4.4.6 +0.76
Creating a 2d array, one dimension not known at compile time +1.24
what is the reason for mention array[0] to get first value? -2.58
Why the returns of strcmp is different? +0.22
Assigning a string literal to a char array, how is the string liter... -0.88
Difference between int (*ip)[4] with int ip[4]? -2.65