15.06.2014, 23:57
(
Последний раз редактировалось SickAttack; 16.06.2014 в 00:33.
)
Quote:
That is a more efficient way of doing what I've posted. But if you're going for the most efficient you might want to use new bool:LottoNumbers[MAX_LOTTO_NUMBERS]; instead, because that will reduce the space needed for all that variables, since you'll just use 1 or 0 (true or false).
|
Post edited, version with bool added!