From: brk AT mail DOT eclipse DOT net (Brian Kennedy) Subject: and std::right? Newsgroups: comp.os.msdos.djgpp X-Newsreader: TIN [version 1.2 PL2] Lines: 22 Message-ID: Date: Fri, 31 Aug 2001 16:13:35 GMT NNTP-Posting-Host: 207.207.192.13 X-Complaints-To: news AT netcarrier DOT com X-Trace: news.netcarrier.net 999274415 207.207.192.13 (Fri, 31 Aug 2001 12:13:35 EDT) NNTP-Posting-Date: Fri, 31 Aug 2001 12:13:35 EDT Organization: NetCarrier Internet Services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am a C++ newbie, and have run into a few problems compiling code using DJGPP and RHIDE. Specifically, I don't have the header. My other headers files seem to be located in djgpp/lang/cxx/ -- in alphabetical order, the files in that directory go from hash_map, hash_set, iomanip, iosfwd, iostream, iterator... skipping any file. Also, I was told that "std::right" was part of the file, but this doesn't compile for me ("Error: '::right' undeclared (first use here)"). Everything else I've tried so far works fine (including other things from like setprecision, setw). I have looked through the FAQ, read the parts about missing headers in C++, about LFNs, etc., and none of that is the problem. Does it sound like I've installed things wrong? Missed downloading a .zip file? Are these things not a part of the standard DJGPP install? Any help appreciated. Please keep in mind that I'm a C++ and DJGPP beginner, so I may need things explained to me a little slower ;-). -------------------------------------------------------------- Brian Kennedy brk AT eclipse DOT net