On Tue, Aug 15, 2006 at 03:26:57PM -0000, benthemnite wrote:

> I have recently been working on a C++ game that uses the command
> prompt. I was using Bloodshed's Dev-Cpp compiler to make the game. I
> was compiling the latest version of the game when my computer crashed
> with a blue screen. I rebooted my computer and found that the compiler
> had emptied my source file right before the blue screen. I have a
> recent .exe but no source files. Is there anyway that I can extract my
> C++ code from the .exe?

Unlikely.  It would be easier to rewrite it than try to figure out the
C++ code from an .exe disassembly.

It may be worth your time learning how to use CVS so that you can keep
an "edit trail" of your code each time you modify it.  It also makes
undoing changes between edits very easy.


To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/c-prog/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to