Message-ID: <00db01bfc03b$60e09e40$0500007b@brk> From: "Johan Henriksson" To: "DJGPP mailinglist" Subject: Beginner question... Date: Wed, 17 May 2000 22:06:20 +0200 Organization: Real software MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id QAA12903 Reply-To: djgpp AT delorie DOT com Hi! Ok, I have this fun little question and yes, I know it's the basics :) Can I expect a variable to initialize to 0 if none is set? I usually just set it to something and don't bother too much but setting a strings[MAXX][MAXY]=zzz; is something I don't really know how to do. How can I make zzz vary? Oh well, I'll use a for()-loop if zzz can't. Thanks for answers