Finding and comparing an image!
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I'm trying to make a program like Texas Calculatem, www.calculatem.com, where it will read my hole cards and the cards on the board, then tell me my odds! I can't figure out how I would have the program read what cards are in my hand or on the board. Any help would be appreciated, Thanks!
-
I'm trying to make a program like Texas Calculatem, www.calculatem.com, where it will read my hole cards and the cards on the board, then tell me my odds! I can't figure out how I would have the program read what cards are in my hand or on the board. Any help would be appreciated, Thanks!
If you draw each card as a Graphics GDI+ object you can find them easier.