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 ... 30 31 32 33 34 ... 107
Title Δ
Multiple inheritance and "this" pointer being cast to com... -1.92
Why does not my code in C++ that declares an (local) int array with... +1.60
Initialise first n members only of struct or array -0.20
Why don't we just keep all dynamic memory in arrays? -0.11
Creating pointers inside a for loop results in pointing to same mem... 0.00
A reference to the object of the class with dynamically allocated m... +1.92
How should I read a format string of variable length in C++ from st... +0.30
How is memory deallocated in c++ +0.69
is it possible to reduce delete code size with templates in C++ +1.27
Find a value of an element in vector in a std::map < int , std::... -0.04
C++ usual arithmetic conversions not converting +0.68
Is there a way to avoid preprocessor macros when taking an argument... -0.61
Why parenthesis are necessary for typecasting in C? -0.33
Why does the 'const' qualifier on return type have no effec... -0.39
How to remove a std::function<void()> in vector? +0.79
Is it safe to convert function parameter `const char*` to `std::str... -1.23
Difference between (double) and double() +1.40
Performance impact when resizing vector within capacity -2.22
C++ destructor order of member with shared_ptr -0.75
Why does top in the STL container adaptor stack return a const refe... 0.00
Why can a const method take a non const reference? -0.09
Why does defining this size variable as const result in memory bein... +0.33
Is it ok to use std::shared_ptr<T*>? 0.00
Are pointer to a member of this allowed in object initialization? 0.00
What causes this signed int to unsigned int conversion using a tern... +2.84
Assigning an out-of-range integer to a signed char type 0.00
Interaction between copy-and-swap idiom and move operations 0.00
Is `[](std::list<int>& list){return std::move(list)}(list... -0.23
Non-owning pointer as class member in modern c++ +1.12
Reducing disk size of dynamic libraries if code is shared between t... 0.00
C++ #define or typedef and functions? 0.00
Struct alignment may waste memory? 0.00
Why does Valgrind not report any issue after not freeing malloc'... -2.58
Why is this segfaulting? 0.00
How to replace C++ templates to be C compatible without changing th... -0.48
Using std::vector as view on to raw memory -0.25
How to manage Unicode strings easily in C++ +1.46
Does C++ STL sort check for NaN? 0.00
#pragma pack(1) causes segmentation fault 0.00
Not all values are being set to 0 in this array? -2.64
Is there a never-null unique owner of heap allocated objects? 0.00
Convert a C++ class to double array -0.43
What is maximal block size could be read into memory of a process? 0.00
how to delete a static array in C++? 0.00
Per server request memory budget 0.00
I have problems with shared_ptr. Why does this code throw SEGV? +1.34
What does int bit = (weight[i] & s) mean +0.71
Why "this" pointer has same value inside derived and firs... +1.38
Union of pointers of objects (use only one type for different insta... -0.07
How to terminate a function call after a timeout? +1.46