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 ... 20 21 22 23 24 ... 52
Title Δ
How to send a NULL through a Socket in Borland C++ +1.86
Is it safe to create and use vectors during static initialization? -1.40
problems initializing a vector of vectors of an auto-inc type +0.38
What is the time complexity in chained hash table -0.05
How can I sort a map according to a property of its values? -0.42
Covariant return types and dispatch 0.00
Should I specify 'virtual' again when I override a C++ function? +1.72
Does std::map auto-resize when too many elements are inserted? +2.42
Is it better to use char or unsigned char array for storing raw data? +1.89
Is it possible for "floor" to return an inaccurate result... -0.44
Is std::vector preferred over heap arrays for dynamically sized arr... -2.05
Constructor and Destructor in C++ -1.60
What is the "right" way to use a GUID as the key in std::... -1.60
How fast is memory access to a vector compared to a normal array? 0.00
Is accessing data in the heap faster than from the stack? +1.13
How to define marco function with variable name +0.85
Can i use shared memory or other IPC 0.00
Template and operator overloading +0.69
How does std::map find an element by string? +1.02
How to read from a text file and split sentences apart in C 0.00
Are there any consequences from using *this to initialise a class? -0.01
Virtual Inheritance: Error: no unique final overrider +2.37
Is it bad style to overload operators on std containers in global s... -0.03
Is composition and aggegation are a form of association? 0.00
Getting the signature of a youtube video 0.00
c++ Alternative implementation to avoid shifting between RAM and SW... -0.37
c++ program using too much memory 0.00
10 fold size increase when reading file into struct -0.42
std::map key no match for operator< -0.03
how are programs able to verify an encrypted file's password? -2.04
C++ - How to avoid lookup of map entry after replace using [] opera... +1.18
What does -->> actually do? -0.29
When using a '&' next to the return type, are you returning a r... -1.56
Differences: A* a=new A(); vs. A b; A *c=&b; -0.00
Press the 'enter' key to move forward 0.00
C++ File reading from a list 0.00
Strangeness in Conversion from String to Double in C++ -0.61
C++ - get const access to sub string of a string 0.00
What is the difference between a void function() and a void ClassNa... +0.24
Two dots in the end of text file in C++ -1.68
How to write to log the function and class name i am in ? -1.75
How to detect the end of a line from a file stream in C++ -0.13
C++ : STL Container adapters 0.00
Is size_t guaranteed to be an alias type to one of integer types? +1.83
Using Srand With Enums 0.00
Why is char* p = "..." right but int* p = {1,2} wrong? -0.31
How to make a class that holds a value whose type isn't know yet? -0.30
How do I return an auto_ptr of a base class using an auto_ptr of a... 0.00
C++ Vector catch resize Memory Leak +1.55
Is there a way to be sure that a const reference stored in class wi... +1.73