hi! i have a question with functions!
i created a function which deals a card, basically what i wanted to do is use the first return value again.
i dunno how!
example:
i triedCode:DealCard(); /* codes codes codes */ /*then i want to use/print the value first generated by the DealCard Function */
but what happened was it dealt another card.Code:nDCard=DealCard(); /*code code code */ printf ("%c", nDCard);
help me!
thanx!



LinkBack URL
About LinkBacks


