Re: How many people here use stackoverflow.com?

2009-05-23 Thread Tim Matthews
On Sun, 24 May 2009 06:45:51 +1200, Bill Baxter wrote: Yeh, denied because "search is really hard". So they cant just insert an if statement on the line before to check for exact match before trying the search?

Re: How many people here use stackoverflow.com?

2009-05-23 Thread Bill Baxter
On Sat, May 23, 2009 at 11:36 AM, BCS wrote: > Hello Tim, > >> On Sat, 23 May 2009 08:36:44 +1200, hasen >> wrote: >> >>> If I have some questions about D, should I ask on stackoverflow >>> instead  of here? Are there enough D'ers there? >>> >>> I personally think that asking there would bring mo

Re: How many people here use stackoverflow.com?

2009-05-23 Thread BCS
Hello Tim, On Sat, 23 May 2009 08:36:44 +1200, hasen wrote: If I have some questions about D, should I ask on stackoverflow instead of here? Are there enough D'ers there? I personally think that asking there would bring more public attention to D, but it all depends on whether there are en

Re: How many people here use stackoverflow.com?

2009-05-23 Thread BCS
Hello Bill, On Fri, May 22, 2009 at 1:36 PM, hasen wrote: If I have some questions about D, should I ask on stackoverflow instead of here? Are there enough D'ers there? I personally think that asking there would bring more public attention to D, but it all depends on whether there are enough

Applying const to an object but not the container (D 2.0)

2009-05-23 Thread Burton Radons
I'm writing an XML class. There are two tests for this class, isAncestorOf and isDescendantOf, that are implemented in terms of one another. They're both const, and look like this: class Node { Node parentNode; /// ... /// Return whether this is an ancestor of the other

Re: How many people here use stackoverflow.com?

2009-05-23 Thread Daniel Keep
Tim Matthews wrote: > On Sat, 23 May 2009 08:36:44 +1200, hasen wrote: > >> If I have some questions about D, should I ask on stackoverflow >> instead of here? Are there enough D'ers there? >> >> I personally think that asking there would bring more public attention >> to D, but it all depends