ticpptut.cbp
来自「个人电子图书管理系统.提供电子书的书名和其他信息.检查电子书信息的合法性(E-1」· CBP 代码 · 共 94 行
CBP
94 行
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><CodeBlocks_project_file> <FileVersion major="1" minor="5" /> <Project> <Option title="TiCppTut" /> <Option pch_mode="2" /> <Option default_target="" /> <Option compiler="gcc" /> <Option virtualFolders="" /> <Build> <Target title="Debug"> <Option output=".\Debug\TiCppTut.exe" /> <Option object_output="Debug" /> <Option type="1" /> <Option compiler="gcc" /> <Compiler> <Add option="-g" /> <Add option="-O0" /> <Add option="-D_DEBUG" /> </Compiler> </Target> <Target title="Release"> <Option output=".\Release\TiCppTut.exe" /> <Option object_output="Release" /> <Option type="1" /> <Option compiler="gcc" /> <Compiler> <Add option="-Os" /> <Add option="-O3" /> <Add option="-frtti" /> <Add option="-DNDEBUG" /> </Compiler> <Linker> <Add option="-s" /> </Linker> </Target> </Build> <Compiler> <Add option="-Wall" /> <Add option="-frtti" /> <Add option="-DWIN32" /> <Add option="-D_CONSOLE" /> <Add option="-DTIXML_USE_TICPP" /> <Add directory="..\" /> </Compiler> <Unit filename="TiCppTut.cpp"> <Option compilerVar="CPP" /> <Option target="Debug" /> <Option target="Release" /> </Unit> <Unit filename="..\ticpp.cpp"> <Option compilerVar="CPP" /> <Option target="Debug" /> <Option target="Release" /> </Unit> <Unit filename="..\ticpp.h"> <Option compilerVar="CPP" /> <Option compile="0" /> <Option link="0" /> <Option target="Debug" /> <Option target="Release" /> </Unit> <Unit filename="..\ticpprc.h"> <Option compilerVar="CPP" /> <Option compile="0" /> <Option link="0" /> <Option target="Debug" /> <Option target="Release" /> </Unit> <Unit filename="..\tinyxml.cpp"> <Option compilerVar="CPP" /> <Option target="Debug" /> <Option target="Release" /> </Unit> <Unit filename="..\tinyxml.h"> <Option compilerVar="CPP" /> <Option compile="0" /> <Option link="0" /> <Option target="Debug" /> <Option target="Release" /> </Unit> <Unit filename="..\tinyxmlerror.cpp"> <Option compilerVar="CPP" /> <Option target="Debug" /> <Option target="Release" /> </Unit> <Unit filename="..\tinyxmlparser.cpp"> <Option compilerVar="CPP" /> <Option target="Debug" /> <Option target="Release" /> </Unit> <Extensions /> </Project></CodeBlocks_project_file>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?