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 ... 11 12 13 14 15 ... 107
Title Δ
An issue about the description of virtual function in the standard 0.00
Are "1" and '1' different in Cpp ? if yes then how? 0.00
Why is this C++ code of linkedlist insertion giving segmentation fa... -0.15
How to create a int with custom size in C++ or C 0.00
C++ Download a file from URL using Sockets -0.65
How to dynamically update members that depend on other members? 0.00
Does C++ include C99 or C89? +1.30
c++ - too many characters in character constant 0.00
Can we access the compiler path from within a source file? -0.97
What happens on allocating with "new []" and deleting wit... 0.00
What determines the initial value of C++ variables -0.01
Why will c++ assert() function brings overhead to program +0.58
When converting pointers to integers, should I be using reinterpret... +0.79
operator& that returns an int and operates on 2 vectors? 0.00
What is the max size for an array of complex doubles? 0.00
Overflow in implicit constant conversion [-Werror=overflow] 0.00
Can I include a cpp file in the main when there is a hpp? +2.00
Why take the address of an array element like `&myArray[i]`? Bi... +1.87
How to free memory for vector of vectors (C++) -2.64
How does vector.push_back(object) copy an object and assign it to t... 0.00
What's the difference between installing boost on the system an... +0.34
std::map with non-unique key ordering but unique comparison -1.20
Correct way of freeing memory of a vector of structs -1.18
Query about a given function's use in the code 0.00
Is replacing a simple method (e.g vector::size()) by a const refere... -1.03
How to make "this" reference a memory addres of an object... 0.00
static_cast<unsigned> vs static_cast<unsigned int> 0.00
Constructor being called when trying to use strtok -0.05
Use the result of strlen as length of char* +0.02
Is it possible to define type cast operator for non-structural (esp... -0.65
Dynamic array size to calculate the determinant of a matrix 0.00
How does C++ know how many bytes to copy when retuning an object fr... 0.00
Does reinterpret_cast with uint8_t break the Strict Aliasing Rule? 0.00
How to seamless build with CMake? 0.00
Does std::bitset<64> work on 32 bit machines for uint64_t? 0.00
how the output of cout<<4%-8; is 4? +1.57
Why does exception::what not return a std::string +1.89
vector elements allocated on stack? -2.02
Is accessing a static struct::var without an object undefined behav... +0.27
How to create a linked list without dynamic memory allocation as te... 0.00
Populating struct resembling an IP Header with nibbles/sub-8-bit va... +1.12
std::uninitialized_move with specific allocator 0.00
Destructor called twice with static object +1.67
What kind of value does a pointer hold after using it to explicitly... -2.30
What does 'INT' - 'INT' denotes in c++? -1.99
Is it possible to get both the modulus and quotient of division in... -0.11
Why I cannot use the operator [] on a pointer of std::array< int... -1.90
What are the underlying types of pointers to 1D/2D arrays, and why... 0.00
include .cpp with #ifndef instead of .h considered bad practice? -0.93
boost::thread vs std::thread vs pthread +2.02