From: Gautier de Montmollin Newsgroups: comp.os.msdos.djgpp Subject: Re: GENERAL DATA TYPE (Do you need one ?) Date: Wed, 21 Mar 2001 22:49:25 +0100 Organization: diAx dplanet (postings do not reflect the views of diAx) Lines: 20 Message-ID: <3AB921E5.333F08C8@popo.mydiax.ch> References: <9988r4$k33$1 AT tron DOT sci DOT fi> <3AB7CAF5 DOT B3A33FEE AT pops DOT mydiax DOT ch> <99a8p6$3vm$1 AT tron DOT sci DOT fi> NNTP-Posting-Host: dialup-63-172.dplanet.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: duba04h09-0.dplanet.ch 985211340 27087 212.35.63.172 (21 Mar 2001 21:49:00 GMT) X-Complaints-To: usenet AT dplanet DOT ch NNTP-Posting-Date: 21 Mar 2001 21:49:00 GMT X-Mailer: Mozilla 4.75 [fr]C-CCK-MCD diax30 (Win98; U) X-Accept-Language: fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > generic > > type object is private; -- any type > > type result is range <>; -- some discete type > > > > function f(o:object) return result; > > > > ? > Hmmm....speaking of Ada > Is there some free compilers, docs, etc. for it in the net ? For free compilers you have GNAT - with a DJGPP brand of course - and a limited version of Aonix ObjectAda if you prefer the "Visual Studio" style. See first links on my page http://www.diax.ch/users/gdm/gsoft.htm . For docs & resources there is http://www.adapower.com/ HTH Gautier