Date: Mon, 7 Apr 1997 17:35:31 -0400 (EDT) From: "art s. kagel IFMX x2697" To: Adam Bracey Cc: "'djgpp AT delorie DOT com'" Subject: Re: iostream.h, math.h, etc..... In-Reply-To: <01BC41F0.A9BF8A30@pa2dsp18.lex.infi.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII You must follow the '#include' with a space! Ex: #include #include "prog.h" BTW do not include C++ source (.cc) files only header (.h) files. Art S. Kagel, kagel AT ts1 DOT bloomberg DOT com On Sat, 5 Apr 1997, Adam Bracey wrote: > Hello all! > > I have a small problem. (I guess it could be large considering it is > preventing me from using djgpp!) Every time I try to compile a C++ > program, it tells me that no such file or directory exists for anything > I every put after a #include statement. (#include or > #include"prog.cc" where prog.cc is some program that exists in the same > directory.) Any help pertaining to this matter would be greatly > appreciated! Thanks! > > Adam Bracey > tabrac0 AT sac DOT uky DOT edu > >