Date: Sun, 20 Jul 1997 09:51:11 -0700 (PDT) Message-Id: <199707201651.JAA09433@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: waldroni AT lr DOT net From: Nate Eldredge Subject: Re: problems including iostream.h Cc: djgpp AT delorie DOT com Precedence: bulk You wrote: >Also, since iostream.h is a C++ only file, make sure your filename has a >.cpp extension. IMHO, you should use a .cc extenstion instead. GCC has a bug where debugging doesn't work well unless you name your file with .cc . Also, it avoids having to add a new extension to RHIDE's list, since it known .cc by default. Nate Eldredge eldredge AT ap DOT net