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 2 3 4 5 6 7 ... 25
Title Δ
Should I use shared_ptr or unique_ptr? +0.57
Why does is_constructible claim something is constructible when it... +0.77
Smallest standard compliant object size in C++? +0.23
Wrap C allocation for RAII +0.62
About Pointer alignment, is there a way to make a pointer aligned t... -0.28
Specializing a template class to take a pointer to a particular cla... -2.49
Do built-in types have move semantics? 0.00
Why does =default on operator= compile when there is a const member? 0.00
Breaking change in C++11 with make_pair(_Ty1&& _Val1, const... +0.87
Why to avoid std::enable_if in function signatures +1.02
How is this size alignment working +0.88
Why can't the template parameters for enums nested in a template cl... 0.00
Range based for loops on null terminated strings +1.03
C++ - pointer being freed was not allocated +0.22
Is it modern C++ to use srand to set random seed? +1.12
Function signature as template parameter +0.92
"Error: Unresolved external symbol" whenever I use a pure... +0.62
How can I get the glyph that was set manually for a given character? 0.00
Creating an array in c++ of type superclass to store subclass objec... -1.98
Erasing an element from a list container +0.94
cache coherency of lock-protected data 0.00
the best way define a mask -0.45
Why does this implementation of the C++ 'new' operator work? +0.21
How do I use variadic perfect forwarding into a lambda? 0.00
How to generate alias for class templates? 0.00
Is there a C++ equivalent of a NullPointerException -1.43
Declaring Variable length arrays +0.23
Difference between irange and counting_range in Boost 0.00
`X::X(const X&&)` Const Move Constructor? +0.24
C++ 'delete' an object which has a reference -1.10
Binding rvalue-reference to a local variable in VC++ -0.47
Jan 2012 C++11 Working Draft "Source" Format? 0.00
Is it possible to detect the constness of a class' method using SFI... -0.63
Access violation when using pin_ptr? 0.00
std::enable_if string/char type 0.00
C++ Visual Studio stack overflow with 2D array +1.23
Why is the "virtuality" of methods implicitly propagated... +0.83
Is lambda comparison deterministic? 0.00
How to empty the input stream in C++? +0.22
Is it safe to move elements of a initializer list? 0.00
Casting boost::units::quantity to double 0.00
std::condition_variable::notify_all() guarantees 0.00
Error: Label used but not defined when using && operator +1.13
How to approach copying objects with smart pointers as class attrib... +0.66
What is decltype(*it) for BidirectionalIterator? -1.05
Pointers difference between C and C++ +0.87
Solve possible memory leak when passing an object to a function tha... +1.14
Constant as rvalue in C++(11) +0.81
Why are argument modifiers (i.e., 'const' or 'volatile') not consid... 0.00
Why does #include "stdio.h" work? +0.21