StackRating

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

hvd

Rating
1690.70 (195th)
Reputation
68,036 (1,284th)
Page: 1 ... 16 17 18 19 20 ... 37
Title Δ
C++11 strange brace initialization behavior +0.26
How to declare and define a pure function in gcc? +1.51
Can someone explain why I get Fatal error C1202 here and how to add... 0.00
IL constrained call 0.00
How to define floating point constants within template. Avoid casts... 0.00
removing elements from a vector with O(1) runtime +1.10
Return "NOT NULL" in a ternary where I need to say == NOT... 0.00
Is it legal to use the #line directive in a macro argument? +1.65
Passing unconstrained generic type parameter to a constrained method -0.94
How to correctly use On Error Goto for different HRESULT values +0.28
How to refactor LINQ query +0.26
String literal as parameter to constructor 0.00
How not to optimize away - mechanics of a folly function 0.00
Safety of reinterpret_cast on pointer to template aggregate type +0.28
Brace-initialization of an array of structs in c++11 0.00
'using' declaration as SFINAE -0.59
Is returning uniform initialized reference valid? 0.00
Is there a way to force the user to explicitly specify the template... -0.62
How can set different function signature to the same function point... +0.72
Is the modulo operation faster with a power of two even if the valu... +1.49
Is the return type of an expression always match the operands type? +1.25
How does "using std::swap" enable ADL? +0.29
Return type of ?: operator, and phrasing in C++ Primer 0.00
Am I correct in my observation below about §9.3.1/3 in the C++... +1.90
How does git diff -M work? 0.00
Is Git's stashing mechanism essentially creating commit and the... 0.00
C99 VLA size determination and sizeof operator 0.00
is_enum causing incorrect behavior for SFINAE application? 0.00
Missing records if add "NOT IN" -0.07
Is this redundant "typedef" strictly legal? 0.00
Generating a preprocessor error if a define is used -0.45
How do I get a template to favor T* over T&? +1.11
Why does changing the operator from '>=' to '>... 0.00
Why I am not able to refresh dialog box with WM_NCPAINT, but workin... -0.21
Conditional statement in where clause not working -0.84
Enable Template Ctor based on template paramter -1.58
__do_global_ctors_aux not shown in objdump -2.61
Pointer to array of unspecified size "(*p)[]" illegal in... -0.45
Eval how to apply or condition C# -0.82
Do int ref parameter get boxed? +0.33
What's the actual type of lambda in C#? +2.00
What is the relevance of this statement in 7.1.6.1/1 in the C++ Sta... 0.00
How do I safely and sensibly determine whether a pointer points som... +0.29
convert 'std::initializer_list<int>' to 'int' +1.25
Does [Pure] have any implications other than "no visible side-... 0.00
Why does zero-initialization happen even when base has a user-decla... 0.00
How to get a property of an IntPtr pointer in C# 0.00
can I use extern "C" { headerfile of c } +0.89
Where is the implicit cast from TDelegate to Expression<TDelegat... +0.26
Why can't I wrap a T* in an std::vector<T>? +1.08