hotelmanager.msp
来自「命令行模式下的简单宾馆管理系统..各种基本功能齐全..属于新人练习作品..hot」· MSP 代码 · 共 108 行
MSP
108 行
[Project]
name=hotelmanager
type=0
defaultConfig=0
[Debug]
// compiler
workingDirectory=
arguments=
intermediateFilesDirectory=Debug
outputFilesDirectory=Debug
compilerPreprocessor=
extraCompilerOptions=
compilerIncludeDirectory=
noWarning=0
defaultWarning=0
allWarning=1
extraWarning=0
isoWarning=0
warningsAsErrors=0
debugType=1
debugLevel=2
exceptionEnabled=1
runtimeTypeEnabled=1
optimizeLevel=0
// linker
libraryPath=
outputFilename=Debug\hotelmanager.exe
libraries=
extraLinkerOptions=
ignoreStartupFile=0
ignoreDefaultLibs=0
stripExecutableFile=0
// archive
extraArchiveOptions=
//resource
resourcePreprocessor=
resourceIncludeDirectory=
extraResourceOptions=
[Release]
// compiler
workingDirectory=
arguments=
intermediateFilesDirectory=Release
outputFilesDirectory=Release
compilerPreprocessor=
extraCompilerOptions=
compilerIncludeDirectory=
noWarning=0
defaultWarning=0
allWarning=1
extraWarning=0
isoWarning=0
warningsAsErrors=0
debugType=0
debugLevel=0
exceptionEnabled=1
runtimeTypeEnabled=1
optimizeLevel=2
// linker
libraryPath=
outputFilename=Release\hotelmanager.exe
libraries=
extraLinkerOptions=
ignoreStartupFile=0
ignoreDefaultLibs=0
stripExecutableFile=1
// archive
extraArchiveOptions=
//resource
resourcePreprocessor=
resourceIncludeDirectory=
extraResourceOptions=
[Source]
1=account.cpp
2=accountmanage.cpp
3=room.cpp
4=hotel.cpp
5=roommanage.cpp
6=base.cpp
7=login.cpp
8=main.cpp
[Header]
1=account.h
2=base.h
3=room.h
4=roommanage.h
5=hotel.h
6=accountmanage.h
7=login.h
[Resource]
[Other]
1=ReadMe\log.txt
2=ReadMe\改进.txt
3=ReadMe\说明.txt
4=ReadMe\提示!.txt
[History]
main.cpp,1341
login.cpp,1795
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?