StackRating

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

Potatoswatter

Rating
1579.48 (3,055th)
Reputation
113,117 (599th)
Page: 1 ... 5 6 7 8 9 ... 46
Title Δ
Will using brace-init syntax change construction behavior when an i... +0.40
Is the only way to "polymorphically" declare a member of... 0.00
Does POSIX have a change log? +1.69
What's wrong with having a reference member in C++? -1.11
Operator = overloading with templates 0.00
Sink arguments and move semantics for functions that can fail (stro... -0.04
C++ input validation +0.40
Can I make a variable temporarily volatile? +0.37
Why is a C++ Hello World binary larger than the equivalent C binary? -1.12
How long* cast works +0.39
Returning an object which is defined by another local object 0.00
Unqualified pseudo-destructor-name -1.07
What happens if you dereference `new int`? -1.10
For Loop Expression Result Unused but code still works what's w... +0.39
max and min with NaN in Haskell -0.40
Please help me with C++ Namespace +0.41
Conversion between sub-classes using Curiously Recursive Template P... -0.32
Is explicit alignment necessary? -1.28
Example of safely derived pointer value -1.73
Undefined behavior with: c = (b=a+2) - (a=1) ; -1.02
Is the value of a constexpr in C++(11) always guaranteed to be &quo... -1.31
What C++14 rule prohibits constexpr functions from making assignmen... +2.04
What does this line of code mean *((int*)(0))=1;? -0.18
Can I forward template arguments of a derived class to the base in... +1.71
Parsing a number with more than 10 digits in C +1.21
where is the definition of "jiffies"? the "jiffies.h... 0.00
Use of "auto" in place of std::vector<double>* +2.03
accessing AVR registers with C? +0.41
auto keyword with & 0.00
How to avoid damaging SD card for large writes? +0.33
c++ priority_queue initialization. Why can we ignore const Compare&... 0.00
Processing of uninstantiated template functions 0.00
avoiding the first newline in a C++11 raw string literal? -1.96
Bypassing a #define'd macro? -0.94
how to tell if a C++ template type is C-style string -0.91
std::bind vs lambda performance 0.00
Call function outside of current namespace in C++ -0.68
Is it possible to "glue" preprocessor tokens in third typ... 0.00
What is Biased Notation? +1.84
Can I access the member of the struct only by the struct name? -0.69
How do I access a constexpr created type as another type while stay... +0.39
send int over socket: signed vs unsigned -2.30
How did I manage to store a reference type in a standard container? 0.00
Comparison tricks in C++ +0.01
How many arguments can theoretically be passed as parameters in c++... +1.29
old-style cast while using htons 0.00
Why is ::operator new[] necessary when ::operator new is enough? +1.25
Can we Use "FILE" in C++? +1.70
Why aren't the C-supplied integer types good enough for basical... +0.02
Is floating point addition commutative in C++? +2.34