Date: Wed, 6 Oct 1999 16:46:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Rithe cc: djgpp AT delorie DOT com Subject: Re: gxx problem.... In-Reply-To: <199910052323.QAA03164@www1.xoommail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 5 Oct 1999, Rithe wrote: > Anyway, I no > longer have a .cpp, it just disappeared... Is > there any way to find it? I don't think so, but you could try some undelete utility or the recycle bin. > Or does anyone know what happened to it? It could happen if you said something like this: gcc -o prog.cpp This tells GCC to put the results of compilation on prog.cpp, so it overwrites the source.