StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Lightness Races in Orbit

Rating
1607.72 (1,473rd)
Reputation
349,563 (103rd)
Page: 1 ... 81 82 83 84 85 ... 146
Title Δ
Why the use of const in a method with no parameters? +0.34
Where in the C++ Standard is it stated that a const rvalue referenc... -2.21
Strange behaviour of std::cout after function call 0.00
Using deque to insert unsigned char arrays -0.18
Inlining infinite recursion 0.00
Why shouldn't a C++ method return a dereferenced pointer? +0.83
Can't create a comma separated list from my array -0.66
new/delete/free store and malloc/free/heap combinations +0.76
Deleting objects using a member function in C++ +0.30
Is it legal to modify a dynamically-allocated `const` object throug... 0.00
c++ using subclass 'type cast' error +0.03
Is it legal to modify an object created with new through a const po... +0.15
why this POW loop keeps the initial values? 0.00
What library do I need to link to use std::list in clang++? -0.20
Program stops working after printing argv +0.30
Creating an ordered linked list of a class object 0.00
data-* value for each class +1.42
A c++ program that stores the positions of each bit 1 in a binary s... -0.17
How to return Pointer to a object from List of objects using iterat... +1.00
is there any difference between conditional statment and control st... +0.10
error: LNK1120: 3 unresolved externals 0.00
Delete all the memory allocated to an object +0.31
Converting a 1D vector into 2D -1.18
Storing Address of a character to an Integer Pointer -1.26
Looser Throw Specifier in C++ 0.00
ERROR: Unknown Punctuation String 0.00
Reading (text) files in blocks 0.00
How does set::emplace handle objects that are already in a set? -0.51
KERN_PROTECTION_FAILURE at address using static map and std::make_p... 0.00
Need help finding memoryleak +0.32
Determine type of child class with baseclass pointer +0.32
What operators to implement with int members -0.70
The fastest dynamic data structure in C++ +0.53
Using the libcurl library vs calling curl using system() 0.00
Segmentation Fault with G++ +0.98
Why std::map is red black tree and not hash table ? -2.42
Interoperability between Boost and C++11 -2.58
Undefined reference to exception used in another function -2.85
C++ default constructor using inheritance from abstract class -0.70
Query on Pointer dereferencing -0.49
How does delay function work? +2.09
Copying one Array into another using std::copy +0.30
How to fix "error: no previous declaration for void awn::vala_... +0.29
Is there a way to prevent implicit static_casts when calling a func... -0.18
How to rewrite this without the use of goto -0.23
Adding elements to a vector until the user doesn't want to any more? -0.24
How to set up files to invoke a C++ function from assembly when ass... 0.00
C++ program runs in linux but not windows 0.00
Multiple Declaration error ignored in classes, why? +0.65
Is it bad practice to call an observer in a destructor? +1.11