Date: Thu, 18 May 2000 17:30:52 +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: <3923CEAD.CCF814CF@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: > > > If it's a standard type, what is it needed for then? Isn't int enough? > > > > No, it isn't enough. If it were enough, the ANSI comittee would not have > > invented it. > > Like fpos_t which depends on file system? Yes, fpos_t is another example of such a type. ptrdiff_t is yet another.