From: "Victor Bazarov" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Re: GENERAL DATA TYPE (Do you need one ?) Date: Wed, 21 Mar 2001 10:46:16 -0800 Organization: Advanced Telcom Group Inc. Internet Services Lines: 11 Message-ID: <99astp$5kf$1@nnrp.atgi.net> References: <9988r4$k33$1 AT tron DOT sci DOT fi> <9989to$s25$1 AT nnrp DOT atgi DOT net> <998h4d$5o0$1 AT tron DOT sci DOT fi> <998hls$sj5$1 AT nnrp DOT atgi DOT net> <99a8ig$3ms$1 AT tron DOT sci DOT fi> <99aodj$56v$1 AT nnrp DOT atgi DOT net> <99arcf$sum$1 AT tron DOT sci DOT fi> NNTP-Posting-Host: 64-42-102-2.atgi.net X-Trace: nnrp.atgi.net 985200377 5775 64.42.102.2 (21 Mar 2001 18:46:17 GMT) X-Complaints-To: abuse AT atgi DOT net NNTP-Posting-Date: 21 Mar 2001 18:46:17 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Traveler" wrote... > > BTW, how would your Object type do all the conversions? By foot? > > > virtual conversion function..... Isn't that why Java is so damn slow? Everything is an object, virtual everything, garbage all over the place (so it has to be collected all the time)...