From: "Kalum Somaratna aka Grendel" To: djgpp AT delorie DOT com Date: Sat, 6 Nov 1999 18:30:56 +0600 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: cout + latest version? Cc: In-reply-to: <3823718F.51A3@tin.it> X-mailer: Pegasus Mail for Win32 (v3.12) Message-Id: <19991106123123.71B1A639D0@zagnut.hotpop.com> X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 6 Nov 99, at 1:08, Alessandro Caserta wrote: > I would like to know if the function cout is supported in v 2.01 of > djgpp. + what is the latest and working version of djgpp. > Thank you. Hi Alessandro, The newest version is V2.02 and you can get it by visiting and selecting the files you need from the zip- picker. Yes the cout function(and also all the iostream and Standard c++ headers) are fully supported and supplied with DJGPP. Please note that you have to get the c++ compiler (gpp2951b.zip) as the headers are part of it's distribution. Also you will get STL headers for array,vector classes etc... Enjoy DJGPP it's the best! Regards, Kalum