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 ... 54 55 56 57 58 ... 107
Title Δ
Transfer smart pointer ownership to container +1.34
Variables can only be "declared" globally, but cannot be... -1.87
Definition of "atomic object" -0.17
Are static data members initialized before all class objects? -0.36
Can or why can't I search for element by index in std::set? 0.00
Linker error depending on where an instance is declared 0.00
C++ Why are non-const array declarations bad? +0.86
Is it a good practice to call pthread_sigmask in a thread created b... -2.26
Why not prompt "double free" after destructing 0.00
Filling an array using a pointer 0.00
binary > T does not define this operator or a conversion to a ty... 0.00
returning int& in function with static int 0.00
Define methods of anonymous class in another file 0.00
&(array+1) gives compilation error while &arr works -0.10
#pragma once vs. include guards +0.27
Including a library in both the header file and the cpp file -0.51
A legitimate use case for volatile in C++? -0.87
what is the way of overriding a method in some code 0.00
Is it possible to execute code after a program has crashed? +0.28
Understanding perfect forwarding -2.24
C++ unused headers 0.00
Can I store a collection of iostreams without manually allocating t... +1.60
Does exist two numbers that multiplied (or divided) each other intr... +0.06
C++ map -- Self referencing iterator +1.64
C++ program using a c library - Converting a smart pointer to a raw... +1.43
C++11 Most accurate way to pause execution for a certain amount of... 0.00
Is possible that vector::size() returns a wrong value? 0.00
Why is a naive `iter_swap`potentially much slower than `swap`? -2.24
How to make ofstream constructor fail when opening non-existing file? -1.27
Structure of declarations in C++ The C++ Prog. Lang 4th edition by... -1.90
convert char* to structure in c++ +1.70
Is a member pointer defined with 'new' in the header file a... 0.00
Use struct / class as function data type 0.00
What does if ( a & 1) means where a is an int? 0.00
"Moving" sequential containers to pointers +1.16
Why is the output a question mark in a box instead of a number? -1.49
clang & gcc interpret series of cast differently 0.00
Can a header file be included in multiple source files, without dup... +0.67
How to print list of all threads in C++ application? +1.49
How to dereference a pointer address? -2.32
Given an integer M, what is the largest float C such that (int)C &l... 0.00
When i run the following code adding str.front() + str.back it give... -1.65
How to return arrays from a function in C++? 0.00
How to know whether detached std::thread has finished its execution? 0.00
C++ Virtual Inheritance weird behavior +0.90
Can the address of an object change? +0.99
Once more volatile: necessary to prevent optimization? +0.02
Is there a way to loop through only jpg files? 0.00
Subtracting memory addresses in an array, but it's giving me th... +2.03
Do vector indices not wrap around in C++? What is the workaround? +1.46