StackRating

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

Tomek

Rating
1462.32 (4,527,182nd)
Reputation
3,695 (45,448th)
Page: 1 2 3 4
Title Δ
Is relying on the type of a Windows handle being a pointer ok? -0.53
variadic multidimensional array -1.66
How to use `return()` as expression? -1.61
Passing iterators to a function +1.32
how to cast a reference to int8_t to a reference to uint8_t? +0.34
Getter and setter for unique_ptr object (dependency injection) -0.46
Overloading the = operator +0.93
How to get the name, or file and line of caller method? +0.29
Exception to the Rule of Three? -0.56
class template has already been defined 0.00
C++ return reference of object -0.44
segmentation fault in a scanf c++ +1.16
Is it possible to generate an automatic `switch()` directive from s... -1.23
Operator overloading - does not match +0.08
Is it possible to directly identify faulting code that overwrote th... -0.21
Does the range-based 'for' loop deprecate many simple algorithms? -0.88
Delayed function template instantiation -0.85
How to sum all values in the std::map? +4.64
c++ program gets segmentation fault -1.82
How to efficiently fill-in a structure with vectors? +4.22
c/c++ notation of double floating point values +4.48
Why can't I chain a method to a constructor? +4.50
Find two integers such that their product is close to a given real +4.80
what's the difference between (void *)variable and (void *&) va... -2.13
c++ inherit from specialized template class 0.00
Why are function pointers and data pointers incompatible in C/C++? +3.71
What are legitimate uses for function-like macros? +1.42
Several specific methods or one generic method? -0.10
How to resolve automatic return type C++ - continuation +4.64
Thread safe singleton in C++ after gcc 4? +4.74
If I call "delete" on a pointer to a vector std::vector&l... -1.63
Adding destructor definition creates running exception -2.12
C++ Macro to conditionally compile code? -2.92
Stackdump in C++ not showing the stack trace +1.19
Lightweight wrapper - is this a common problem and if yes, what is... -0.61
When reassigning variable, the destructor is not called.. (C++) -1.98
Multiple IFs with the same return -2.32
Signed right shift: which compiler use logical shift -2.90
location counter overflow in tasm 0.00
Decent way to disallow virtual functions due to placement new usage -1.04
C++ calls the wrong function -3.55
C++ : Confused on something about functions +0.25
c++ launch new process and terminate existing one +2.53
Ensuring that a static method gets called before main() -3.26
Why same works for windows and doesn't work for unix? -1.96
C++ proxy class -3.17
how does one securely clear std::string? -3.70
Default parameter for partial specialization -2.64
What is the correct way to force an app to core dump and quit? -1.18
char[N] versus char * +2.07