StackRating

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

geza

Rating
1545.07 (9,560th)
Reputation
13,109 (11,083rd)
Page: 1 2 3 4 5 ... 7
Title Δ
c++ safeness of code with implicit conversion between signed and un... +2.15
calculating the mean of an array c++ 0.00
Can I trust floats or doubles representing integers to retain preci... -2.18
How do I create a "spacer" in a C++ class memory structure? +1.57
How to utilize tail-padding? -2.08
Why is there now a difference between "{static const char a[]=... +1.81
Hash from object's content as object ID: fast alternatives for... 0.00
Does adding a static constexpr member change the memory mapping of... +0.41
destructor on placement-new +1.94
Loss of precision for int to float conversion -1.23
How should a UTF-8 decoder handle invalid codepoints (surrogates, l... -0.27
Increase efficiency of component-based game engine +0.18
Passing a char pointer to a function accepting a reference to a cha... -0.85
Why is casting from char to std::byte potentially undefined behavior? 0.00
Why is dynamic_cast to a non-unique base class type allowed? +0.41
Why does my code output incorrect results? Integer overflow? -0.78
which is better practice, uint64_t or intptr_t in C +0.64
Pointer to unique_ptr - is this a loophole? -1.13
difference between 0-x and -x in c++ 0.00
Any differences between ( var > x) and ( x < var)? +1.90
Foreground service getting killed from Oreo +0.46
Why is this 64-bit compare being treated like a 32-bit? +2.37
What causes my loop to run slower during its first iterations? +0.68
Why is acos() resulting in "nan(ind)" when using the resu... 0.00
Jumping from a scope 0.00
Why does const_cast remove constness for a pointer but not for a po... +0.64
Sin and cos function in C++ vs MATLAB 0.00
Single quotes as separator in large number? 0.00
Can a reinterpret_cast change the object representation? +1.38
double and float memory allocation on modern comptuers 0.00
reversing two's complement for 18bit int -0.95
Quaternion slerp with shortest path not working 0.00
Explanation for why allocating a second time changes performance 0.00
Is that possible to include a header file in an indirect way in C++ -2.05
Is using for loops faster than saving things in a vector in C++? 0.00
Placing a namespace-scope file-local (.cpp) constant in an anonymou... -0.91
How do I modify bits of float/double without undefined behavior? -0.56
How to setup a data breakpoint on a reference -2.16
Why can't I declare a constexpr local, when a const one works? 0.00
Data structure for O(1) search 95% of times +0.27
When is the address of a const reference function parameter unique? 0.00
How to correctly create C++ object file (.o) on OS X? 0.00
Why delete a non-member function? 0.00
What difference does /MD, /MT make when compiling object files? -0.05
printf like utility in c++ without format specifier? +1.19
Rendering Transparent Blocks in OpenGL 0.00
Resolving circular dependencies from inheritance +2.04
C++ Memory Address of const class instances 0.00
Are these integers misaligned, and should I even care? +1.73
Why is one of these dynamic programming implementations of the Fibo... -0.24