StackRating

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

Marshall Clow

Rating
1502.75 (335,893rd)
Reputation
7,192 (22,261st)
Page: 1 2 3 4 5 ... 10
Title Δ
Prefer std::string in std::variant<bool, std::string> for con... +2.26
std::visit a std::variant with overloaded free-function instead of... -1.61
cmath error on MacOS c++17: call to abs ambiguous 0.00
Get UTC epoch time till start of current year in C++ -1.07
Why are signed/unsigned 8-bit integer types not supported by C++ ra... 0.00
Need to convert std::vector<ButtonElement> buttonList to std:... 0.00
C++ equivalent to Java Map getOrDefault? -0.83
How to convert chrono::seconds to string in HH:MM:SS format in C++? -1.09
C++17 map emplace without default constructor (private default cons... 0.00
Which STL data structures with an incomplete type stored can be use... -1.39
STL vector of pointers will not compile 0.00
Why we can't add an iterator with integer? -1.90
How to use lower_bound/upper_bound to get index number from std::set? 0.00
Is it possible to define an unordered_map with a vector<T> as... +0.49
Assigning vector of vector of string with vector of string 0.00
std::complex<> in C++ math special functions: technical speci... 0.00
Can static_const<size_t>(), std::as_const() or static_cast<... -1.58
Descending order sorting on basis of first element in vector of pai... -0.49
How to make the `static_assert` print the value it got on failure? -0.53
How does this creation of graph using stl library work? 0.00
Switch case statement in function doesn't switch C++ +2.76
C++ - copying vector in foreach gives "No matching function to... 0.00
new(std::nothrow) int[n] throws an exception 0.00
Namespace resolution with operator== in the STL -1.21
Is this a bug in std::gcd? 0.00
How to pass the element from STL queue to a function? +0.50
Define a set of iterators of set in c++ 0.00
Using STL algorithms on 2D vectors to extract the first column -0.66
Call a pair of functions before/after the first/last instance of a... +1.89
How do I replace a range with another range in a vector? -1.47
Question on how to copy from one vector to another 0.00
When is calling basic_filebuf::pbackfail allowed/defined to succeed 0.00
Missing type specifier and one more question 0.00
What happens to the iterator if the underlaying container is changed? 0.00
What is the std::chrono::time_point equivalent of std::numeric_limi... -1.00
How to enable c++17 on vscode(MAC) 0.00
Does malloc return an "invalid pointer value" in C++17? +2.58
Why is the STL Container function empty() marked as [[nodiscard]]? 0.00
std::string concatenation operations 0.00
Compiler independent class name +1.26
Does use of C++17 std::filesystem REQUIRE MacOS 10.15? (Xcode 11.1) 0.00
What is the best way to pass uint8_t* buffer and size_t bufferlen t... +0.02
Using bessel math functions from C++17 standard library in Xcode 0.00
How do you change the default program to open a file in Python? 0.00
Assignment operators 0.00
Make signed int value from unsigned int value and back 0.00
How to access the relative parent directory using <filesystem>... 0.00
Compiling c++14 Code with Mac Terminal Compiler -0.01
Is there a function or a formula to convert string"of letters&... 0.00
My algorithm not detect the second input as a perfect number? 0.00