Hi, Actually I am thinking something more like Andrew Koenig's "C Traps and Pitfalls" than Steve Summit's "C Programming FAQs". The "When Trouble Strikes" can be a good starting point, but it does not have things like the different precedence between "!, &&, ||" and "not, and, or", which seems to have tripped some people in the past. Regards, Bill ============================================================================= Lyle Johnson <lyle / users.sourceforge.net> wrote: > I've never run across such as list. This FAQ list: > http://www.rubycentral.com/faq/rubyfaqall.html > may give you some ideas about things that are frequently asked about. > Also, the "When Trouble Strikes" chapter of "Programming Ruby": > http://www.rubycentral.com/book/trouble.html > has a section titled "But It Doesn't Work!" which lists "common gotchas > and other tips". This might be a good source as well. > Hope this helps, > Lyle