View Single Post
  #3  
Old 08-05-2005, 11:44 AM
LetYouDown LetYouDown is offline
Senior Member
 
Join Date: Mar 2005
Location: Sharing a smoke w/negativity
Posts: 524
Default Re: Programming - Ranking Hands (C#)

Yeah, I found the appropriate method, it seems very unorganized and illogically named. Why he didn't just implement a Hand.Rank() property directly, without having to create an instance of that class is beyond me.

Determining what category each hand falls into is pretty elementary...I just found the bit shifting aspect interesting for determining a numerical rank for a given hand.
Reply With Quote