hey, I was recently programming my own variable equation solver in C++ and out of nowhere, my computer crashed and all my code was erased. My computer booted up just fine but none of my code was there. i dont have the guts to start all over again. I dont have any recent backup of the program. any help?
thecoolman5 8 Posting Whiz in Training
Recommended Answers
Jump to PostUnfortunately there's nothing you can do. I recommend using version control software like git or svn and commit your changes often. Not only does it help you save your work, it saves snapshots of your code so that you can revert back to a previous version if you mess something …
Jump to PostDoes it create a tmp file?
Since this is 4 days old, you probably have already written over the space on the drive.You could try running this and see if it finds any files.
All 5 Replies
jholland1964 650 Posting Expert Team Colleague Featured Poster
mrnutty 761 Senior Poster

Mouche
BBAD 58 Junior Poster
thecoolman5 8 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.