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 ... 67 68 69 70 71 ... 76
Title Δ
Is a C++ destructor guaranteed not to be called until the end of th... -0.39
Arithmetic operations on unsigned and signed integers +1.85
In a C++ template function can I return a dereferenced argument type? -1.17
Initializiation confusion -1.45
Can C++ export class from DLL -1.11
C: assignment makes pointer from integer without a cast -0.75
Casting to a base reference and copying is a dirty hack, but what e... +1.37
Compact pointer notation with doubles +0.42
Template deduction and function pointers +0.43
how to access the correct global variable in C? +0.60
C++ method only visible when object cast to base class? +0.24
Is the memory alignment different for different data types -0.44
Virtual destructor: is it required when not dynamically allocated m... +1.04
is there a better way to select correct method overload? -1.48
C++ - Deleting a vector element that is referenced by a pointer +1.18
How to subtract two unsigned ints with wrap around or overflow -0.22
dynamic array IN struct, C +0.18
Weird compilation error in Visual Studio 2008 -0.28
Why can't I forward-declare a class in a namespace like this? +0.55
Casting numeric data types in C +0.47
Self numbers in c++ -0.05
Do math functions of constant expressions get pre-calculated at com... -0.35
What happens in C++ when an integer type is cast to a floating poin... -0.71
Where to declare/define class scope constants in C++? +1.04
C code involving {} -2.19
variable-length arrays +1.28
C++ fast division/mod by 10^x -1.12
Is this wrong or am i missing something ( int count = 10, x; ) +1.02
How do you initialise a dynamic array in C++? -0.00
What object is rethrown in C++? -0.81
Check if a value from scanf is a number? -0.36
Issue with char array of size one and strcat -0.90
C quick calculation of next multiple of 4? +0.22
Is there a subset of C can write like this: i=+1? +0.77
Are comments always processed before the preprocessor? -0.44
Closures in C++ -0.99
Creating every possible value of a fixed size array +0.69
Array of pointers member, is it initialized? -1.15
Does "&s[0]" point to contiguous characters in a std:... -1.69
How to handle realloc when it fails due to memory? -0.34
typeid and typeof in C++ +2.26
Why a floating point exception +0.86
A way to do c++ "typedef struct foo foo;" for c +0.61
Are memory leaks "undefined behavior" class problem in C++? -0.16
Should C++ programmer avoid memset? -0.40
"Mixed declaration and code" warning, is it worth address... +0.66
Access a global static variable from another file in C +0.87
How to use anonymous structs / unions in C? -0.79
Member access differences +0.42
Error in linking to friend functions 0.00