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 ... 16 17 18 19 20 ... 107
Title Δ
How can I use memalign? 0.00
Returning a Derived pointer from a virtual function +1.36
How pointers of base class are used to form derived class object? +0.35
Stack vs heap -- speed of access, creation and deletion 0.00
C++ How do i get a pointer to a class' virtual function table? 0.00
Use NULL pointer in C shared library 0.00
Recursion ( return statement ) 0.00
should CMake add_executable include header files? 0.00
How to free memory allocated by new[]? 0.00
Using the default value in the middle of a function C++ 0.00
Allow use of member variable depending on preprocessor directives 0.00
Getting rubbish value when cout my dynamic array 0.00
C++ detect program ending in destructor 0.00
Max no. of elements that can be stored in the std::vector<int> 0.00
How to avoid same sequences of random numbers 0.00
Constexpr version of function gives different result when called th... 0.00
What is the colon in an enum class declaration? 0.00
Why does Return Value Optimization not happen if no destructor is d... 0.00
What do I use for better performance : vector of pairs or 2d array? 0.00
Can char* and void* be used interchangeably in all cases as buffers... 0.00
Passing variable from function A to main and back to another 0.00
Trivially copyable vs trivial vs standard layout vs pod 0.00
How a dynamically allocated object is deleted if an error occur in... 0.00
Are C keywords/functions not enclosed in std namespace in C++? 0.00
What decides where on the heap memory is allocated? 0.00
Why address gotten from the pointer is always the same? 0.00
Pointers in cpp 0.00
Increment an integer pointer and assign the value of the incremente... 0.00
size() and capacity() of c++ vectors 0.00
Ignore `Wunused-parameter` for 3rd party headers 0.00
Examples of mandatory type deduction in C++ 0.00
non pod structs behavior with extern C 0.00
Why is sizeof(str) is equal to 8 , when it should be equal to strle... 0.00
strong aliases for primitive types 0.00
Accessing uninitialized object. How is this possible? 0.00
Calling delete on original buffer of char type after casting .c++ 0.00
How do I split many variable-sized units of work into equal sized b... 0.00
C++ Size of char* buffer 0.00
The "inline" keyword in C++ 0.00
Does reinterpret_cast cause a strict aliasing violation? 0.00
Mnemonics and the pointer-to-member syntax 0.00
c++ is it well defined to cast a static array to a pointer and then... 0.00
Can I use the static keyword for classes and structs in C++? 0.00
c++ sizeof - need help understanding 0.00
Is there any way to use type-punning in the c-union-style with c++? 0.00
How to convert ANSI to UTF-8? 0.00
Double vs float precision issue 0.00
Is there a way to get element's offset in predicates passed to... 0.00
How to find it the array of size 'x' is completely filled o... 0.00
Why accessing out of bounds not producing any error in my code? 0.00