StackRating

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

darune

Rating
1470.04 (4,519,573rd)
Reputation
1,577 (104,305th)
Page: 1 2 3 ... 7
Title Δ
Disable printf using freopen stdout while keeping std::cout functio... 0.00
Do anyone know at least one C++/Windows function wouldn't work... 0.00
Convert ASCII char to uint8_t C++ 0.00
How to disable RTTI in C++ for MVSC compiler? 0.00
Is double-construction undefined behaviour? -1.43
strdup for converting const char* to char* 0.00
accessing std::shared_ptr<std::map<>> without using &qu... +0.04
Mimic std::bind_front in c++17 for calling member functions -2.06
Modern C++ approach for providing optional arguments +0.20
C++ equivalent of C# Convert -1.22
C++: How to implement private helper function that requires access... -1.89
c++ program using pointers to pass/return a 2d array prints nothing -0.01
How to find the closest number to a given number +0.80
How to find the closest number to a given number -1.32
how to recursively search a matrix to find a path 0.00
Best way add optional payload to sorted container 0.00
Google Test Framework does not print std::optional +0.00
std::cout thread safe formatting and io manipulation +0.53
Heap allocation vs std::vector +2.32
Making a safe buffer holder in C++ 0.00
C++ Higher order templates 0.00
Non-type template parameter with default value of type template par... 0.00
C++ std::async vs thread for multiple tasks 0.00
"result type must be constructible from value type of input ra... 0.00
std::getline does not works inside a function 0.00
How to list UTF encoded filenames in a given directory in CPP? -1.37
Why does this std::queue/list of pointers to structs not free memor... 0.00
C++ template type circularity and non-template pointer to template... -1.54
How best to implement the "newtype" idiom in C++? -0.67
Is a "catch all" block which deallocates dynamically allo... +0.33
Lazy argument evaluation for try_emplace? +2.98
How to detect if VS C++ compiler supports C++11? +2.17
Why does bi-directional/forward operators don't support inequal... -0.60
Memory efficient way to represent shortest path? +0.03
Data structure for FIFO behaviour and fast lookup by value -0.60
Converting ddhhmm to YYYY-MM-DD hh:mm format in C++ -1.56
std::vector of <key-value> pairs with different types 0.00
efficient extraction of elements from a C++ unordered set +1.46
Balanced partition of iterator range without LegacyRandomAccessIter... +2.27
The correct way to convert malloc to new -0.17
Recursive function for finding power returns zero for large exponents -0.77
Convert multi-line if statment to single line with map -1.22
What happens if future.get() is called after promise.set_value()? 0.00
How to return reference of unique_ptr<Derived> from unique_pt... +1.46
Save a Type to a file -0.47
Is it possible to implement an O(N) time & O(1) space solution... 0.00
Difference between std::fabs(a * b) and std::fabs(a) * std::fabs(b) -0.46
C++ Continue the execution after signal handler 0.00
C/C++ Printing stack bottom to top with recursion +0.03
Should I make my local variables const or movable? +0.58