StackRating

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

Anthony Williams

Rating
1655.53 (486th)
Reputation
53,283 (1,841st)
Page: 1 ... 7 8 9 10 11
Title Δ
Why should the implementation and the declaration of a template cla... +0.06
Boost threads: is it possible to limit the run time of a thread bef... +0.72
Create a dialog in UI Thread causes crash -0.43
Where are literals stored in statement like this if( var == 'x')? +1.53
How to write your own condition variable using atomic primitives +1.41
Restart a task or create a new one? -1.80
return() versus pthread_exit() in pthread start functions +1.14
why does `try_lock`s performance behaves always like `lock`on a mut... 0.00
Writing a Prototype Constructor in C++ -0.44
Reading File in C++ -0.11
Pass an absolute path as preprocessor directive on compiler command... 0.00
cout fail when used cin after redirect console stream -0.41
Unit testing of private methods +0.90
template method pattern and long parameter lists in c++ +0.50
C++0x and Friend functions and boost::make_shared +0.38
How to write overload operators for STL containers and alogrithm fu... +1.79
Possible frameworks/ideas for thread managment and work allocation... 0.00
Time of thread vs process in windows? -0.14
Boost Thread ID Invalid +0.33
Efficient consumer thread with multiple producers -0.14
What is the difference between C++ memory management and .NET memor... +1.80
Object Oriented Design - The easiest case, but I'm confused anyway! +0.55
_Bool and bool: How do I solve the problem of a C library that uses... +0.82
Killing a pthread waiting on a condition variable +0.98
Templating boost::bind to automatically handle multiple arguments f... -0.15
How to Compare Two variable of HANDLE type +0.34
How do I check if a table exists in sqlite3 c++ API? +0.77
C++ definition of dllimport static data member +0.36
enable_if + disable_if combination provokes an ambiguous call +0.39
C++ member array of struct thread safe using only one index per thr... +2.85
different types of objects in the same vector array? +2.83
Threading run time without adding extra lines in program +0.74
GetProcessName in C++ -0.85
Can I default a function argument to the value of __FILE__ at the c... -0.55
C++ template argument reference/value trait 0.00
Why copy constructor and assignment operator are disallowed? -4.64
C type casting with "const" keyword +1.26
GCC std::thread not found in namespace std 0.00
Is an int the same as unsigned or signed? +3.21
When will the move ctor be invoked? +2.88
pthreads : allowed number of threads 0.00
Macro definitions for headers, where to put them? +2.64
__attribute__((init_priority(X))) in GCC +3.25
Lockless reader/writer +2.98
template External Linkage ?can anyone Explain this? +3.61
Threading Architecture Question C++ Message Passing -1.14
Memory barriers vs. interlocked operations +3.11
Aren't template class member functions compiled at instantiation? +3.57
C++ for_each calling a vector of callback functions and passing eac... 0.00
Is it possible to create stack class that take any type of variable... +3.10