StackRating

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

R. Martinho Fernandes

Rating
1732.63 (64th)
Reputation
167,786 (309th)
Page: 1 ... 6 7 8 9 10 ... 25
Title Δ
Getting the same value of the const variable even after changing it... -0.61
concatenate const char * strings -0.55
How can I call a destructor of a templated class? +0.27
Should I really use static_cast every single time I want to convert... +0.73
Is it safe to sort a container which may contain infinities using q... +0.22
Comparing objects using bool operator== -1.03
C++11 `using` keyword: specialize template alias of template parame... 0.00
why do lambda functions in C++11 not have function<> types? +1.29
char array - dealing with memory +0.39
How to get rid of stack overflow error +0.27
n-dimensional c++ array. How`s that possible? -0.50
Is having a function call within a destructor a good practice? +0.10
Function taking one parameter and returning it -0.96
URL-Encoding a Byte String? +1.34
C++ default initialization in constructor of an inherited reference... +0.66
How do you prototype a function with an enable_if<>::type ret... 0.00
"What happened to my SFINAE" redux: conditional template... -1.78
C++ arrow operator equivelence +1.15
Casting pointer from one base type to another +0.26
Why explicitly state "inline" in C++ +1.42
How to use lambda in for_each? +1.70
Multiply a number by 2 in Brainfuck? +0.25
Error, dynamically allocating objects to an array +1.39
Confused about reference counting -0.69
const_cast VS mutable ? any difference? -0.36
Where are the headers of the C++ standard libary (linux) +0.18
How to flatten iterators of nested containers? +0.35
C++ Memory layout of inheritance +1.00
Does the compiler treat int and bool type similarly? +0.91
How to handle constructor failure for RAII +0.30
Rotating a vector (array) +1.43
Why does boost not have a make_scoped()? +0.35
How can I organize C++ code without thinking too hard about whether... +0.24
Splitting a std::string into two const char*s resulting in the seco... +0.94
How to pass std::unique_ptr around? +0.26
Converting Derived** to Base** and Derived* to Base* +0.82
object's scope within destructor +0.06
Making a tuple hold either a const reference or a const value 0.00
Can I do an assignment operation between two istream_iterators? +1.51
Returning std::vector by value +1.85
Relying on ADL for std::begin() and std::end()? +1.78
Why does sizeof operator fail to work inside function template? +1.13
Convert a 1D Array to 2D Vector c++ -1.57
Random number generators and thread safety +0.28
Array type deduction in a function template +1.79
Why is locking a std::mutex twice 'Undefined Behaviour'? +1.29
Does std::mutex create a fence? +0.20
Can someone explain what is happening with this unique_ptr code? -0.39
What is wrong with this C++ code? 3n+1 in programming-challenges/UVa -0.89
How to avoid "doesn't return a value on all code paths" w... -2.42