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 ... 36 37 38 39 40 ... 107
Title Δ
Dynamic 2D array. Why is segmentation fault? -0.50
When do you need a null terminated string in a read-only scenario? +2.76
How do I create and name an object at run time? +1.16
why and how to use bind() as predicate in c++? +0.61
Aggregate initialization vs uniform initialization 0.00
Union with bitfield gives unexpected value to bitfield members -0.46
How to detect division by zero using std::error_code 0.00
Can I directly assign an address to a pointer? If so, how to do that? +0.36
How do I Include spaces between my integers as output +1.14
Are there some smarter smart pointers in C++? +1.09
Is it possible and/or good practice to use parameter packs as class... 0.00
Convert a floating point number to a localized string in C++ +1.48
Difference between for loop and the range based loop in C++ -1.56
invalid conversion from ‘const int*’ to ‘int*’ in template function -2.56
Narrowing conversion from double to float -3.08
Process returned -1073741819 (0xC0000005) for template with double... +1.59
I'm having an 2D Array Redefinition Error +1.46
Use an array with non-static size inside of a class -0.29
how to understand enumerate type enum which is defined inside of a... -0.27
How to convert std::wstring to char const[] 0.00
C++ need to delete certain values from an array +1.04
is there anyway pass function as template parameter? -1.25
Why is a re-constructed map type different from the original one? +1.39
Where to put external libraries +0.36
I can define the length of an array using a constant, so why doesn&... +1.26
Defining sub-structure of sub-class inside parent class -1.10
Forward declaration in header only development 0.00
Is there a standardized method to send JPG images over network with... +1.09
Using union as key for std::unordered_map 0.00
Float comparison in C++98 -2.17
How do I delete a dynamically allocated array that is initialized i... +0.36
Why is "++i++" invalid while (++i)++ is valid? -1.30
Will a compiler remove effectless references? -1.96
How to efficiently move (some) items from one std::map to another? 0.00
How to wait for a value with timeout -0.90
Is it safe to have all members active in a C++ union? +0.43
quickly cast a vector of unsigned char into a vector of POD struct... 0.00
Is it possible to inherit members as pointers? -0.23
foo(void) vs foo(void *) -2.77
macro C++ #define EXAMPLE(obje) (::f(s, (obje), arg1, arg2, arg3)) -0.63
Lambda closure lvalues can be passed as rvalue reference parameters -0.87
Purpose of passing function pointer as function arguments +0.35
Add element from set of strings to vector of set of strings -2.41
How does the new keyword make a difference? +0.46
What does it mean to have sole ownership of object for unique_ptr? -2.27
How can I send a POST request in C ++ without using sockets 0.00
size of std::unique_ptr object with custom deleter (a lambda with c... +1.34
Why is using "++value" resulting in -842150449? +0.35
Problem with using C code in C++ with extern "C" +1.20
What does directly setting a pointer with a variable means? +0.81