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 ... 13 14 15 16 17 ... 52
Title Δ
Logging for different data types in C +0.17
How do i find the maximum number in an Array using a function -0.50
How do I serialize a struct of 8bit integers for socket programming? +1.42
Is atomicity really needed when implementing a thread lock? -0.39
What is the correct syntax for portable fstream file paths? -1.50
Where does virtual method table store in C++? -1.10
Is it never truly safe to reinterpret_cast input into std::unique_p... +2.01
Why do iterators need to be default-constructible -0.87
Meaning of decoupling representation from interface (c++) 0.00
How to return an Iter to 'n' selected objects from a std::m... +1.93
What is going on in this simple C code? -1.47
How the double recursion works in C/C++ - for example depth of a bi... -1.40
Why '==' is slow on std::string? +0.95
How to read a string into a vector of strings or an integer into a... 0.00
RVO (Return Value Optimization) doesn't explain this mystery 0.00
In how many ways can a function be invoked(called) in C++? -0.53
Multidimensional array v. Sorting multiple arrays -0.58
Data went missing when converting const char * to std::string 0.00
What does template's implicit specialization mean? -1.42
How can I call a function "between" the constructors of p... -1.38
Creating a thread pool in one function call and using it from anoth... +0.40
Why is memmove faster than memcpy? +1.21
Reference to a partial segment of a vector? 0.00
Return vector of structs by value safe? 0.00
How to pick up some random elements in an array -0.09
Spliting a string with multiple delimiter and save it into a vector +0.53
Why does ostream::write() require ‘const char_type*’ instead of ‘co... +0.92
Filtering Illegal Inputs from istream in C++ 0.00
verifying email address and the number of periods in the address 0.00
Zero termination when casting a char array to string? -1.39
How to ensure no duplicates in boost::unordered_set of custom data 0.00
c++ private static member variables compared to free nonmember +1.17
Formatting text in C++ +0.43
checking cin input, clearing input buffer +0.43
Fix a return issue.Warning: control reaches end of non-void functio... +1.98
Rounding error in C++ Visual Studio Express 2012 +0.83
Why can't we see the text that #include pastes in the current f... 0.00
C++11: Does a move operation change the address? +0.08
what are the use cases for std::unique_lock::release? +0.84
do not store specific item in array c++ -1.16
how c work in this two cases and what diff +1.04
c++ loop std::vector<std::map<std::string, std::string> > -0.07
C++ and a safe way to jump out of dynamically generated code 0.00
How to create an inverted index when I've already tokenized my... 0.00
Use map instead of array in C++ to protect searching outside of arr... -1.72
Converting integer to a sizable vector or string -0.07
what c++ pointers do in this code +1.57
std::vector memory questions +1.70
Finding the closest or exact key in a std::map -0.70
How can you ask for user input when also using a text file in unix... +0.43