StackRating

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

paweldac

Rating
1477.68 (4,504,544th)
Reputation
880 (172,100th)
Page: 1 2
Title Δ
Why are C++ classes with virtual functions required to have a non-t... -3.09
how to use boost::bind with std::thread (in Wt c++) +0.26
Is it ok to subclass std::unique_ptr to transparently apply a custo... -0.16
The callable function called by std::call_once will hang if it trie... 0.00
C++ - custom matrix struct +0.54
Why is it not displaying output according record? +1.89
Approach to build a perfect hash function? 0.00
How and when static classes in c++ are initialized? 0.00
program that will display all numbers multiple of 7 which are betwe... -3.87
Why does [std::is_move_assignable] not behave as expected? -2.90
Does std::multimap::emplace overwrite old keys? +0.60
How to pass a function in a class as a parameter to another functio... -4.04
Why can't [std::unique] apply to [std::multiset]? -0.87
Function Template Specialization for a specific templated type 0.00
Does "std::string + char" expression create another std::... -2.86
Can I check a C++ iterator against null? +4.21
Is it possible to create an array of strings, if so, why am I getti... -3.91
C++. How to delete from an array elements less or greater than x 0.00
Why std::numeric_limits::is_integer is false for volatile types? -3.22
Show five digits after decimal point in c++ but if there are 0 afte... +3.78
Passing initializer list to the inherited map 0.00
Check for unique characters in a string -0.56
Replace C memory mapping with C++ equivalents 0.00
Accessing array index greater than the array size +2.43
Trie ending at current node or node after -1.85
Inheritance : call a derived class function from base class -0.84
std::map reading while inserting in a separate thread -2.78
Using setters in constructor +2.55
How to set returned value of log10(0)? -4.31
Can't add new data to arrays C++ +4.09
Does boost::any need RTTI? 0.00
Rule of thumb for using auto&& and const auto & 0.00
Does the wrapper class for a thread safe object also need to be mad... -3.19
simple structs with make_unique and emplace_back +4.67
How to return a vector by reference implicitly expecting an empty v... -3.89
Is there any exception that catch(...) can handle while catch(excep... -1.84
Why do vectors declared without size need push_back to accept input... -0.75
If I have a pointer to a vector, does inserting invalidate it -0.60
Using condition variable to trigger threads one at a time -3.40
Searching for value in pointer: Reading 4 bytes given uint8_t point... -2.82
Is there a way to init/call CTOR in the .cpp? +5.79
what is the issue with the following code as I am receiving 'w&... -2.82
Sorting both ID and 2 sets of values using STL containers -0.88
Is > faster than ==? 0.00
How do I put a thread in a C++ smart pointer? +2.36
Delete text between two characters -1.48
Validate console input in c++ 0.00
Cannot convert parameter 1 from 'Component<W> *' to &... -0.11
Coupling Static Visitor with a Static Polymorphism Hierarchy -0.08
Fastest way to find substring in a string c++ 0.00