Xref: news-dnh.mv.net comp.os.msdos.djgpp:4423 From: gehrke AT en DOT ecn DOT purdue DOT edu (Kevin Gehrke) Newsgroups: comp.os.msdos.djgpp Subject: Problem with ez-gcc Date: 15 Jan 1996 13:11:26 GMT Organization: Purdue University Engineering Computer Network Lines: 9 Distribution: world Message-ID: <4ddjpu$qu3@mozo.cc.purdue.edu> NNTP-Posting-Host: en.ecn.purdue.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am new to this djgpp thing and have a stupid question. My cpp programs are in their own directory. The include statements contain iostream.h in them. When I compile it says it can't find iostream.h. It is in a directory c:\djgpp\cplusinc . Do I need to put the whole path of the file iostream.h in the include statement or can I just make the directory with all the .h files in it part of my path? Thanks, Kevin Gehrke gehrke AT en DOT ecn DOT purdue DOT edu