Skip to content

Commit c900753

Browse files
committed
cpp code 和其他资料
1 parent 46c63ea commit c900753

File tree

1,070 files changed

+99199
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,070 files changed

+99199
-0
lines changed

cpp/day01/01_datatype/.idea/01_datatype.iml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp/day01/01_datatype/.idea/encodings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp/day01/01_datatype/.idea/misc.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp/day01/01_datatype/.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp/day01/01_datatype/.idea/workspace.xml

Lines changed: 93 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp/day01/01_datatype/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cmake_minimum_required(VERSION 3.15)
2+
project(01_datatype)
3+
4+
set(CMAKE_CXX_STANDARD 14)
5+
6+
add_executable(01_datatype main.cpp)
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CodeBlocks_project_file>
3+
<FileVersion major="1" minor="6"/>
4+
<Project>
5+
<Option title="01_datatype"/>
6+
<Option makefile_is_custom="1"/>
7+
<Option compiler="gcc"/>
8+
<Option virtualFolders="CMake Files\;"/>
9+
<Build>
10+
<Target title="all">
11+
<Option working_dir="C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug"/>
12+
<Option type="4"/>
13+
<MakeCommands>
14+
<Build command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
15+
<CompileFile command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
16+
<Clean command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
17+
<DistClean command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
18+
</MakeCommands>
19+
</Target>
20+
<Target title="01_datatype">
21+
<Option output="C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/01_datatype.exe" prefix_auto="0" extension_auto="0"/>
22+
<Option working_dir="C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug"/>
23+
<Option object_output="./"/>
24+
<Option type="1"/>
25+
<Option compiler="gcc"/>
26+
<Compiler>
27+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"/>
28+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"/>
29+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"/>
30+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include"/>
31+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"/>
32+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"/>
33+
</Compiler>
34+
<MakeCommands>
35+
<Build command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 01_datatype"/>
36+
<CompileFile command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
37+
<Clean command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
38+
<DistClean command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
39+
</MakeCommands>
40+
</Target>
41+
<Target title="01_datatype/fast">
42+
<Option output="C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/01_datatype.exe" prefix_auto="0" extension_auto="0"/>
43+
<Option working_dir="C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug"/>
44+
<Option object_output="./"/>
45+
<Option type="1"/>
46+
<Option compiler="gcc"/>
47+
<Compiler>
48+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"/>
49+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"/>
50+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"/>
51+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include"/>
52+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"/>
53+
<Add directory="C:/env/qt/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"/>
54+
</Compiler>
55+
<MakeCommands>
56+
<Build command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 01_datatype/fast"/>
57+
<CompileFile command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
58+
<Clean command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
59+
<DistClean command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
60+
</MakeCommands>
61+
</Target>
62+
<Target title="edit_cache">
63+
<Option working_dir="C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug"/>
64+
<Option type="4"/>
65+
<MakeCommands>
66+
<Build command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
67+
<CompileFile command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
68+
<Clean command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
69+
<DistClean command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
70+
</MakeCommands>
71+
</Target>
72+
<Target title="rebuild_cache">
73+
<Option working_dir="C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug"/>
74+
<Option type="4"/>
75+
<MakeCommands>
76+
<Build command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
77+
<CompileFile command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
78+
<Clean command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
79+
<DistClean command="C:/env/qt/Tools/mingw730_64/bin/mingw32-make.exe -f &quot;C:/Users/xiaomi/CLionProjects6/01_datatype/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
80+
</MakeCommands>
81+
</Target>
82+
</Build>
83+
<Unit filename="C:/Users/xiaomi/CLionProjects6/01_datatype/main.cpp">
84+
<Option target="01_datatype"/>
85+
</Unit>
86+
<Unit filename="C:/Users/xiaomi/CLionProjects6/01_datatype/CMakeLists.txt">
87+
<Option virtualFolder="CMake Files\"/>
88+
</Unit>
89+
</Project>
90+
</CodeBlocks_project_file>
105 KB
Binary file not shown.

0 commit comments

Comments
 (0)