delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2003/01/28/07:45:21

From: Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: scan() in c++
Date: 28 Jan 2003 12:34:25 GMT
Organization: Aachen University of Technology (RWTH)
Lines: 31
Message-ID: <b15tch$en6$1@nets3.rz.RWTH-Aachen.DE>
References: <200301280550 DOT h0S5ohlA017021 AT chac DOT its DOT uow DOT edu DOT au>
NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de
X-Trace: nets3.rz.RWTH-Aachen.DE 1043757265 15078 137.226.32.75 (28 Jan 2003 12:34:25 GMT)
X-Complaints-To: abuse AT rwth-aachen DOT de
NNTP-Posting-Date: 28 Jan 2003 12:34:25 GMT
Originator: broeker@
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

Y Chen <yc12 AT uow DOT edu DOT au> wrote:

> #include <iostream>
> #include <cstdlib>
> //#include <fstream>
> using namespace std;

> //#include <stdlib.h>
> #include <stdio.h>
> //#include <iostream.h>

> #include <iomanip.h>
> #include <new.h> // for memory error handling

This is a horrible mess.  You're mixing new-style C++ standard headers
(without .h) and old-style ones (with .h).  And on top of all that,
you throw C headers into the mix.  While this may still work, if
you're lucky, it's a rather certain path to confusion.  Please try to
avoid that.

> #include "LSTM.h"

The last time you posted this, you were reminded that it's quite
impossible for anybody to help you if you don't cut your problem down
so you can post a reproducible example.  You didn't do that: we still
cannot know what is in that "LSTM.h" of yours.

You're just annoying people, this way.  Please stop it.
-- 
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019