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 ... 35 36 37 38 39 ... 76
Title Δ
an implement of sizeof guaranteeing bit alignment +2.41
C: Behaviour of arrays when assigned to pointers +1.08
Why does overload ! operator need a const return +1.11
ISO C++ forbids comparison between pointer and integer 0.00
What is the difference between "#if Foo - 0 == 0" and &qu... +0.29
No instance of overloaded function "CVector4::operator" m... 0.00
Are there advantages or disadvantages to explicitly setting up an i... +0.31
Why does C++11 not support name lookup like this? +0.26
Error: X does not name a type -0.87
Are compound statements lvalue (or rvalue) in C? -2.13
Local function declaration inside namespace +1.64
Avoiding Defining a pure virtual function in c++ in immediate deriv... -0.95
Apply/remove bitmask depending on condition -1.10
Defining members of a struct within a namespace -2.27
How to access class member from inner union in C++ -1.20
Is it really harmless to use sizeof(p[0]) no matter initialized or... -0.85
choose which constructor in c++ -0.33
C++ Vector iterators incompatible +0.31
Boolean multiplication in c++? +1.40
Why does this compile, but not link? -1.90
Error in C++ code when overloading operators 0.00
Malformed output when converting string to char* in C++ -0.81
C++ function pointers and addresses +0.01
Is it possible to declare a global 2D array in C/C++? +0.58
expected class-name before ‘{’ token C++ +0.96
c - properly allocate memory for a struct containing an array of an... -1.63
Enumerator tag name can't be accessed by the class object? +1.19
array initialization for one of the elements in the structure +0.79
Use of the construct struct { a[0] } test; +1.31
reverse call in C++ template function 0.00
How does it work in memory with pointers and in general? -1.71
Why is calling non virtual member function on deleted pointer an un... -0.56
C Which Bit Hack Is Better And Why? +0.30
Strange behavior of "node" -1.51
So why is i = ++i + 1 well-defined in C++11? -0.95
Is it undefined behaviour if multiple operands in a compound expres... +1.48
working of extern keyword +0.89
Why does this program give me a "segmentation fault"? 0.00
In C, are variables declared within a loop, local? -1.40
Incompatible Pointer Type Error in Exploit C Code 0.00
what is the difference between "do { free(x); x = NULL; } whil... +1.63
Difference in behaviour of unsigned and signed integer when integer... +0.46
Anyone explain left value and right value in Assembly language level? +1.50
C++ Why is circular dependency possible within a class but not a na... -2.66
error: expected ‘;’, identifier or ‘(’ before ‘struct’ -2.96
Is it safe to reinterpret_cast an integer to float? +0.28
Deferencing a returned reference +1.58
How to use std::sort() for a long long vector in c++? -0.49
‘base’ is an inaccessible base of ‘deriv’ -0.51
How to call a method from base class where the base class is a temp... -2.09