From: "Günter R" Newsgroups: comp.os.msdos.djgpp Subject: iostream function "form" in DJGPP V3 Date: Sun, 7 Oct 2001 13:33:33 +0200 Organization: keine Lines: 14 Message-ID: <9ppeci$gjv$02$1@news.t-online.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1002454226 02 17023 GXK9SWJES5Adht 011007 11:30:26 X-Complaints-To: abuse AT t-online DOT com X-Sender: 520022394126-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com in V2 of DJGPP this worked as expected: #include cout.form ("%8.3f\n", a); .... in V3 it does not work anymore. The error message is: Error: "form" undeclared .... I'm working with DJGPP V3.0 and RHIDE 1.4.9 Thanx