StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Deduplicator

Rating
1571.79 (3,853rd)
Reputation
35,304 (3,270th)
Page: 1 ... 7 8 9 10 11 ... 25
Title Δ
Safely moving objects that run a lambda in a member thread that acc... 0.00
What is the reference counting in Lua? 0.00
Can default function arguments "fill in" for expanded par... 0.00
std::cout formatting in Cpp 98 standard +2.15
Why return a pointer to a variable on the heap instead of the varia... +0.39
STL Container, which is suitable? -0.14
c++ virtual destructor - memory leak -0.14
Type-Conversion With Pointers +1.19
Insert to tail for linked list in C++ not working correctly +0.21
Unfamiliar C++ syntax while I'm trying to study data structures... +0.50
Is this a undefined behaviour or normal output +0.52
strncpy only copies part of string -0.65
About qsort in C for string array 0.00
Parsing Clang AST - indentation level and starting symbol 0.00
Thread safety clarification in a c library 0.00
Difference between runtime errors and logic errors -0.06
Should std::function::operator bool return false after move? -0.61
isdigit raises a debug assertion when entering £ and ¬ -0.42
C string literals +0.39
What happens under the hood when I call a function which is virtual... -1.24
Is it possible to prompt for user input and provide a default? 0.00
x86 relaxed ordering performance? +2.11
Is using pointers and references of an object as function arguments... -1.28
Regarding Assignment Operator Overload -0.17
How to exit a C++ program if the declaration of a global variable t... 0.00
Accessing private data members using friend class +1.31
is this right in C? (forbidden operation on a variable compiler err... 0.00
Ref-qualified member functions design breaks on const rvalues +2.36
What is a "tag" in Lua 4.0? 0.00
warning: passing NULL to non-pointer argument of ‘std::thread::thread -0.50
malloc less than 8 bytes -0.32
Growing the text segment vs. growing the data segment 0.00
Size of empty vector +1.13
How can I legally access object with wrong alignment using pointer? 0.00
c++ flushing the buffer +0.65
How can I have multiple conditions in a while statement? (c++) +0.07
What's the rationale for preventing assignment to arrays? +0.34
Do I have to delete struct pointer manually in C++? -1.07
Integral structure memory allocation +1.45
Get window icon: GetClassLong VS SendMessage +1.22
operator << overloading in c++ 0.00
C++ cast operator of pointer +0.28
Is ++x %= 10 well-defined in C++? +0.25
Pure virtual method must be implmented only in immediate derived cl... -2.61
Subtracting char array from char pointer produces an int? +1.52
Is declaration of variables expensive? +0.69
What does operator new do? -0.88
assigned value has more bits then lvalue -1.26
Is it wrong to assign value by dereferencing pointer to byte array? -1.36
Lua: Check if a table can be looped through via ipairs & ipairs... -0.27