StackRating

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

StackedCrooked

Rating
1485.36 (4,468,081st)
Reputation
18,755 (7,387th)
Page: 1 2 3 ... 6
Title Δ
Why is (a*b != 0) faster than (a != 0 && b != 0) in Java? -0.17
Can I abstract away specific details about templated classes? -0.44
Why can't non-POD objects be copied with memcpy? -0.41
enum to string in modern C++ and future C++17 +0.79
Why the following non-static data member initialization is invalid... -1.10
iterate through a "map" where the value is "enum" -1.24
Can C++ code be valid in both C++03 and C++11 but do different thin... -0.82
Are templates + functors/lambdas suboptimal in terms of memory usage? +1.73
Why does this work: returning C string literal from std::string fun... +0.23
Thread mutex lock doesn't seem to block -1.54
What is the performance penalty of using std::vector in C++? +0.90
Apart from iostreams what in standard library cannot be copied? +1.02
Boost Variant essentially a Union in c/c++? +0.38
C++ "everlasting" variable +1.66
Telling the compiler that I am no longer using a namespace in C++ -0.52
How to make HaspMap if we don’t have any haspmap api +2.17
Is this bad code? +0.58
What's the proper way to associate a mutex with its data? +0.81
Alternative to virtual static functions in c++? -1.06
forward declarations, and template instantiation context +2.46
Should my function return a pointer to std::vector, or a reference... -0.17
Make sure file name doesn't go out of scope -0.59
C++ pre-allocated vector of objects containing pointer +1.23
Are there any advantages of _not_ using multiple files in a code-pr... +0.16
What are the advantages of using more then 1 code file for a projec... -0.31
How do I find the name of an operating system? -1.90
Cross platform compatibility in C/C++ (porting a project from Java)? -0.60
googletest integrated in CLR/CLI Compilation error LNK2028 0.00
"Iterate" over constants defined inside a namespace +2.23
Simple dictionary in C++ +1.86
Creating a future from intermediate futures? 0.00
What is the most simple (and correct) escaping algorithm? 0.00
How to react to an event triggered by a specific date and time bein... +1.56
'No match' error when overloading multiple operators +0.03
const_cast vs reinterpret_cast +1.39
c program of strcat using pointers -0.52
How to define different types for the same class in C++ -1.00
Which STL object or memory management to be used for dynamic entities +2.69
OOP and Design Practices: Accessing functionality of member objects? +2.41
Should I worry about the alignment during pointer casting? -0.17
C++ new object every time function is called? +0.85
Why isn't std::string::max_size a compile-time constant? -1.31
Inject uint16_t value into uint8_t array using pointers? -1.04
Why clear() used on vector of vectors doesn't clear the values of t... 0.00
char*-Array as Paramter -1.00
Is there a way to assert if an object has been properly constructed... +2.63
Boost asio - udp server -1.02
C++ Nested If Statement Readability +0.65
When to use `static_assert` instead of SFINAE? -0.92
Equivalent of Java interfaces in C++? +2.01