StackRating

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

Oliv

Rating
1510.32 (68,586th)
Reputation
9,392 (16,404th)
Page: 1 ... 4 5 6 7
Title Δ
Why is a C++ template accepting an array not more specialized than... -4.26
reinterpret_cast unsigned char* as uint64_t* - is this UB? +5.04
C++ const correctness with reference members -4.02
C++ inline redeclaration -4.08
In 2018 with C++11 and higher, are helper init() functions consider... +1.92
C++ reference to volatile object - reasons and effects +2.82
Constructing base class by moving derived one 0.00
Does copying an empty object involve accessing it +4.30
Finding the mistake in C++ operator overloading -4.48
Conditional compilation and template +4.17
Destroying the member variables of an object when an exception is t... -1.98
What is the best way to implement a read and write of a struct when... -0.12
Should we write `std::move` in the cases when RVO can not be done? 0.00
Function pointer expression -2.19
Why isn't move constructor elided whenever possible with `make_... +1.08
In c++11, does returning a std::string in a function move or copy it? +3.88
Rigorous proof of the following C++ code's property? +3.88
Why does cppreference define type_traits xxx_v shortcuts as inline... +6.38
Is it possible that a compiled program does not contain an instanti... +3.90
Getting pointer to contained object from std::aligned_union_t +1.86
Perfect forwarding with class template argument deduction 0.00
C++ initializing a variable and assigning with std::cin +1.77
How to approach explicit template instantiation in the presence of... -1.07
Is a member variable of built-in type inside a global object zero i... +4.05
Do the c++11 strict alias rules allow accessing uint64_t via char *... -2.46
If std::addressof is a readable version of &. What is a readabl... +1.40
"Inline" static declaration of object with initializer list -2.60
Implement assignment operator for class with large amount of elements 0.00
CMake shared project subdirectories avoid rebuilding +3.89
Check if a template specialization of a method exists +4.28
How to declare a member in a base template class where the type is... +4.15
Forwarding references for non-reference types +4.78
Emulating static constructors for templated classes +2.55
Questions about typedef class 0.00
Clang ambiguity with custom conversion operator +4.24
Attributes in C++. Are they really required for programmers? +4.02
C++ : reassembly of a float from 4 bytes 0.00
What is the rationale for limitations on pointer arithmetic or comp... -3.48
Hiding implementation of members owned by PImpl-objects 0.00
Why isn't there an endianness modifier in C++ like there is for... -2.47
constexpr and virtual -3.23
“Default member initializer needed within definition of enclosing c... +3.98
Throw expression reordering in C++? +1.69
Create cartesian product expansion of two variadic, non-type templa... -1.09
memmove in-place change of effective type (type-punning) -2.79
Avoid multiple inheritance induced ambiguity by using scope resolut... -1.89
Is it safe to serialize POD data by casting directly to char array? -3.19
Why can't I declare a type of friend function by template param... 0.00
Class with defaulted protected destructor not trivially-destructibl... -2.70
Preventing upcasts for C style array pointers -3.52