delorie.com/archives/browse.cgi | search |
From: | roadraat AT aol DOT com (RoadRaat) |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Manipulators, where are they? |
Lines: | 14 |
NNTP-Posting-Host: | ladder07.news.aol.com |
X-Admin: | news AT aol DOT com |
Date: | 18 Mar 2000 00:15:24 GMT |
Organization: | AOL http://www.aol.com |
Message-ID: | <20000317191524.04424.00000320@ng-fy1.aol.com> |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Even though I include iomanip in my program, I get a message that 'fixed' or 'scientific' is an undeclared identifier. I verified that iomanip is contained in my /lib directory. Why doesn't this work? #include <iomanip> etc...... cout << fixed << area << endl; area is a computed value. The code successfully compiles under MS Visual C++. Why won't it work with DJGPP? RoadRaat
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |