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 ... 9 10 11 12 13 ... 43
Title Δ
C++: Is it possible to distinguish an extern "C" function... 0.00
C++ assign function in order to re-export it as extern "C" +2.19
How do I dynamically cast from a void * pointer generically? -0.28
For loop with variable step size - C++ -0.21
How many bytes does the integer datatype take in a 32-bit system? -0.06
Confusion about the necessity of the null-character? -0.57
Is it possible to multithread to execute non-void functions at the... +0.02
Is it well-defined to import an identifier starting with `_[a-z0-9]... 0.00
Defining global constants in C++1z? +0.89
The minimum positive float value by direct calculation is different... +0.49
Is there a way to call base class function which is over-rided in i... +0.44
C++ Sorting Algorithms +0.45
C/C++ - converting a float to byte array such that bytes preserve o... -2.14
Why can't a function with return value be assigned to a pointer... -1.81
Confusion about 'auto' deduction type +0.77
Can I expect certain STL function implementations to be auto-vector... 0.00
Problems with std::chrono : Reset a time -0.72
Why do std::generate() and std::generate_n() require different iter... -0.68
Why same function signature with only difference that the other get... 0.00
'Overriding' class member +0.44
Memory deallocation of pointer variable in c++ -1.20
Why compilers do not assign NULL to pointer variable automatically... +0.15
What is the purpose of extern C AND C++ for a single function (bsea... 0.00
Non-default constructor for C++ class which is a member of another... 0.00
Why re-use of mutex of a condition variable will result in deadlock? -1.00
C++ template class causes infinite loop on destruction +0.44
How does the compiler define the classes in type_traits? 0.00
Performance of memmove compared to memcpy twice? -0.39
Manage abstract classes in std container +1.74
Is there any reason C++ 11+ std::mutex should be declared as a glob... +2.14
Why do we need [basic.scope.class]/2? +1.88
"Vector erase iterator outside range" error 0.00
c++ enum can compare to integer but not assign from integer? -0.48
Why does this C++ program not display a float for the first output? +0.45
Why can't I directly push_back update value from function in ve... 0.00
C++ adding an element into an array -0.30
C++ STL algorithm equal -0.05
iterate through string and combine the previous characters in each... +0.37
Can I stop GCC including standard library names into the global nam... +1.19
Why is catch not handling this error C++ -0.77
Find an array (sequence) in another -0.09
C++: pass reference as parameter but that function doesn't acce... -0.73
Why does the newline character in an ifstream file - when read by t... -1.05
C++ program command window is closing before program completes +0.45
Char* copying to another char* runtime error -0.83
Why is constexpr assuming my method to be const? +0.44
The use of double include guards in C++ +0.37
Alternatives to using rand() function in C++ +0.96
Is \n equivalent to endl now? -1.81
Can undefined behaviour cause an exception in a function defined as... 0.00