StackRating

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

eerorika

Rating
1581.19 (2,918th)
Reputation
104,664 (689th)
Page: 1 ... 17 18 19 20 21 ... 107
Title Δ
How to use __VA_ARGS__ 0.00
Return a boolean in a function without a defined return type and sa... 0.00
Why can I use more memory than allocated? 0.00
How can I "convert" ISO-8859-7 strings to UTF-8 in C++? 0.00
Are classes namespaces in C++? 0.00
where downcasting is actually useful? 0.00
MSVC ignores [[maybe_unused]] for functions? 0.00
what is std::exception::what() and why to use it? +0.33
In C++ algorithm header, why use "!(val < *first)"? 0.00
Why is volatile int convertible to int but volatile T is not conver... -0.98
Does struct with reference member have unique object representation? +1.59
Can multiple 'const reference' variables share the same mem... -2.29
how do functions read pointers? -1.20
Why do C++ compilers translate source code into Assembly before cre... -2.65
Why do fancy pointers exist? +2.67
How to write a constructor with exception -0.16
There is any difference between ascii and unicode at processing lev... 0.00
How to return value from std::thread -0.59
Why can I stored a variable at an address that is not a multiple of... 0.00
Pointer-to-const and const-pointer -0.15
How to fix this deprecated use of std::allocator? -1.64
using a template with a struct incomplete type error +2.36
Struct included in two header files, neither of which I own 0.00
How to avoid circular dependency and undefined type error when crea... +0.34
availability of __builtin_bswap16 for signed short? 0.00
Why can I assign one object to another without overloading the &quo... 0.00
Do includes in .cpp file get included when a .h file is included +1.71
how to change sizeof(std::string) 0.00
Align C++ array of structs on 64-bit boundaries? -0.43
What's the "real world" performance improvement for m... +1.58
inconsistency between complier generated copy constructors on padding 0.00
dynamic_cast<> question using Stroustrup example 0.00
std::find, alternative method that returns all found values instead... -0.58
Memory leak when using fortify static code analyser for unique_ptr 0.00
I am looking to define two library with different names that use th... +0.07
How can I point to data in a file? 0.00
Pass input parameters as rvalue references? 0.00
Are char ch[][] and char *ch[] both are same -2.35
How can I determine what header calls another header in c++? -2.24
Check if string is "null" in C++ -1.53
What is pointer pointing to when there's no element in that arr... +2.07
Placement new depends on iostream 0.00
C-style casting references 0.00
Should functions declared with `= default` only go in the header file -2.41
where should friend functions be written? 0.00
Using clang or g++/gcc to print preprocessed code without including... +0.50
STL container of structure having character array elements +1.95
Why does bi-directional/forward operators don't support inequal... +0.78
Returning char * instead of string +0.34
Data structure for FIFO behaviour and fast lookup by value +0.79