Date: Sun, 7 Oct 2001 16:01:33 +0300 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: =?windows-1257?Q?G=FCnter_R?= Cc: djgpp AT delorie DOT com Subject: Re: iostream function "form" in DJGPP V3 In-Reply-To: <9ppeci$gjv$02$1@news.t-online.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=windows-1257 Content-Transfer-Encoding: 8BIT 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 On Sun, 7 Oct 2001, Günter R wrote: > 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 > It's not in C++ standard and is no more supported in gcc-3.0. Andris