StackRating

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

JVApen

Rating
1499.90 (3,713,760th)
Reputation
5,635 (29,136th)
Page: 1 2 3 ... 6
Title Δ
std::shared_ptr Thread Safe -0.00
How do I perform an addition of a templated struct? -0.16
Using pointers to elements of STL containers in my code? +2.47
clang insists on compiling uncalled functions 0.00
Hand written move -1.57
How to use errno the same way in C++11 as it was in C++03 -0.14
does std::move make sense on a stack variable -1.59
File scope variables in C++ optimised differently in gcc and clang 0.00
Is the Rule of 5 (for constructors and destructors) outdated? -0.32
Is there a performance difference by wrapping the code in an immedi... 0.00
overridden method not working on the range_expression of a range ba... +0.50
c++ template class store reference or value with same template argu... 0.00
Check same enum, C++ +0.00
Virtual dispatch in a loop +0.45
Constexpr Encrypted Strings 0.00
why can't i define a function of return type 'pointer to st... -0.53
C++ trying multiple conditions in if statement with loop -1.63
Delete pointers in a vector -1.38
C++ multithreading; use of deleted function / invocable of conversi... 0.00
Convert a boring list of switch statements to something shorter and... +2.69
Move Assignment of a Vector Element not working, Copy Assignment is... 0.00
How to release the memory outside of a function if I forgot to rele... -1.13
C++ Constructor chaining to create/maintain an external structure -0.01
std::function internal memory organization and copies; passing refe... -0.72
goto() function with for loops -0.52
Is write guaranteed with one thread writing and another reading non... +1.47
C++ - Best way to create a non-local variable pointer +0.50
what happened after call std::thread::join()? 0.00
How to make my code statements appear in one line with clang-format? 0.00
What does ā€œ\pā€ in comments means? -0.40
prevent hard coded numbers in C++ -0.01
Is a "catch all" block which deallocates dynamically allo... +0.17
Why do we use functions that return a data structure in C++? +1.58
Is there a better way to handle exceptions ? try-catch block is rea... -2.13
what is the use of using the typedef and what does it signifies? -1.97
How can I detect that a template is of pointer type? -0.83
Where should static variables be declared +0.80
Continuous enum C++11 -0.75
Unexpected output in string comparison -0.32
How can the runtime efficiency of this function be improved? +0.48
How to declare enums as extern with default values -0.95
C++17 Default template arguments: invalid use of template-name with... 0.00
Enabling warnings when a noexcept function attempts to call non-noe... 0.00
Order between __STDCPP_DEFAULT_NEW_ALIGNMENT__ and alignof(std::max... 0.00
Handling int and std::vector::size_type in comparsion 0.00
Which is the best way to set a bit & why? -1.15
Proper way of declaring subclass constructer with both initializati... +0.20
Is this manual devirtualization legal / viable? +2.35
Creating a struct with struct members in a source file -0.01
What is the correct way to call a move constructors on the derived... +0.49