Date: Thu, 18 May 2000 18:17:08 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Alexei A. Frounze" cc: djgpp AT delorie DOT com Subject: Re: C++, complex, etc In-Reply-To: <3923E49D.870F5E34@mtu-net.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 18 May 2000, Alexei A. Frounze wrote: > Do I need to declare a variable of "size_t" type, if I want to know length > of the string using strlen()??? Yes, of course. > If so, how do I mix int and size_t then? You should try very hard not to mix them at all.