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 ... 70 71 72 73 74 ... 107
Title Δ
memory leak, pointer to literal -1.70
Difference between exit and kill in C++ +0.70
Is there a difference between these ways of initialising a C array... +0.34
Can I get the unique_ptr (if any) that the pointer belong to? +1.55
C++ Constructor from char* to int[]/int* 0.00
How to compile this C++ code on Linux with relevant header files? +0.36
Is a Pointer typecast to iterator? -1.31
Why does lambda function used for stl functions such as sort() , ma... +1.64
Incomplete types as function parameters and return values -0.49
Template circular dependency - seperate classes in different files 0.00
Why does this not violate One definition rule? -2.19
Google Benchmark while vs for 0.00
Using a local variable in an overloaded operator in c++ 0.00
How to create an array of parameterized objects in C++? +1.23
variable initialization using class member function 0.00
Stopwatch class in c++ 0.00
How to efficiently alias a float as both a named member and an elem... -1.69
What does the '&' sign do when using 'auto' for... +1.87
C++ if a pointer point to nullptr, can I replace it with number? -2.73
C++ using derived class variable in base class -2.64
What is the difference between if( pointer == NULL) and if(!pointer)? +0.07
Upcasting not to real base class +1.50
Is there unique_from_this()? Or how return unique_ptr from class in... -2.47
Defining a multi word dataype +0.32
g++ warning: conversion to uint16_t from int may alter its value +1.55
C++ Directive With void(0) 0.00
Sorting vector after insertion vs inserting into a set +0.36
Will be initialized after warning fix +0.86
Why are std::deque subarray sizes fixed? 0.00
Best method for swapping rows in 2d array? +0.36
Does calling a function multiple times decrease the programm speed? -0.64
Pointers to pointers to pointer equated to a pointer to a pointer.... 0.00
Why does using pointer of a pointer in linked list give me differen... -0.41
safe dynamic_cast from c-Structure? +0.35
What is the sequence of calls of copy constructor in a multi-level... -0.67
std::memcpy or explicit char value assignment - equal and legal in... 0.00
What alternative to C++ vector when it comes to fast deletion? 0.00
How can i copy elements in list to an array c/c++ 0.00
Check if element exist or not -0.13
Array-like container implementation vs strict aliasing 0.00
How can I view the function definition of the less than operator in... 0.00
My Program not printing array by pointer arithmatic +0.35
Pass by Reference program c++ 0.00
Receiving unexpected output +0.91
What is the significance of passing const-reference parameters? Doe... 0.00
Double vector hides variables +0.36
Clearing data at a memory address +1.30
unintended result of memcpy +1.64
are std::vector required to use move instead of copy? +0.38
How I can read characters of a string? +1.35