27.09.2011, 20:39
And unless you need specific sized char arrays why don't you
declare one string[80] at the start instead of 1 in each conditional
branch?
declare one string[80] at the start instead of 1 in each conditional
branch?