I can't run my program

Hello I need some help with c++. I wrote a program and don't know what happen but when I opened the .cpp all my code disappeared. I'm sure that saved archive before close. In the folder that I saved archive appeared some archives with extension LAYOUT Somebody have any idea. I work in windows. When I open the .cpp archive I see this but I saved a program with code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  [Project]
FileName=prueba.cpp
Name=parcial
Type=1
Ver=2
ObjFiles=
Includes=
Libs=
PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=
Linker=
IsCpp=1
Icon=
ExeOutput=
ObjectOutput=
LogOutput=
LogOutputEnabled=0
OverrideOutput=0
OverrideOutputName=
HostApplication=
UseCustomMakefile=0
CustomMakefile=
CommandLine=
Folders=
IncludeVersionInfo=0
SupportXPThemes=0
CompilerSet=4
CompilerSettings=0000000100000000101000000
UnitCount=1

[VersionInfo]
Major=1
Minor=0
Release=0
Build=0
LanguageID=1033
CharsetID=1252
CompanyName=
FileVersion=
FileDescription=Developed using the Dev-C++ IDE
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=
AutoIncBuildNr=0
SyncProduct=1

[Unit1]
FileName=prueba.cpp
CompileCpp=1
Folder=parcial
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
you have opened something else. compilers generate other files. look for your .cpp file or if your IDE has a project based design open the project file IN the ide and it should figure it out.
Topic archived. No new replies allowed.