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 ... 50 51 52 53 54 ... 107
Title Δ
Cast unsigned short * to unsigned int * -0.90
Does float type coercion always yield the same result as static_cast? 0.00
How do i return the size of char array with a function in c++? -0.12
What is the usage of references and pointers to constants? 0.00
What's the total generic pointer type? 0.00
C++ : 2D array by reference? Why does this function work +0.40
Using pointer and reference as return type in same function +1.66
What kind of code is in that file *.cpp.. #define mdTyVzgFy4_0UFy9G... +0.37
Error: this statement may fall through [-Werror=implicit-fallthroug... -0.64
Why does casting unsigned char* to char* require reinterpret_cast? -1.42
cant return a string from function 0.00
Prevent std::move on object? -0.55
How to return a constant from a member function that (usally) retur... +0.36
Guaranteed memory layout for standard layout struct with a single a... +0.35
Define macros based on endianness of machine -0.68
Best STL container for fast lookups +1.81
What's the most suitable c++ replacement of calloc? 0.00
Should I also include string.h even it exists in header file? +0.37
How to properly handle if a function exits without encoutering a re... -0.63
Idiomatic way to prevent slicing? -1.72
Infinte constructor loop +1.66
std::stoi results in segfault +0.38
compiler ignores operator new allocation +0.54
Problem removing backslash characters on std::string +0.02
Member function vs friend functions: why one and not the other? -0.59
Why do I get Hp printed instead of an empty line? +0.33
Why can't pointer fit variable of different type, even though s... +0.75
Using uint64_t in 32 bit application 0.00
Casting an object to an address returned by dlsym 0.00
Is it possible to swap out a base class in C++? 0.00
if I am not allowed to assign rvalues to reference why does the fol... 0.00
Why does _GLIBCXX_DEBUG have to be set in first line? +0.43
What does virtual void do? -0.13
How to prevent memory leak when we "have to" pass pointer... -1.87
Is the output of a c++ program with floating point predictable? 0.00
Check if vector is uninitialised at a certain position +1.38
Understanding error with taking address of non-static member to for... -2.01
What can Boost do that modern C++ cannot? +2.19
Why is zero-initialization not the default for non-initialized vari... -1.36
What's the difference between char[] and char[n] in C/CPP? +0.37
Extending std::to_string to support enums and pointers +1.52
Implementation of a floating point library of any precision +1.20
Calling function pointer inside vector doesn't do anything -1.28
'std::filesystem' has not been declared after including <... -1.55
Is there any way to access everything except the last template para... -1.12
Does int main() need a declaration on C++? +1.11
Operator overloading with different datatypes in C++ +0.37
Invalid new-expression of abstract class type 'A' 0.00
Can multiple base classes have the same virtual method? 0.00
Type-casting int array to char pointer and reading in-between value... +0.08