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 4 5 6
Title Δ
What in the world is T*& return type -0.92
Compact way to make a Variable non-copyable -1.65
Differences between passing by reference and passing by address -0.55
How to generalize the functions, which acting on a vector of (same... +1.31
Difference between using a "result variable" vs raw varia... +1.98
std::array equivalent in C -0.41
Debug variadic arguments 0.00
Do Clang vs Clang tidy detect the same warnings and errors ? 0.00
C++ Cannot use getter function inherited from base class 0.00
Is it mandatory to delete a pointer variable within a structure, be... -2.08
Thread how to change sleep time +1.95
convert strongly typed enumerator to its underlying type in compila... -0.04
how to use pointer of one namespace in another namespace nad both t... 0.00
Copy elision, std::move, and chained function calls 0.00
templated using declaration in templated struct scope 0.00
thread pooling in c++ - how to end the program +1.22
Move from temporary used in method chaining +2.21
force clang to use llvm instead of gcc in linux 0.00
What is the proper indendation practice for c++? 0.00
Is there any way to extend the lifetime of a temporary object in C++? +0.89
Understanding volatile asm vs volatile variable -2.85
Custom Stream Utility -4.35
Are unnecessary atomics eliminated by the compiler? 0.00
std::vector inside a C structure +0.77
Should we capture by const reference in lambda? -0.05
Default argument for a vector of comparator functions 0.00
Why is it not possible to inline function definitions in .cpp file? +1.06
How should I work with day-since-epoch values before C++20 is appro... +5.62
reinterpret_cast returns zero on nonzero pointer? 0.00
C++ only create an instance of a class if a condition on the templa... +3.44
The use of return; For a beginner, from a different perspective c++ +4.65
Any optimization for random access on a very big array when the val... -1.83
static_cast of unique_ptr to void *, with constructor arguments -3.35
Is there a compiler warning is Visual Studio 2013 to detect referen... +4.99
Storing in std::map/std::set vs sorting a vector after storing all... -4.15
Unexpected behavior of vectors when using references -2.51
Should I avoid operations between constants in a loop? -0.11
How shared_ptr copy constructor work? -0.45
C++ constexpr : Compute a std array at compile time +4.24
Can't append string more than once in c++ -2.88
Inserting items to vector by value vs unique_ptr 0.00
c++ auto-comparator for structs +2.07
string or const char*, which one is more efficient to be used as co... +4.23
How can I assure a pure virtual method is called from my derived cl... 0.00
int and const int in C++ -0.07
Array definition in template classes +1.93
How variable 'a' will exist without any object creation? +3.76
Order a list depending on other list -2.37
Is it a good idea to change pre c++11 setting functions to modern t... 0.00
Is there a way to customize the compile error/warning message? +3.50