StackRating

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

YSC

Rating
1601.57 (1,710th)
Reputation
26,125 (4,884th)
Page: 1 ... 6 7 8 9 10 ... 15
Title Δ
Use macro to define print format arguments +2.23
Static members erroneously initialized as empty strings 0.00
finding header files for simple device driver in Fedora 20 +0.08
creating multiple instances of an array a[1] declared inside a stru... -1.03
Calling private function in lambda from outside the class +2.33
Webpage counter where the counter value is smaller than the number... 0.00
How to print the entire shape without splitting it into two nested... +1.21
program terminates on Index out-of-range +0.46
Can the following lines of code be optimized away? -1.78
Incorrect cast - is it the cast or the use which is undefined behav... -1.04
How to compare two maps by both key and value and storing differenc... 0.00
Why does overloading operator new change the behavior of new[]? -0.02
macro that defines entire derived class from one function and certa... -2.05
Overhead of `using` 0.00
How to construct a array of object by invoking a non-default constr... +0.46
When can std::thread::join fail due to no_such_process +1.70
cannot copy string to an character array +1.91
How to find C++ language constructs allocating dynamic memory? -2.01
Is it well-defined to use `std::addressof` on non-active union memb... 0.00
Logic error with std::replace +1.29
Partial search a array of strings in C++ -1.88
Break static variable dependency using Link Seam in C++ 0.00
About temporary objects in multithreaded program 0.00
How to get the right value? +2.02
How to elegantly check if the template type is derived from the spe... +1.01
Absence of an ouput from the thread running in the wrapper class sc... 0.00
Re-declaring object in a for loop - C++ -1.23
The program compiles using Visual Studio but clang and gcc cannot d... -1.82
Access to private member from static helper function 0.00
Are infinite std::chrono::duration objects legal? +1.97
Writing binary data to fstream in c++ 0.00
reinterpret_cast template class from non-const to const version -0.60
Find equals value into an array in c++ +1.11
Find and insert - std::map c++ 0.00
It's possible to prohibit implicit cast in C++? 0.00
How to get an array size at compile time? +0.34
Memory layout differences in structs +1.34
Find all move constructors and move assignment operators (particula... 0.00
Is it legal to call a constructor twice for the same storage locati... 0.00
What does this block define? +1.11
operator<< overload for vector -1.79
What does "void SomeFunction(int, void*)" mean? -0.36
Can ptrdiff_t represent all subtractions of pointers to elements of... +0.53
volatile struct = struct not possible, why? +2.63
c++ operator += overloading return reference to +1.66
Character thrown but integer catched: how are promotions and conver... +0.47
How to allow only iterators with a ceratin value_type? +1.94
set<shared_ptr<T>>::iterator to set<shared_ptr<T... -1.32
strcpy_s copying more than string length to target buffer (filling... 0.00
With private inheritance, when is it ok to upcast? +1.25