StackRating

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

Tony Delroy

Rating
1561.81 (5,270th)
Reputation
85,937 (933rd)
Page: 1 ... 9 10 11 12 13 ... 52
Title Δ
Does the return type of the C++ stream insertion operator need to b... 0.00
How std::unordered_map is implemented 0.00
Why does argc returns 2 when only 1 argument was passed? +1.12
Why do you need to use include when you have declared a using? +2.63
Void Wrappers for Nonvoid Functions With An Argument -0.38
error: variable has incomplete type 'void' 0.00
how does while(std::ifstream >> char >> int) work? (aga... -1.98
naming convention when typedef standard collections +1.63
decltype with two parameters, = decltype(a,b), for function return... 0.00
Trailing return type array -0.71
Program will not output data to console when using a data input siz... 0.00
In c++11 what should happen first: raw string expansion or macros? 0.00
Complexity of Function Call in c++ inheritance +1.50
What is the best way to allocate on heap: small pieces or big piece +1.75
How can I overload equal method to make different objects have same... +0.08
Thread synchronisation for C++ map 0.00
Concat Program, Weird symbols 0.00
Both set::find and std::find fail to find only some double elements... 0.00
Can storage for references inside a C++ class be optimized away? -1.18
In std::map<string, AnyDataType>, how is the key stored? -0.57
Polymoprhism - subclasses sharing of baseclass private members -0.99
C++ Standard Library hash code sample -0.57
What's a good way of Factory's create method in c++11? +1.04
Is it safe to compare to pointer of std::vector to check equality? -0.28
Polymorphic Data Translation/Conversion Design Pattern 0.00
compiler's detail of this pointer, virtual function and multipl... +1.44
Passive Objects in C++ -0.56
C++ Avoiding down-casting or variants 0.00
Is it possible to access implementation's vtbl? 0.00
significant digits with IEEE 754 float 0.00
Compare strings using == +0.43
Unordered_set insertion worst case 0.00
Unstable CPU usage 0.00
What would cause std::cout to lose some characters in my string 0.00
Best way to avoid 'control reaches end of non-void function'... -0.28
Pointer value exceeds available memory? How? -2.20
When I use typedef or using for an int, how much is it still an int? -1.20
C++ Simple Thread Pool 0.00
Use socket recv function for reading the stream on stdin 0.00
For loops vs standard library algorithms with a relatively old comp... -1.72
c++ convert hexadecimal string with ":" to original "... -1.34
why does the following code crash. (dynamic memory)? 0.00
Segmentation fault with Sun c++ compiler 0.00
Does the assignment code will lead to crash? 0.00
Why can't i use struct nested in a struct as a type to declare... 0.00
why does a variation in the if statement of this bitwise operation... 0.00
will the shared_ptr be deleted if i delete the class +2.44
Profiling stable_sort 0.00
strcpy source is not displayed 0.00
How can I properly output in column using setw or tab? +1.62