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 ... 4 5 6 7 8 ... 107
Title Δ
strange phenomenon about C++ memory address 0.00
Conversion of const char** to std::vector<const char *> -1.38
how to implement a memory allocator 0.00
Virtual destructor, what would happen I didnt have a destructor in... 0.00
C++ language feature: double square brackets [[ ]] used in class or... 0.00
How can I cast (n+n%2) expression to float so it will give me float... 0.00
C++ Calling parent virtual function from pointer 0.00
How to use union in C++ correctly? 0.00
why am I able to call grandparent method with grandchild object? I... +0.42
How is `int a[100] = {1}` initialized +0.11
C++ use iostream inside class +0.38
std::reference_wrapper v.s. int& 0.00
Allocation: Smart pointers and dynamically sized structure 0.00
What is the correct way to cast a struct to a type that matches its... -1.15
Can non-array continuous block of data be accessed by pointer with... 0.00
Dynamic memory allocation in C++ language 0.00
Can you compare nullptr to other pointers for order? Is it always s... +1.24
Why is the reverse iterator .rbegin() prevented from being used as... 0.00
STL container for objects with references +0.39
If char *name = "Emma", why is &name not the same as... -0.20
Why can't a bit field be split between different underlying typ... 0.00
Get amount of reserved memory from an array 0.00
The syntax for smart pointer -1.91
Vector of new vectors -0.62
Returning void pointer in pthread +0.07
How to cast an integer to a constant void pointer? +0.38
Do precompiled headers speed up compilation if there is only one `.... +1.20
Why is there a ".h" extension in <bits/stdc++.h>? +1.67
how do i print out multiple elements from an array in one go? (C++) -0.14
Explanation for stack memory allocation function - C++ +0.37
What's the difference between typeid(*this).name() and typeid(t... 0.00
Assignment of objects doesn't work in C++ -1.61
How to check if int32_t number can fit in int8_t and int16_t? +0.51
why is string s = (char*)tag.c_str(); is wrong when tag is a string +0.39
Proper use of std::sort in c ++ -2.27
How can I get the c++20 std lib? 0.00
how to make g++ ignore calloc pointer type error when compiling c c... +1.17
Overloading operator + and doing a + b where a is int and b custom... 0.00
C++ iterate primitive type container with ranged for -1.01
How to use cout and cin without #include in C++? +0.38
Iterate through variables in a struct c++ -2.59
When should I pass a "reference to pointer" or a "po... 0.00
Inlining struct member 0.00
non-UB constexpr function to bitshift a float or double? 0.00
Avoid memory leak with delete in C++ +1.77
Differrent function signatures C++ +0.38
Is the size of an std::string always the number of printed characte... +1.55
How do I return another object with operator overloading? -0.03
Is there any reason to use extern for constants anymore? 0.00
defining a string in C++ with const char *str="Hello"; 0.00