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 ... 38 39 40 41 42 ... 52
Title Δ
Given a char array with words in it, find all 'a' characters and re... +1.40
Deadlock problem with bank situation -0.73
Shell Scripting and other languages +0.35
How to write data of type A to format of type B -1.02
How are asynchronous signals handled in Linux? -0.98
What's the deal with setw()? +0.48
Polymorphism in c++ +0.49
correct me if my understanding of c++ is wrong +0.37
what does this notation mean in c++ -0.59
Printing one variable based on the contents of another variable +1.47
How can I check values in a C++ map without getting compiler errors... +2.41
is it good practice to add const at end of member functions - where... -0.71
class has virtual functions and accessible non-virtual destructor -0.56
How to have a set of structs in C++ +0.13
Optimize loop around a get and function call using returned value? +0.08
Why using static namespace/class member variables is a bad idea in... +0.70
Does a static_cast to the same (primitive) type produce any code? +1.15
non recursive check of variable length string content -0.34
template programming 0.00
Regarding struct initialization in c++ -1.21
How to grow a buffer without invalidating pointers to it? -1.26
Avoiding memcpy in C++ buffered output -0.16
My C program crash if I enable C optimizations -O2 or -fstrict-over... 0.00
how to exit after no input in a c++ program+ -0.35
Is it always best practice to declare a variable? -0.57
Problem using templates in C++ -1.31
Pointer validity after stack unwinding -0.68
My explicit instantiation of template class seems doesn't work +0.14
How to avoid "redefinitions" when using multiple external... +0.51
Can I lock an element in a list to make it threadsafe, instead of l... -0.20
C++ std::vector<uint8> filled, but data is not displayed +0.48
What does mean for a name or type to have a certain language linkage? -0.00
How to store a C++ object in C code? -0.69
Tool to clearly visualize Memory Layout of a C Program 0.00
std::getline for a comma delimited table file with quotations aroun... -1.62
Why can't we free() memory that was allocated by new? +0.65
Using placement new in a Vector Container +1.54
Member function templates cannot be declared virtual - From Addison... +0.89
Difference between a C++ string and a C-string ( .c_str() ) -0.99
No == operator found while comparing structs in C++ +0.79
using getline(cin, s) after cin +0.04
read input separated by whitespace(s) or newline...? +1.47
Why can't I visit this custom type with boost::variant? 0.00
Finding typeid of a template parameter +0.16
C++ : cout with a terenary if-statement +1.16
Why put a '*' on functions that return a struct pointer? -1.01
Pure virtual function vs. virtual function? -0.68
Use only standard C++ to print any float to exactly N spaces -0.33
Why is my expected output not happening? 0.00
c++ does implicit copy constructor copy array member variable? +0.14