File tree Expand file tree Collapse file tree 1 file changed +28
-32
lines changed Expand file tree Collapse file tree 1 file changed +28
-32
lines changed Original file line number Diff line number Diff line change @@ -46,61 +46,57 @@ Windows10, Windows11 Platform; **Linux不兼容!**
46
46
47
47
## 文件结构
48
48
49
- |- - libManageSystem 主工程文件
49
+ - libManageSystem 主工程文件
50
50
51
- | |- - Book.cpp
51
+ - Book.cpp
52
52
53
- | |- - Book.h
53
+ - Book.h
54
54
55
- | |- - BookRepo.cpp
55
+ - BookRepo.cpp
56
56
57
- | |- - BookRepo.h
57
+ - BookRepo.h
58
58
59
- | |- - Repo.cpp
59
+ - Repo.cpp
60
60
61
- | |- - Repo.h
61
+ - Repo.h
62
62
63
- | |- - User.cpp
63
+ - User.cpp
64
64
65
- | |- - User.h
65
+ - User.h
66
66
67
- | |- - UserRepo.cpp
67
+ - UserRepo.cpp
68
68
69
- | |- - UserRepo.h
69
+ - UserRepo.h
70
70
71
- | |- - bye.txt 退出界面符号图像
71
+ - bye.txt 退出界面符号图像
72
72
73
- | |- - expand.csv 扩容后的图书库
73
+ - expand.csv 扩容后的图书库
74
74
75
- | |-- io.cpp
75
+ - io.cpp
76
76
77
- | |- - io.h
77
+ - io.h
78
78
79
- | |- - libManageSystem.cpp
79
+ - libManageSystem.cpp
80
80
81
- | |- - libManageSystem.vcxproj VS工程文件
81
+ - libManageSystem.vcxproj VS工程文件
82
82
83
- | |-- libManageSystem.vcxproj.user VS工程文件
84
-
85
- | |-- users.csv 用户信息
86
-
87
- | |-- welcome.txt 欢迎界面符号图像
88
-
89
- |-- myLib VS打包安装工程项目
90
-
91
- | |-- Debug
83
+ - libManageSystem.vcxproj.user VS工程文件
84
+
85
+ - users.csv 用户信息
86
+
87
+ - welcome.txt 欢迎界面符号图像
92
88
93
- | |-- Release
89
+ - myLib VS打包安装工程项目
94
90
95
- |- - README.assets
91
+ - README.assets
96
92
97
- |- - README.md
93
+ - README.md
98
94
99
- |- - myLib.vdproj VS工程文件
95
+ - myLib.vdproj VS工程文件
100
96
101
- |- - resource 资源文件,包括ico,程序架构导图,设计要求等
97
+ - resource 资源文件,包括ico,程序架构导图,设计要求等
102
98
103
- |- - libManageSystem.sln VS工程文件
99
+ - libManageSystem.sln VS工程文件
104
100
105
101
## 代码命名风格约定
106
102
You can’t perform that action at this time.
0 commit comments