Wrote three parts of my code and was just about done. Which took about five hours which I dont have a again. When I opend it up it looks like this now! Please tell me there is a way to fix it..Please....
DevC++ uses a project file, ending with a .dev suffix, which controls the settings for the project.
A simple one might start like this:
1 2 3
[Project]
FileName=Hello.dev
Name=Hello
and then further down it could have:
1 2
[Unit1]
FileName=main.cpp
Unfortunately it looks as though you might have accidentally over-written your cpp file (with your precious code) with the project file (which is automatically generated). If so, then your work may have been lost.
Some editors and IDEs keep automatic backups, but I don't think devc++ does, so you may be unlucky. (I hope not).