Date: Thu, 9 Mar 2000 14:52:19 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jww68 cc: djgpp AT delorie DOT com Subject: Re: iostream.h In-Reply-To: <20000308233227.03798.00001271@ng-bj1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 9 Mar 2000, Jww68 wrote: > I am trying to get the iosteam.h file to work but the Djgpp compilier give me a > lot of errors. The compilier mentions the streambuf.h file and says the > following: > > (35) parse error before string constant > (37) parse error before '3' > > Can someone please tell me what a parse error is? It means syntax error. In other words, the compiler sees something that isn't a valid C++ source. > Why am I getting this error > when I include iosteam.h in my programs. I'm guessing that you have an old or corrupted version of streambuf.h. Please make sure you don't have mixed files from different versions.