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 ... 26 27 28 29 30 ... 76
Title Δ
Is delete and delete[] equivielent for basic data types -0.97
Is 'volatile' sufficient to prevent C++ compilers from optimizing o... +0.36
warning: comparison of unsigned expression >= 0 is always true -1.43
Calculating the center of a circle touching two points -0.58
Understanding pointers and the stack in C -0.13
Typedef function pointer, for a function that returns a pointer to... +0.34
Return by reference in C++ - Reference assignment vs value assignment -0.14
Postfix (or suffix) U, UL, ULL for negative constants 0.00
Not inlineable functions +0.37
Bitwise operation to compare a length subset of two bit streams -0.04
Why compiler treats i+++++i and i+++i differently -0.14
Assignment of objects in C++ -0.44
Creating an "untransparent" squares 0.00
How to convert "pointer to pointer type" to const? -0.40
Weird constructor call 0.00
Do C compilers optimize structs with a single member? +1.42
Why does the C++ function template code not compile? -1.99
If statement not evaluating TRUE when it should -1.76
Init a struct in C -2.55
When to use 'inline' keyword in class methods with header and objec... -0.67
What is the advantage of using tail recursion here? +0.61
what is the difference between int var[] and int var[0] +0.32
"warning: integer overflow in expression" +1.33
strcat (s1, s2) continues to apparent to my temp variable array +1.55
Multiple LNK2005 errors 0.00
Setting value equal to itself -1.41
Wrap around explanation for signed and unsigned variables in C? +0.66
Why does this struct need a size value? +1.66
How to define array type in C and making it a const pointer (not po... -0.84
sizeof of template class +1.69
How to make this non-standard union ISO C++ compliant while retaini... 0.00
When returning a boolean, why use "!!" +0.44
(Solved) error: expected ';', ',' or ')' before '&' token| on a... -2.62
Why is this a segmentation fault? 0.00
How are char* deallocated in C +0.92
QuickSort doesnt sort .... C 0.00
Multiple of same error while compiling "error: expected ')' be... 0.00
Can a class template be a function +0.26
Turn a pointer array into an array -1.69
warning: initializer element is not constant +0.38
switch statement not detecting some characters 0.00
Why do data() and c_str() return char const*, while operator[] retu... +0.34
Get the points of intersection from 2 rectangles +0.85
Static member initialization not working with GCC even with C++11 e... -2.03
Vector`s end iterator content -0.69
Why can we non-const reference to a temporary object and prolong it... 0.00
vector vs. list from stl - remove method +0.47
Where virtual memory addresses reside? 0.00
typedef a struct to a point with the same name as the struct -0.43
Name hiding from inherited classes 0.00