probably is, but never the less i was thinking that something like this:
Code: Select all
struct T {
struct Card {
char val:4;
char col:2;
};
Card Pocket[2];
Card Flop[3];
Card Turn;
Card River;
};
Anywaym i was thinking if anyone could give me some pointers/hints or maybe even do it for me, i mean it shouldnt be alot of work.
Anyway ill be gratefull for any answer that doesnt aproach the subject that im a programmer of limited talents...