StackRating

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

eerorika

Rating
1581.19 (2,918th)
Reputation
104,664 (689th)
Page: 1 ... 48 49 50 51 52 ... 107
Title Δ
Can an enum be reduced to its bit size in C++? -1.20
the usage of copy-constructor method? -0.62
What does this type of declaration mean? -0.38
How to convert long long to unsigned int in C/C++ -1.41
Overwrite array with array 0.00
std::vector construction with in place construction of elements +1.72
No array bounds check when using auto +0.32
Using an already-defined struct as an anonymous member of a union -0.12
How to declare array of same class type in header file? +0.18
Printf function formatter -0.34
Converting a pointer to X to an array of X -2.13
How to set a default value for std::list argument in C++? 0.00
Why is a[j] equal to j[a] for every array a and integer j? 0.00
Does pimpl design pattern prevent you from compilation? 0.00
Adding a new value into the linked list +0.37
Is there anything to generically invert a C++ Comparator type? 0.00
How remove NAN from C++ vector? -1.35
How does std::forward deduce the type of `_Ty`? -1.32
Most portable way to start other executable +1.49
How to get known paths for linux 0.00
Avoid double search or unecessary construction with std::unordered_... 0.00
Initializing a char* and std::string with bytes 0.00
Is it possible to read and write to a header file? 0.00
Lazy __FILE__ and __LINE__ Population 0.00
why does having more than one thread(parallel processing) in some s... +1.38
C++ calling the correct method for derived class 0.00
How is the conversion from one class to another possible? 0.00
Which is the best way to yield thread? +1.11
C++ How to add vector in a vector? vector.push_back( vector<>... 0.00
static_cast int to reference to int? +0.39
Can I check built-in type at runtime? -0.08
Is it necessary to have virtual destructor if the derived class onl... +0.15
C++ pointer to class object +1.82
return local struct that have array member -1.94
How to call derived method via function pointer? 0.00
'strtoll' and many others "not a member of 'std... -1.47
Why can a function which takes a reference be given just an object... +1.03
What is a fully qualified name? +2.11
Why does dont you have to #include<vector>, if you already in... -0.59
Is there a standard function to busy wait for a condition or until... -0.62
Is it possible to use std::basic_string as a wrapper around char*? -1.36
C++ default constructor and POD questions when initializing a new o... -2.21
When are explicitly-named variable captures necessitated in the def... +1.21
Assign a negative number to an unsigned int +1.50
time_t to boost date conversion giving incorrect result +0.37
Comparison of bool data types in C++ +0.13
What's wrong with this code to sort Maps in CPP by value, using... 0.00
Allocating and constructing 5 objects -0.44
What are pros and cons of std::initializer_list and c array []? -1.83
c++ capture ctrl+c without using globals 0.00