StackRating

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

aschepler

Rating
1628.51 (908th)
Reputation
54,689 (1,776th)
Page: 1 ... 5 6 7 8 9 ... 31
Title Δ
Why does space appear in execution result? 0.00
Warning when dynamically allocating an array of function pointers 0.00
C++ macro for unique class name -0.30
Can this for loop be done with the preprocessor? -0.99
unpack variadic template parameters -2.34
How to know if a pointer have been freed somewhere else 0.00
Casting a char array to an object pointer - is this UB? +1.83
Any portable tricks to obtain namespace name in C++? -1.90
Inherited operator overloads not working on derived classes 0.00
replace existing object on the stack with default constructed one +0.32
Combine multiple class template specializations -0.50
How do you add abstract base class unique_ptrs to a map? +1.93
Why this code fails to compile with gcc 4.8.5 while it compiles fin... 0.00
Does stable_sort() also preserve the order of unequal elements? -2.37
Access variables in struct from void pointer 0.00
Idiomatic way to write concept that says that type is a std::vector -0.50
Iterate over map and use the pair as reference parameter C++11 -0.18
Why is scanf() being skipped over in this nested for loop in langua... +0.33
How to achieve the map concept in C without using C++ STLs +1.40
Comparator in stl +0.33
const method modifies object using reference +0.06
How to check if the class member ponter is class or struct type in... 0.00
How to use typedef for extern function in C? 0.00
How to use basic functions on vector of objects with inheritance C++ 0.00
C++ How to add queue of unique_ptr's to a vector +1.27
Modify arguments passed to a variadic function inside that function -0.13
modern c++, understanding of xvalue 0.00
Function to find duplicate values after applying a function -0.38
Gmock parameterized tests running twice 0.00
Is `getlogin()` implemented by reading from `/var/run/utmp`? -0.87
Do memory addresses contain implicit hex digits? 0.00
weak_from_this() within constructor 0.00
How to declare the return of `emplace()` of an instantiated `std::s... 0.00
"Builder" for function template 0.00
Are all valid templates instantiated? -1.34
Visual Studio 2017 to only support c++11 features? -0.17
does `final` violate ODR? 0.00
When is a namespace::function() declaration useful? +2.32
Inheritance protected members variables copies in memory +1.22
Why can't I use std::begin/std::end with int(*p)[3] while I can... +0.02
To convert a 'for' loop into a 'do..while' loop -0.34
For which purposes needs std::aligned_storage? +0.01
OVerloaded function calling issue 0.00
How can I access a member variable contained in a namespace? 0.00
How to initialize a vector to a certain length in a class? -0.78
Initialize array of non-copyable non-movable objects in another obj... 0.00
Are fold expressions subject to short-circuiting? +1.21
static and dynamic resolution in C++ 0.00
C++ lvalues and rvalues in template functions +0.02
Implementing Stream<T> which can be converted to Stream<U&... -2.41