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 ... 37 38 39 40 41 ... 76
Title Δ
Keeping double quotes when passing string to popen in C -1.21
C++ , how to return a reference to the member variable from iterator +0.32
Seg faulting on comparison -0.45
Why can member variables not be used as defaults for parameters? +1.04
Why am I getting redefinition; different basic types? +1.03
Why aren't my strings printing the proper value? +0.27
Sizeof arrays and pointers +0.84
C code hanging at scanf() statement +0.02
Result of unary & operator applied to a function +2.31
Why can't my vector access the variables in my nested structs? -0.55
C++, with vector<int[2]> can I push_back({someNum1,someNum2})? +1.07
Can we reliably pre-increment/decrement rvalues? -1.83
inline assembler direct double to long long conversion +1.38
C/C++ underlying representation of char, unsigned char and signed c... 0.00
Cannot convert parameter error +0.31
In an elastic collision between two two-dimensional bodies, is tota... +0.30
simple use of sprintf fails 0.00
object = -object doesn't compile although operators are overloaded -0.13
How to implement a multi-dimensional associative array in C++? -1.56
Permutation Id..? C++ 0.00
Is the expression 'ab' == "ab" true in C++ +0.26
C: Error at accessing dynamically allocated elements 0.00
Unusual Declaration Error +0.30
error: invalid conversion from "const char*" to "cha... +1.12
Weird error while compiling C -1.85
Template argument deduction failed 0.00
Seriously can't find the bug in my "game of life" program -0.66
error: expected ')' before '*' token 0.00
Getting a fractional number with scanf +1.38
Why doesn't my program seg fault when I dereference a NULL pointer... +0.76
for loop on different variables names +0.34
How does this C++ code work? -0.37
Seg fault using struct -0.24
C multi-line macro issue: why not use if(1){...} instead of do{...}... -0.68
can address be assigned to a variable in c? +0.47
In C/C++, for an array a, I just learned that (void*)&a == (voi... +0.11
std::bad_alloc without going into swap space +1.79
"Dereferencing Pointer to Incomplete Type" in provided code -0.69
Does this invoke undefined behavior with linkage in C? 0.00
valgrind Invalid read of size 4 -0.04
why I cannot iterate this c++ map? Getting error like I cannot use... +1.02
c++ passing a value to a char array through arguments +0.15
Are private class variables instantiated for each instance of a cla... +0.28
declaration syntax error +1.19
Non-member-function form for insertion operator 0.00
C programming: allocating memory for char array using malloc in C89 0.00
Initializing a reference in a headerfile c++ 0.00
initializing an array of ints -0.76
pointer typecasting +0.69
A plane represented as normal and offset? 0.00