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 ... 28 29 30 31 32 ... 52
Title Δ
Why can't weak pointers access the underlying pointer? -0.32
How does constructor conversion work in C++? -0.49
Top-level const doesn't influence a function signature +1.39
how virtual inheritance works -2.47
Call 2d std::vector array from C++ to Fortran 90 error 0.00
Use of Literals, yay/nay in C++ +0.93
How do I sort efficiently a quadruple structs in C++? -0.94
About std::basic_ostream::write +1.94
Masking as much as possible of class implementation in C++ -0.26
Why does inserting sequential elements in a tree require more time... 0.00
Mergesort for strings -0.17
Which data structure should i use for my purpose? +2.16
Why are these computation speeds different for multi-dimensional ar... +3.21
Average case complexity for search function in hash table 0.00
Declare stack variable without specifying the name and get the poin... +0.30
Why calling a protected static method in derived classes is allowed? -0.04
Use the Library so in Linux with C++ -0.08
Two different syntax conventions for pointers? +1.37
Reference interpretation in c++ -1.35
c++ bitwise addition , calculates the final number of representativ... +0.51
Which one is faster to execute? -0.36
Whis is faster for getting a part of the string, std::string::erase... +2.01
How to access a non-virtual private member function in a class? -0.17
what is the use of trap value? +0.48
How text files are inputed in C++ 0.00
Insert using std::transform into destination, from a specific desti... +0.19
Creating variables using input from a file +2.13
add and remove last bit -0.11
Speeding up double absolute value in C++ -0.14
How do I pass a pointer to a structure without angering the compiler? -0.27
Why locking a std::mutex don't block the thread -0.90
Unrestricted union in practice +0.36
How to declare destructor of a templated class +0.91
explain this code with decltype in it 0.00
Vector and []-operator overloading -1.06
Inputing a string to an int produces wrong output in c/c++ -1.83
what happens if tried to close an already closed socket winsock? 0.00
Backspace character not working when printing to a file +0.53
What is the Big Oh Efficiency of Program with Finite For Loop? +0.15
What does least significant byte mean? +0.37
C++ STL set implementation -1.89
operator new(n) versus new unsigned char[n] for placement new +3.14
Using * operator when dealing with abstract data types in C++ -0.43
Not sure what this recursive function returns +0.17
Good hash function for pair of primitive types -0.97
how to gcc compile with #define in multiple files -0.14
Can non-static member function access static member function or data? -0.94
Can the memory layout of a C++ class be influenced by address space... 0.00
How can I include only few lines of header file(read-only file) in... +1.23
Doesn't %[] or %[^] specifier in scanf(),sscanf() or fscanf() store... -0.66