StackRating

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

Pete Becker

Rating
1471.95 (4,516,747th)
Reputation
59,790 (1,552nd)
Page: 1 ... 24 25 26 27 28 ... 43
Title Δ
Initializing an Array using Size of Operator? -0.10
Is isnan in the std:: namespace? More in general, when is std:: nec... +0.33
Math Calculation - float numbers -0.15
why we should implement pure virtual function in this case? +0.02
how can I make a function ,declared as a string, end the line -0.31
what is the exception in this code +0.98
Accessing a static std::set with accessors, is this wise or should... -0.03
Regex in std c++ -1.54
Why std:: is not needed when using ispunct() in C++? -1.55
How to name the namespace of my new project? +0.52
Is it valid to pass a non-standard engine to uniform_int_distributi... 0.00
Why are variables initialized to 0? +0.48
try is not catching a non-integer input -1.55
Value-initialization of an input iterator +0.82
Illegal deletion of a stack object +1.06
Example of C++ "Memory barrier" +1.07
Operator comma in C++ ?: conditional -1.29
Casting a pointer to a method of a derived class to a pointer to a... -1.76
int8_t vs char ; Which is the best one? -0.49
int8_t* is not compatible for strlen() function; How to resolve thi... +0.32
Vector iterator > vector.end() even though the vector should not... -0.32
assigning a base class pointer to a derived class object created in... -1.53
String concatenation using pointers -0.27
c++ string reverse error 0.00
checking when a double is effectively zero -0.00
the benefit of writing the definition of method in implementation f... 0.00
When will variables be removed by optimization? -1.29
srand (time (null)) causes compiler warning: implicit conversion lo... -1.07
Does it matter for the free() and delete[] if allocation was done o... -0.57
How to check duplicate symbols in a large number of dynamic libraries 0.00
Dealing with big numbers in C++ -0.70
Does the order of #include directives and "using" stateme... +0.50
Is there a way to hide the C++ class definition across compilation... +2.22
Replacing all occurrences of a substring with another substring in... 0.00
C++ copy constructor compilation error +1.48
Swapping void* pointers in C++ -0.78
Is there a difference between `static_cast<bool>(x)` and `x !... +2.10
Does std::string::clear and std::list::clear erases data from memory +0.50
copy one array to another without duplicates C++ +1.04
Why delimiter on char? c-based +0.03
Why is static_cast of void* to another type allowed? -0.38
Atomic Assignment Operator +1.05
Decimal arithmetics in C or C++? 0.00
Is it OK to store the result from vector.size() into variable of ty... -0.90
Has there been a new version of the C++ standard published? -1.85
bitwise shift promotes unsigned char to int -1.50
How to convert the double to become integer -0.28
Convert U08* buffer into U16* -0.76
Is there an inline way to mix c and c++ prototypes? -0.06
Module programming in C++ +0.50