PDA

View Full Version : C/C++ Open Source Hold'em Program?


CallMeIshmael
06-23-2005, 02:27 PM
Does anyone know of some C/C++ source doe that does either:

A) Something like Pokerstove

Or, in the absense of that:

B) The "hand rank" finder. Namely, you input 7 cards, and it determines your best 5 card poker hand rank.


Im interested in doing some analysis that requires this. I wrote one a few years ago, but Im pretty weak programmer, and its pretty slow.

UncleRemus
06-23-2005, 02:45 PM
http://sourceforge.net/projects/pokersource/

CallMeIshmael
06-23-2005, 03:57 PM
[ QUOTE ]
http://sourceforge.net/projects/pokersource/

[/ QUOTE ]

Just what I wanted.

Thanks a lot!