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 ... 23 24 25 26 27 ... 52
Title Δ
How to deal with reference data-members in the assignment operator,... +0.25
Test for both std::is_integral and std::is_signed? +0.51
What is the meaning of this statement in the C++11 Standard? +0.48
How do you parse a c-string? -1.34
C++ Child class inheriting parent class constructor +0.47
C++ Why should I suppress the default copy constructor? +2.19
cout and sizeof are not returning what I expect in C++ +0.78
Is it safe to `free()` memory allocated by `new`? +0.17
Insert spaces after certain characters in string c++ +0.11
namespace validity in c++ -1.06
Can I implement Factory-pattern construction without using new()? +1.57
std::getline from istream into string[] multiple times blank 0.00
Erase part of a string from i to the end of the line -0.40
Read text file between specific lines of text in c++ -0.03
Re-enter the age if the user put a letter as an input -0.02
Is there a fixed-size equivalent to void*? +0.44
Using sets and overloading operators in C++ -0.00
Are the values of cin held somewhere? -2.09
Convert ASCII to Unsigned Int and Vice Versa +0.47
C++ How to treat an array of classes as an array of primary types? +1.15
The use of different character types in C++ -0.52
How to break a long line in double quotes? -1.19
bitwise shifts, unsigned chars -0.47
not getting desired 1-0 pattern pyramid output in c++ 0.00
How to deal with this segmentation fault in C++? +0.77
Operating on functions and arrays -0.99
Three-dimensional array as a vector of arrays -1.37
Socket data race +2.16
Generic API publishing techniques 0.00
C++ - Fastest way to reinterpret this data -0.03
Type-dependent range-based inserter function -1.27
Erasing Element From a Vector Erases Multiple (C++) 0.00
multiplication of 3 matrices in a sum 0.00
sorting std vector of strings without using default algorithm +0.07
why does the derived class could call the member function in the ba... +1.54
Is their anything wrong with using integers converted from strings... 0.00
Detect whether type is associative container +1.78
Not sure whether to use inheritance when trying to extend my stack... +0.48
More Efficient Search of a Text File +1.46
Virtual functions empty definition in Base class +0.87
C++ Using interfaces or not? +0.86
sorting a vector of class in descending with std::sort -1.66
What is the difference between compile time polymorphism and static... +0.97
C++: C-strings, pointers, and a very interesting while loop -0.49
How could I validate a file for my program? C++ -0.27
Does C++ have comparison operator that specify a range of values? (... -0.60
Tail pointing at the last node? 0.00
creating vectors for individually parsed sentences c++ +0.23
Issue with add method in doubly linked list C++ -0.29
why std::for_each with deletion of elements not break iteration? +1.39