Date: Sat, 20 May 2000 17:04:40 -0400 (EDT) Message-Id: <200005202104.RAA25431@indy.delorie.com> From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: (message from Damian Yerrick on Sat, 20 May 2000 18:42:46 GMT) Subject: Re: C++, complex, etc References: <3922DA9E DOT 8DF00783 AT mtu-net DOT ru> <392311DE DOT 3700368D AT bigfoot DOT com> <39236A55 DOT 78749ABD AT mtu-net DOT ru> <8g0688$cdm$1 AT news01 DOT cit DOT cornell DOT edu> 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 > From: Damian Yerrick > Date: Sat, 20 May 2000 18:42:46 GMT > > Can size_t be safely added, subtracted, multiplied, and divided like > integers Of course! As long as you don't do anything that's a no-no for unsigned integral types, that is.