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 ... 12 13 14 15 16 ... 107
Title Δ
combining C\C++ translation units state? -0.67
should pragma once be on top of every header as default +0.35
Array allocated like char* const pointer gives Gibberish output 0.00
C++ private char* member allocation failure 'Expression must be... +1.96
Double to uint64_t conversion -1.07
How to take ownership of an object while looping over std::vector o... -0.26
How the answer is -0? +0.36
Behavior of integer promotion during bitwise operations -2.19
Implementing small functions in a header file, including in two dif... +1.63
what '-DLOCAL' flag does in C++ compilation +0.35
Will compiler unroll "for" loop when iterating a const co... +1.29
Deal with overflow for character vector -0.64
A issue about the class member access while the nominated data memb... 0.00
C++ How do I check if an object is in an array? +0.53
Is there a way to use std::get(std::tuple) with a non-const int as... +1.74
Will "#include"s in C++ still work on other PCs if they h... 0.00
What is the common idiom(s) for resetting the moved object? -0.47
how does std::optional work under the hood? -2.26
In a C++ range-based for loop, can begin() return a reference to a... -1.05
c++: array of pointers -0.50
How to dynamically created objects and access their pointer +0.36
Garbage-collect declared struct after using 0.00
How can I use struct as key? +0.35
(Why) are std::chrono literals lvalues? +1.80
Return the address of the argument which passed by value in C 0.00
calculate size of an integer/any data type without using `sizeof(*t... 0.00
C++ how can i use the same .h and choose different .cpp when using... 0.00
How do I inline a pointer in CPP? -2.45
*** Error in `': free(): invalid next size (fast): 0x0000000000... +1.61
How to implement the iterator in C++? +1.83
C++ virtual function call by value 0.00
I am unable to print out the value 201703L for _cplusplus macro for... 0.00
Where to write the * in declaration? +0.36
Does --list.begin() == list.end()? +2.30
Why do STD implementations of mt19937 have double sizeof as boost v... 0.00
Multiplying float with double overflow in C++ 0.00
Printing array of doubles gives unexpected results -0.70
Are these float attributes macros specific to GCC? 0.00
Two objects with arbitrary lifetimes with references to one another? 0.00
convert vector<int> to const unique_ptr<const int[]> -2.46
Constructor to initialize base part of derived class by object of a... +2.12
Returning an object pointer from a recursive function met with acce... 0.00
C++ : How to safely deallocate a heap-allocated array of vectors? +1.60
Why is const template parameter not a universal/forwarding reference +3.09
Do reference to dereferenced NULL pointer produce UB on creation or... 0.00
How is memory managed during C++ copy elision? -0.96
Full form of .cpp extension -2.37
'windows.h', what about other platforms? +1.02
Passing a char array to a function that expects a const std::string... -2.08
constant time,linear time complexity +0.34