StackRating

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

Miles Budnek

Rating
1616.42 (1,202nd)
Reputation
10,899 (13,786th)
Page: 1 2 3 4 ... 12
Title Δ
Doesn't cout output from left to right? -0.14
Reuse code in C++ functions that access different attributes of str... -0.17
Sharing an array between two structs -1.87
std::string constructor with lvalue throws with clang -1.22
Why would a std::move of std::shared_ptr casue destruction +0.87
Failed values using boost::get 0.00
How can be that a destructor is called but no constuctor before that? -0.26
C++: How do unordered containers prevent duplications? -1.23
Parameter Pack and std::array -1.48
ways to record time in C++ +0.35
Bypass template argument integer limit +0.32
How to read stdin without blocking using C++ future? 0.00
Time complexity of finding a string in an unordered set of strings 0.00
Perfect Forwarding fails when (decayed) type deduced from functor c... +1.04
Why is accessing myInstance.property1.subproperty2.subproperty3 cos... 0.00
Difference between returning address and returning a pointer in c++... 0.00
How could I write c++ construction function clean and clear? +1.94
How can i get a Type of a Variable and store it in a Template Funct... 0.00
Use case for std::forward_as__tuple 0.00
Printing argv with forrange loop -0.65
What is the method to reassign a data point in an int array within... -1.00
What is the mechanism used by std::thread to block and wait for the... 0.00
Why does the `inline` keyword exists in C++? -0.40
What exactly does a char* mean in C++? -1.21
Compile-time operator[] +0.34
variants in modern c++, what is the best way to do them 0.00
Why do I keep getting a redefinition of a class error? 0.00
c++ undefined reference to a class member function +1.37
'For loop' quits after 3 iterations +0.35
How to access a class constructor parameter from the another class... -1.06
ISO C90 forbids variable length array [-Werror=vla] -0.15
What is the difference between *&arr and *&arr[0] in C++, i... +0.88
Does a const variable store the value in the variable? -1.35
Accessing base class member variable address from derived class whe... -1.22
Use conditional compilation to check if user has SQL Native Client?... -3.03
Can I return std::thread +0.72
How proccessor handles uninitalized variables? 0.00
Vector of shared_ptr of a abstract bass class pointing to derived c... +2.40
Getting incorrect HMAC SHA256 signature compared to example JWT 0.00
How to avoid exponential increase in code when dynamically choosing... -0.21
Pointer gets modified after a push_back -1.10
unordered_map emplace with default constructor -1.71
C++ allocating memory for list of abstract class objects 0.00
Is this the right way to return a struct in a parameter? +2.02
C++ initialize objects with packed array of integers -1.19
How to understand the flex C/C++ string literal regex? +0.96
Why don't we just keep all dynamic memory in arrays? +1.92
What is meaning of `T&` when returing `T` from function? 0.00
How would you the "this" pointer of the base class from a... +2.02
No match operator is shown 0.00