From: Daniel Newsgroups: comp.os.msdos.djgpp Subject: where are the manipulators? Date: Tue, 05 May 1998 12:55:25 +0100 Organization: FCCN - RCCN Lines: 18 Message-ID: <354f0a1c.0@news.isel.pt> Reply-To: joaquim_pereira AT rocketmail DOT com NNTP-Posting-Host: virgem.isel.pt Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, I'm new to c++, and new to djgpp also. When I compiled a program using in RHIDE, there were no errors but it's like I never used setw or setfill because they're completely ignored in the binary program: cout << setw(11) << setfill('-') << ...(etc) ; this works perfectly in borland 5.0 ... can anybody help? btw, although there are no errors, rhide, in the messages window always says one "Bad command or file name". What is it looking for? Thanks, David