├── Debug ├── test01_1 V4.cpp ├── test01_2 V4.cpp ├── test02_1.cpp ├── test02_10.cpp ├── test02_2.cpp ├── test02_3.cpp ├── test02_4.cpp ├── test02_5.cpp ├── test02_6.cpp ├── test02_7.cpp ├── test02_8.cpp ├── test02_9.cpp ├── test03_1.cpp ├── test03_2.cpp ├── test04_1.cpp ├── test04_2.cpp ├── test04_3.cpp ├── test04_4.cpp ├── test05_1.cpp ├── test05_2.cpp ├── test06_1.cpp ├── test06_2.cpp ├── test07_1.cpp ├── test07_2.cpp ├── test07_3.cpp ├── test07_4.cpp ├── test07_5.cpp ├── test07_6.cpp ├── test08_1.cpp ├── test08_2.cpp ├── test08_3.cpp ├── test08_4.cpp ├── test09_1.c ├── test09_2.cpp ├── test10_1_cal.cpp ├── test10_1_main.cpp ├── test10_1_vol.cpp ├── test10_2.cpp ├── test11_1.cpp ├── test11_2.cpp ├── test11_3.cpp ├── test11_4.cpp ├── test12_1.cpp └── test12_2.cpp ├── Lab ├── ch01 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch01.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 1-1.c │ ├── 1-2.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-19be58db3ad7ebe6c072.json │ │ │ ├── cmakeFiles-v1-6dda7407ec7202a798ad.json │ │ │ ├── codemodel-v2-67f25e2ffda5bca904ab.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2023-12-28T13-39-07-0303.json │ │ │ ├── target-1-1-Debug-c970e0962ae8d36b1107.json │ │ │ ├── target-1-2-Debug-4176cfcd1d1083b36d74.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 1-1.exe │ │ ├── 1-2.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 1-1.dir │ │ │ └── 1-1.c.obj │ │ ├── 1-2.dir │ │ │ └── 1-2.c.obj │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch02 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch02.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 2-1-1.c │ ├── 2-1-2.c │ ├── 2-1-3.c │ ├── 2-1-4.c │ ├── 2-1-5.c │ ├── 2-1-6.c │ ├── 2-1-7.c │ ├── 2-2-1.c │ ├── 2-2-2.c │ ├── 2-2-3.c │ ├── 2-2-4.c │ ├── 2-2-5.c │ ├── 2-2-6.c │ ├── 2-2-7.c │ ├── 2-3-1.c │ ├── 2-3-2.c │ ├── 2-3-3.c │ ├── 2-3-4.c │ ├── 2-3-5.c │ ├── 2-3-6.c │ ├── 2-3-7.c │ ├── 2-3-8.c │ ├── 2-3-9.c │ ├── 2-4-1.c │ ├── 2-4-2.c │ ├── 2-4-3.c │ ├── 2-4-4.c │ ├── 2-4-5.c │ ├── 2-4-6.c │ ├── 2-4-7.c │ ├── 2-4-8.c │ ├── 2-5-1.c │ ├── 2-5-2.c │ ├── 2-5-3.c │ ├── 2-5-4.c │ ├── 2-5-5.c │ ├── 2-5-6.c │ ├── 2-5-7.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-17629449a65160038c14.json │ │ │ ├── cmakeFiles-v1-4f6f685a210c104d5ff4.json │ │ │ ├── codemodel-v2-5f5c8659f20a44c79ce7.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2023-12-29T09-16-01-0115.json │ │ │ ├── target-2-1-1-Debug-3189ddba0bdd9f53c9ba.json │ │ │ ├── target-2-1-2-Debug-e5103f14f76bfb17e8aa.json │ │ │ ├── target-2-1-3-Debug-0a5ce5bbc44307288e8d.json │ │ │ ├── target-2-1-4-Debug-e8be045eefeaa6981c92.json │ │ │ ├── target-2-1-5-Debug-d0990d6500c56d03de57.json │ │ │ ├── target-2-1-6-Debug-1691bb1f7da261f1a98b.json │ │ │ ├── target-2-1-7-Debug-7d7829afaeac14eb8a64.json │ │ │ ├── target-2-2-1-Debug-664d0112637ed6b96ad2.json │ │ │ ├── target-2-2-2-Debug-b753383b585b9e672162.json │ │ │ ├── target-2-2-3-Debug-5e112d9498b30fd510ae.json │ │ │ ├── target-2-2-4-Debug-e5491271eef34619b2cd.json │ │ │ ├── target-2-2-5-Debug-ba87bca62c0ac22f1db9.json │ │ │ ├── target-2-2-6-Debug-1cbf994e050089ebd268.json │ │ │ ├── target-2-2-7-Debug-ad2be7e990ae01c6c723.json │ │ │ ├── target-2-3-1-Debug-f6ea7b5fd217aeeb4beb.json │ │ │ ├── target-2-3-2-Debug-4b275266d1e6bd675cfc.json │ │ │ ├── target-2-3-3-Debug-404fadbbc81f28964201.json │ │ │ ├── target-2-3-4-Debug-0ef0bb980c8fda58bc7a.json │ │ │ ├── target-2-3-5-Debug-39722dcafd6cc2f28baa.json │ │ │ ├── target-2-3-6-Debug-1b6cfa109bf7316b4186.json │ │ │ ├── target-2-3-7-Debug-10eaabb7707201769252.json │ │ │ ├── target-2-3-8-Debug-adf57d7cfad9a1beef44.json │ │ │ ├── target-2-3-9-Debug-54e35ebe76dee6494505.json │ │ │ ├── target-2-4-1-Debug-faac949eb17f21527f1b.json │ │ │ ├── target-2-4-2-Debug-946d2b75eed6c4073b5b.json │ │ │ ├── target-2-4-3-Debug-84030d1253e28c09ed00.json │ │ │ ├── target-2-4-4-Debug-6141fe0912fd339cd64f.json │ │ │ ├── target-2-4-5-Debug-da12f52986eef5342edb.json │ │ │ ├── target-2-4-6-Debug-fc5c1fa2c12e8e8be163.json │ │ │ ├── target-2-4-7-Debug-820e2110de92d517abb0.json │ │ │ ├── target-2-4-8-Debug-d411323aab20a07b9689.json │ │ │ ├── target-2-5-1-Debug-9c04ed3d871f1ca5c7f5.json │ │ │ ├── target-2-5-2-Debug-2ed451a8b38eb308b7de.json │ │ │ ├── target-2-5-3-Debug-98a5bae9e8341bcceaec.json │ │ │ ├── target-2-5-4-Debug-904f217b25f97b2bff0a.json │ │ │ ├── target-2-5-5-Debug-093e1e989bfedd0508a1.json │ │ │ ├── target-2-5-6-Debug-899f8c6b0b36f70ef0d7.json │ │ │ ├── target-2-5-7-Debug-b9a51763e68c141a98e7.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 2-2-6.exe │ │ ├── 2-2-7.exe │ │ ├── 2-3-3.exe │ │ ├── 2-3-5.exe │ │ ├── 2-3-6.exe │ │ ├── 2-3-8.exe │ │ ├── 2-3-9.exe │ │ ├── 2-4-7.exe │ │ ├── 2-4-8.exe │ │ ├── 2-5-6.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 2-2-6.dir │ │ │ └── 2-2-6.c.obj │ │ ├── 2-2-7.dir │ │ │ └── 2-2-7.c.obj │ │ ├── 2-3-3.dir │ │ │ └── 2-3-3.c.obj │ │ ├── 2-3-5.dir │ │ │ └── 2-3-5.c.obj │ │ ├── 2-3-6.dir │ │ │ └── 2-3-6.c.obj │ │ ├── 2-3-8.dir │ │ │ └── 2-3-8.c.obj │ │ ├── 2-3-9.dir │ │ │ └── 2-3-9.c.obj │ │ ├── 2-4-7.dir │ │ │ └── 2-4-7.c.obj │ │ ├── 2-4-8.dir │ │ │ └── 2-4-8.c.obj │ │ ├── 2-5-6.dir │ │ │ └── 2-5-6.c.obj │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch03 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch03.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 3-1.c │ ├── 3-10.c │ ├── 3-11.c │ ├── 3-2.c │ ├── 3-3.c │ ├── 3-4.c │ ├── 3-5.c │ ├── 3-6.c │ ├── 3-7.c │ ├── 3-8.c │ ├── 3-9.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-a20713e33b02a02e56ca.json │ │ │ ├── cmakeFiles-v1-4f45ec6b63db6806c5fe.json │ │ │ ├── codemodel-v2-19c8503f2ffd5618629e.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2023-12-31T11-39-13-0957.json │ │ │ ├── target-3-1-Debug-e8c0d87888fc69be2051.json │ │ │ ├── target-3-10-Debug-d0c8d7bbb4f49bd1b38c.json │ │ │ ├── target-3-11-Debug-39eec1602931464ca5f1.json │ │ │ ├── target-3-2-Debug-b8a82ca32693d1b6f531.json │ │ │ ├── target-3-3-Debug-7b52f596a580a779b23d.json │ │ │ ├── target-3-4-Debug-04c9d9b383d1afb3693b.json │ │ │ ├── target-3-5-Debug-71c14820500a5d8d6877.json │ │ │ ├── target-3-6-Debug-3707d5ee5dc154065be1.json │ │ │ ├── target-3-7-Debug-bf4e313dbb619ef4e19c.json │ │ │ ├── target-3-8-Debug-4956c95cf16f28dbecb2.json │ │ │ ├── target-3-9-Debug-871ae73d6cb6501c9a44.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 3-1.exe │ │ ├── 3-10.exe │ │ ├── 3-11.exe │ │ ├── 3-4.exe │ │ ├── 3-6.exe │ │ ├── 3-8.exe │ │ ├── 3-9.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3-1.dir │ │ │ └── 3-1.c.obj │ │ ├── 3-10.dir │ │ │ └── 3-10.c.obj │ │ ├── 3-11.dir │ │ │ └── 3-11.c.obj │ │ ├── 3-4.dir │ │ │ └── 3-4.c.obj │ │ ├── 3-6.dir │ │ │ └── 3-6.c.obj │ │ ├── 3-8.dir │ │ │ └── 3-8.c.obj │ │ ├── 3-9.dir │ │ │ └── 3-9.c.obj │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch04 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch04.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 4-1-1.c │ ├── 4-1-10.c │ ├── 4-1-11.c │ ├── 4-1-12.c │ ├── 4-1-2.c │ ├── 4-1-3.c │ ├── 4-1-4.c │ ├── 4-1-5.c │ ├── 4-1-6.c │ ├── 4-1-7.c │ ├── 4-1-8.c │ ├── 4-1-9.c │ ├── 4-2-1.c │ ├── 4-2-2.c │ ├── 4-2-3.c │ ├── 4-2-4.c │ ├── 4-2-5.c │ ├── 4-2-6.c │ ├── 4-2-7.c │ ├── 4-2-8.c │ ├── 4-2-9.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-93ba9b7790095a6471a9.json │ │ │ ├── cmakeFiles-v1-3a34735700b49a643737.json │ │ │ ├── codemodel-v2-10a7eba1f8b4c0ad63cb.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-06T13-33-42-0351.json │ │ │ ├── target-4-1-1-Debug-20f353ef59ae27e1fa2c.json │ │ │ ├── target-4-1-10-Debug-fa63b6ed72be6350fdc9.json │ │ │ ├── target-4-1-11-Debug-be1449f53e001c797308.json │ │ │ ├── target-4-1-2-Debug-5e8396231e3319fe0f88.json │ │ │ ├── target-4-1-3-Debug-fbc3049236165d539d3c.json │ │ │ ├── target-4-1-4-Debug-3f491bbbfae1f523220f.json │ │ │ ├── target-4-1-5-Debug-c844e503346d10a1fa47.json │ │ │ ├── target-4-1-6-Debug-08a52bcb9168d6988f23.json │ │ │ ├── target-4-1-7-Debug-053b662225b0f0e377af.json │ │ │ ├── target-4-1-8-Debug-eec9701426a02fc7b8aa.json │ │ │ ├── target-4-1-9-Debug-3e53eb32c627f81a2529.json │ │ │ ├── target-4-2-1-Debug-6dec84b6e9bed925912b.json │ │ │ ├── target-4-2-2-Debug-69ec1802a277b744c7fc.json │ │ │ ├── target-4-2-3-Debug-00a179afe3f494cbe9e4.json │ │ │ ├── target-4-2-4-Debug-2490cc08b26532a4d246.json │ │ │ ├── target-4-2-5-Debug-40d0eece08d176ebe058.json │ │ │ ├── target-4-2-6-Debug-574f21ab85123d1e5d6e.json │ │ │ ├── target-4-2-7-Debug-49cf84b5950ea4c833a0.json │ │ │ ├── target-4-2-8-Debug-9b2dead0049c8da4e26d.json │ │ │ ├── target-4-2-9-Debug-1d5c6cdad59437f5d0b9.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 4-2-2.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── 4-2-2.dir │ │ │ └── 4-2-2.c.obj │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── ch04.dir │ │ │ └── main.c.obj │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ ├── ch04.exe │ │ └── cmake_install.cmake ├── ch05 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch05.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 5-1.c │ ├── 5-10.c │ ├── 5-11.c │ ├── 5-2.c │ ├── 5-3.c │ ├── 5-4.c │ ├── 5-5.c │ ├── 5-6.c │ ├── 5-7.c │ ├── 5-8.c │ ├── 5-9.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-122577dbaff27d0df416.json │ │ │ ├── cmakeFiles-v1-f9e571bc31e7cd576ca3.json │ │ │ ├── codemodel-v2-c879101cfd855f776116.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-06T13-39-27-0874.json │ │ │ ├── target-5-1-Debug-372dfebffd0c26f901dc.json │ │ │ ├── target-5-10-Debug-ccf131f196ac6723ac72.json │ │ │ ├── target-5-11-Debug-4948518046fbf2d880dd.json │ │ │ ├── target-5-2-Debug-dab85277bc14e710102c.json │ │ │ ├── target-5-3-Debug-2c9bc31666233be114f5.json │ │ │ ├── target-5-4-Debug-1298851dcb4b6eeb9e0c.json │ │ │ ├── target-5-5-Debug-792240ca7be4bf7e6fa1.json │ │ │ ├── target-5-6-Debug-756bb5df6a3009cf8924.json │ │ │ ├── target-5-7-Debug-b761a4628c62ca08cfb0.json │ │ │ ├── target-5-8-Debug-72ea7b0e661d597592e7.json │ │ │ ├── target-5-9-Debug-9e579f9306fad80ab010.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch06 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch06.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 6-1.c │ ├── 6-10.c │ ├── 6-11.c │ ├── 6-2.c │ ├── 6-3.c │ ├── 6-4.c │ ├── 6-5.c │ ├── 6-6.c │ ├── 6-7.c │ ├── 6-8.c │ ├── 6-9.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-de3b90c4b280a0506aee.json │ │ │ ├── cmakeFiles-v1-332d9d6883cc3cbbf1f2.json │ │ │ ├── codemodel-v2-ae94093ddfd59ed4c0e0.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-07T08-36-46-0707.json │ │ │ ├── target-6-1-Debug-171c1119b009277a559f.json │ │ │ ├── target-6-10-Debug-157c3d232eed13be65fe.json │ │ │ ├── target-6-11-Debug-6a159e4afe6a194c2886.json │ │ │ ├── target-6-2-Debug-4af5e607b7edef07851d.json │ │ │ ├── target-6-3-Debug-60becb4cf5c3d90fbcb2.json │ │ │ ├── target-6-4-Debug-d4111f12e4e5d3f3465a.json │ │ │ ├── target-6-5-Debug-5501135c64e75264e08b.json │ │ │ ├── target-6-6-Debug-4e1e875a31e9a7bd8b1d.json │ │ │ ├── target-6-7-Debug-0f64fc2e2e88afc9bba9.json │ │ │ ├── target-6-8-Debug-30009e55f3ab29c08b34.json │ │ │ ├── target-6-9-Debug-f61f2ea075036c954b38.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch07 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch07.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 7-1-1.c │ ├── 7-1-10.c │ ├── 7-1-11.c │ ├── 7-1-2.c │ ├── 7-1-3.c │ ├── 7-1-4.c │ ├── 7-1-5.c │ ├── 7-1-6.c │ ├── 7-1-7.c │ ├── 7-1-8.c │ ├── 7-1-9.c │ ├── 7-2-1.c │ ├── 7-2-10.c │ ├── 7-2-2.c │ ├── 7-2-3.c │ ├── 7-2-4.c │ ├── 7-2-5.c │ ├── 7-2-6.c │ ├── 7-2-7.c │ ├── 7-2-8.c │ ├── 7-2-9.c │ ├── 7-3-1.c │ ├── 7-3-2.c │ ├── 7-3-3.c │ ├── 7-3-4.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-383cd176f9cddfb7a78e.json │ │ │ ├── cmakeFiles-v1-60aa9ca64f34d79cd678.json │ │ │ ├── codemodel-v2-b5e37db920e4390c29ca.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-07T13-47-17-0233.json │ │ │ ├── target-7-1-1-Debug-e0bc43db58901d662446.json │ │ │ ├── target-7-1-10-Debug-578f5aa68131d5075c56.json │ │ │ ├── target-7-1-11-Debug-602e59eaf0cf11d4fcd0.json │ │ │ ├── target-7-1-2-Debug-58e7b21b8be6648884fe.json │ │ │ ├── target-7-1-3-Debug-692e9e65697db909fe01.json │ │ │ ├── target-7-1-4-Debug-8f48718452ffe0979eba.json │ │ │ ├── target-7-1-5-Debug-f80ad8692e3a47ffb081.json │ │ │ ├── target-7-1-6-Debug-9c62bfd067e423f224fa.json │ │ │ ├── target-7-1-7-Debug-5e08aada3f1cfa8ce352.json │ │ │ ├── target-7-1-8-Debug-8b83c8337ed23efa0ee8.json │ │ │ ├── target-7-1-9-Debug-85971ccd8d141972d6b4.json │ │ │ ├── target-7-2-1-Debug-6da651dd3b58632c2697.json │ │ │ ├── target-7-2-10-Debug-7f6c325f8428366c3e60.json │ │ │ ├── target-7-2-2-Debug-c49f22c858183e453549.json │ │ │ ├── target-7-2-3-Debug-853f9a625b45009a0b48.json │ │ │ ├── target-7-2-4-Debug-9b939b3b0c16f9e4a1b9.json │ │ │ ├── target-7-2-5-Debug-3062bdeb75a7b785c555.json │ │ │ ├── target-7-2-6-Debug-5f407ac785f73e640b26.json │ │ │ ├── target-7-2-7-Debug-36b0eb22871d2e255260.json │ │ │ ├── target-7-2-8-Debug-ca6aef898cf00798ff2e.json │ │ │ ├── target-7-2-9-Debug-307b6594e7b46eb677cc.json │ │ │ ├── target-7-3-1-Debug-015650fa2e5abd4bdf45.json │ │ │ ├── target-7-3-2-Debug-48b4ad722f8b19c7173e.json │ │ │ ├── target-7-3-3-Debug-dc62df516bf7df0ecde3.json │ │ │ ├── target-7-3-4-Debug-20375e76d2e2cf61383b.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch08 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch08.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 8-1-1.c │ ├── 8-1-2.c │ ├── 8-1-3.c │ ├── 8-1-4.c │ ├── 8-1-5.c │ ├── 8-1-6.c │ ├── 8-1-7.c │ ├── 8-1-8.c │ ├── 8-1-9.c │ ├── 8-2-1.c │ ├── 8-2-10.c │ ├── 8-2-2.c │ ├── 8-2-3.c │ ├── 8-2-4.c │ ├── 8-2-5.c │ ├── 8-2-6.c │ ├── 8-2-7.c │ ├── 8-2-8.c │ ├── 8-2-9.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-e062204bfc0c9c92d0b0.json │ │ │ ├── cmakeFiles-v1-130774c341e73c447268.json │ │ │ ├── codemodel-v2-a9ff733b127dee367920.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-11T12-56-47-0411.json │ │ │ ├── target-8-1-1-Debug-5c25641b27a9b2490b6a.json │ │ │ ├── target-8-1-2-Debug-331e6a15b7146d0c36a8.json │ │ │ ├── target-8-1-3-Debug-8252a7713f50746d68ec.json │ │ │ ├── target-8-1-4-Debug-ee57230b58a723669431.json │ │ │ ├── target-8-1-5-Debug-dd1ff1fc06eba80f9948.json │ │ │ ├── target-8-1-6-Debug-ffdb3f3cb335e8226d3e.json │ │ │ ├── target-8-1-7-Debug-2e1e3b0d71b5e5e16e45.json │ │ │ ├── target-8-1-8-Debug-78fa4e1733bd12d98058.json │ │ │ ├── target-8-1-9-Debug-aefc035cbd82b6f768cd.json │ │ │ ├── target-8-2-1-Debug-26a62f9e0376c256b82f.json │ │ │ ├── target-8-2-10-Debug-66e2b7a3bcae3ccadd22.json │ │ │ ├── target-8-2-2-Debug-f1c1c1bd36536a5c88f4.json │ │ │ ├── target-8-2-3-Debug-81e37ca207aa0bf17ed4.json │ │ │ ├── target-8-2-4-Debug-5f3de5e89b68d577cfbe.json │ │ │ ├── target-8-2-5-Debug-94b954447517d0298c47.json │ │ │ ├── target-8-2-6-Debug-a21fb3c82a572d020c61.json │ │ │ ├── target-8-2-7-Debug-761a42e4daaf75fa6e5d.json │ │ │ ├── target-8-2-8-Debug-7fceb21e2e92035a24a3.json │ │ │ ├── target-8-2-9-Debug-9a2fafe5653457729a49.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 8-1-2.exe │ │ ├── 8-2-1.exe │ │ ├── 8-2-10.exe │ │ ├── 8-2-2.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── 8-1-2.dir │ │ │ └── 8-1-2.c.obj │ │ ├── 8-2-1.dir │ │ │ └── 8-2-1.c.obj │ │ ├── 8-2-10.dir │ │ │ └── 8-2-10.c.obj │ │ ├── 8-2-2.dir │ │ │ └── 8-2-2.c.obj │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch09 │ ├── 9-4.c │ └── 9-6.c ├── ch10 │ ├── 10-10.c │ ├── 10-2.c │ ├── 10-3.c │ ├── 10-4.c │ ├── 10-5.c │ ├── 10-6.c │ └── 10-8.c └── ch11 │ ├── 11-1-2.c │ ├── 11-1-3.c │ ├── 11-1-4.c │ ├── 11-1-6.c │ ├── 11-1-8.c │ ├── 11-2-1.c │ ├── 11-2-2.c │ ├── 11-2-3.c │ ├── 11-2-4.c │ ├── 11-2-5.c │ ├── 11-2-6.c │ ├── 11-2-7.c │ ├── 11-2-8.c │ └── 11-2-9.c ├── Primary ├── ch02 │ ├── exercise │ │ ├── .idea │ │ │ ├── .gitignore │ │ │ ├── exercise.iml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── vcs.xml │ │ ├── 2-1.c │ │ ├── 2-2.c │ │ ├── 2-3.c │ │ ├── 2-4.c │ │ ├── 2-5.c │ │ ├── 2-6.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ ├── cache-v2 │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ ├── codemodel-v2 │ │ │ │ └── toolchains-v1 │ │ │ │ └── reply │ │ │ │ ├── cache-v2-21d88fe2f67e1f8d9c7f.json │ │ │ │ ├── cmakeFiles-v1-8b9d9655b83f019f14dd.json │ │ │ │ ├── codemodel-v2-4bf93c9b910e5807fe31.json │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ ├── index-2024-04-02T02-41-05-0034.json │ │ │ │ ├── target-2-1-Debug-b99e2b59d085070de23c.json │ │ │ │ ├── target-2-2-Debug-1147f7d7e9feffcc43ac.json │ │ │ │ ├── target-2-3-Debug-e496645db1931785c33b.json │ │ │ │ ├── target-2-4-Debug-e6ac663fd33751035cb2.json │ │ │ │ ├── target-2-5-Debug-6cf9129398928439610a.json │ │ │ │ ├── target-2-6-Debug-fa1369668c1cb9bb76f9.json │ │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ │ ├── .ninja_deps │ │ │ ├── .ninja_log │ │ │ ├── 2-1.exe │ │ │ ├── 2-2.exe │ │ │ ├── 2-3.exe │ │ │ ├── 2-4.exe │ │ │ ├── 2-5.exe │ │ │ ├── 2-6.exe │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ ├── 3.25.2 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeRCCompiler.cmake │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ └── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── a.exe │ │ │ ├── CMakeOutput.log │ │ │ ├── TargetDirectories.txt │ │ │ ├── clion-Debug-log.txt │ │ │ ├── clion-environment.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ │ ├── Testing │ │ │ └── Temporary │ │ │ │ └── LastTest.log │ │ │ ├── build.ninja │ │ │ └── cmake_install.cmake │ └── practice │ │ ├── .idea │ │ ├── .gitignore │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── practice.iml │ │ └── vcs.xml │ │ ├── 2-1.c │ │ ├── 2-10.c │ │ ├── 2-11.c │ │ ├── 2-12.c │ │ ├── 2-13.c │ │ ├── 2-14.c │ │ ├── 2-15.c │ │ ├── 2-17.c │ │ ├── 2-18.c │ │ ├── 2-3.c │ │ ├── 2-4.c │ │ ├── 2-6.c │ │ ├── 2-8.c │ │ ├── 2-9.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-ef04d381a8eaa32ec597.json │ │ │ ├── cmakeFiles-v1-bf3dee2f892239122dfc.json │ │ │ ├── codemodel-v2-b9eb5f866dbf0b730401.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-01T11-57-19-0610.json │ │ │ ├── target-2-1-Debug-b99e2b59d085070de23c.json │ │ │ ├── target-2-10-Debug-6a8579ee2bedcf639017.json │ │ │ ├── target-2-11-Debug-15aba6f577fbbdd66fb0.json │ │ │ ├── target-2-12-Debug-66224a2116c4e6b4e35d.json │ │ │ ├── target-2-13-Debug-cd9614762d5706582903.json │ │ │ ├── target-2-14-Debug-7b56997ee9637bcd3e6d.json │ │ │ ├── target-2-15-Debug-93e09bb1531b0e9cb1c2.json │ │ │ ├── target-2-17-Debug-db8d08fd04b05d5b190b.json │ │ │ ├── target-2-18-Debug-d56281200a5f4049871e.json │ │ │ ├── target-2-3-Debug-2e0be4913621a4c9bb4a.json │ │ │ ├── target-2-4-Debug-1928bb00c314c21cdf13.json │ │ │ ├── target-2-6-Debug-bd35de652e5679071608.json │ │ │ ├── target-2-8-Debug-3c3cf4d62d6c8e11b3a7.json │ │ │ ├── target-2-9-Debug-afe6486fe9233ff22ad2.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 2-1.exe │ │ ├── 2-18.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch03 │ ├── exercise │ │ ├── .idea │ │ │ ├── .gitignore │ │ │ ├── exercise.iml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── vcs.xml │ │ ├── 3-1.c │ │ ├── 3-2.c │ │ ├── 3-3.c │ │ ├── 3-4.c │ │ ├── 3-5.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ ├── cache-v2 │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ ├── codemodel-v2 │ │ │ │ └── toolchains-v1 │ │ │ │ └── reply │ │ │ │ ├── cache-v2-d392583d89e0bddb01ba.json │ │ │ │ ├── cmakeFiles-v1-40678deecbfce42b984e.json │ │ │ │ ├── codemodel-v2-70f795e17bf2cce17965.json │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ ├── index-2024-04-02T02-41-39-0114.json │ │ │ │ ├── target-3-1-Debug-e8c0d87888fc69be2051.json │ │ │ │ ├── target-3-2-Debug-b8a82ca32693d1b6f531.json │ │ │ │ ├── target-3-3-Debug-7b52f596a580a779b23d.json │ │ │ │ ├── target-3-4-Debug-04c9d9b383d1afb3693b.json │ │ │ │ ├── target-3-5-Debug-71c14820500a5d8d6877.json │ │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ │ ├── .ninja_deps │ │ │ ├── .ninja_log │ │ │ ├── 3-1.exe │ │ │ ├── 3-2.exe │ │ │ ├── 3-3.exe │ │ │ ├── 3-4.exe │ │ │ ├── 3-5.exe │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ ├── 3.25.2 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeRCCompiler.cmake │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ └── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── a.exe │ │ │ ├── CMakeOutput.log │ │ │ ├── TargetDirectories.txt │ │ │ ├── clion-Debug-log.txt │ │ │ ├── clion-environment.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ │ ├── Testing │ │ │ └── Temporary │ │ │ │ └── LastTest.log │ │ │ ├── build.ninja │ │ │ └── cmake_install.cmake │ └── practice │ │ ├── .idea │ │ ├── .gitignore │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── practice.iml │ │ └── vcs.xml │ │ ├── 3-2.c │ │ ├── 3-3.c │ │ ├── 3-4.c │ │ ├── 3-5.c │ │ ├── 3-7.c │ │ ├── 3-8.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-83b930625162f95b216b.json │ │ │ ├── cmakeFiles-v1-17580656ca0d5f0afc7f.json │ │ │ ├── codemodel-v2-0727290a2f3e0d2db5f9.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-02T01-05-20-0727.json │ │ │ ├── target-3-2-Debug-d209c13729f40aa177a3.json │ │ │ ├── target-3-3-Debug-eb18061700fdbfe6fa48.json │ │ │ ├── target-3-4-Debug-13da3dc74315d5eff08e.json │ │ │ ├── target-3-5-Debug-6d2ef17d68ba8a21be14.json │ │ │ ├── target-3-7-Debug-01685f716eff09e7888b.json │ │ │ ├── target-3-8-Debug-04f22f4028b070981a5e.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 3-2.exe │ │ ├── 3-3.exe │ │ ├── 3-4.exe │ │ ├── 3-5.exe │ │ ├── 3-7.exe │ │ ├── 3-8.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch04 │ ├── exercise │ │ ├── .idea │ │ │ ├── .gitignore │ │ │ ├── exercise.iml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── vcs.xml │ │ ├── 4-1.c │ │ ├── 4-10.c │ │ ├── 4-11.c │ │ ├── 4-2.c │ │ ├── 4-3.c │ │ ├── 4-4.c │ │ ├── 4-5.c │ │ ├── 4-6.c │ │ ├── 4-7.c │ │ ├── 4-8.c │ │ ├── 4-9.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ ├── cache-v2 │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ ├── codemodel-v2 │ │ │ │ └── toolchains-v1 │ │ │ │ └── reply │ │ │ │ ├── cache-v2-34500f73409d394db32c.json │ │ │ │ ├── cmakeFiles-v1-6442f1048a9eac5fcfc7.json │ │ │ │ ├── codemodel-v2-f75dbec16310cee7cb39.json │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ ├── index-2024-04-02T02-53-15-0505.json │ │ │ │ ├── target-4-1-Debug-bfbf7ed24e3728f86984.json │ │ │ │ ├── target-4-10-Debug-d5f2ff9acac178a299f3.json │ │ │ │ ├── target-4-11-Debug-6f2834052c0f0767856b.json │ │ │ │ ├── target-4-2-Debug-000e62ddbd07e869017d.json │ │ │ │ ├── target-4-3-Debug-da28d3b304f2d00a768b.json │ │ │ │ ├── target-4-4-Debug-2da02d59218a58823929.json │ │ │ │ ├── target-4-5-Debug-26de011cc694192541a9.json │ │ │ │ ├── target-4-6-Debug-f1a567f2d0caff2892c4.json │ │ │ │ ├── target-4-7-Debug-a162241627b33b48667a.json │ │ │ │ ├── target-4-8-Debug-218f234086b2329f4e7f.json │ │ │ │ ├── target-4-9-Debug-778d50a8c9d1c53751a0.json │ │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ ├── 3.25.2 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeRCCompiler.cmake │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ └── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── a.exe │ │ │ ├── CMakeOutput.log │ │ │ ├── TargetDirectories.txt │ │ │ ├── clion-Debug-log.txt │ │ │ ├── clion-environment.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ │ ├── Testing │ │ │ └── Temporary │ │ │ │ └── LastTest.log │ │ │ ├── build.ninja │ │ │ └── cmake_install.cmake │ └── practice │ │ ├── .idea │ │ ├── .gitignore │ │ ├── inspectionProfiles │ │ │ └── Project_Default.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── practice.iml │ │ └── vcs.xml │ │ ├── 4-10.c │ │ ├── 4-11.c │ │ ├── 4-3.c │ │ ├── 4-6.c │ │ ├── 4-7.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-7c87eb9287d93ce78563.json │ │ │ ├── cmakeFiles-v1-d6518a762b4626bc2a04.json │ │ │ ├── codemodel-v2-53bd1d7cc38ea677139f.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-02T01-12-24-0434.json │ │ │ ├── target-4-10-Debug-4176b339276e85df5daa.json │ │ │ ├── target-4-11-Debug-b3ab794f91f754e3271a.json │ │ │ ├── target-4-3-Debug-4fc3c6ab799f2a4e2cd0.json │ │ │ ├── target-4-6-Debug-87d87af9b81cfd2e7ad8.json │ │ │ ├── target-4-7-Debug-b7186620bc604aaf7e55.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 4-3.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch05 │ ├── exercise │ │ ├── .idea │ │ │ ├── .gitignore │ │ │ ├── exercise.iml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── vcs.xml │ │ ├── 5-1.c │ │ ├── 5-2.c │ │ ├── 5-3.c │ │ ├── 5-4.c │ │ ├── 5-5.c │ │ ├── 5-6.c │ │ ├── 5-7.c │ │ ├── 5-8.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ ├── cache-v2 │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ ├── codemodel-v2 │ │ │ │ └── toolchains-v1 │ │ │ │ └── reply │ │ │ │ ├── cache-v2-06a2ff9e28a93da5617f.json │ │ │ │ ├── cmakeFiles-v1-41f991f220678e2ada25.json │ │ │ │ ├── codemodel-v2-9e2d51a1b57c553ceb17.json │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ ├── index-2024-04-02T07-46-25-0600.json │ │ │ │ ├── target-5-1-Debug-372dfebffd0c26f901dc.json │ │ │ │ ├── target-5-2-Debug-dab85277bc14e710102c.json │ │ │ │ ├── target-5-3-Debug-2c9bc31666233be114f5.json │ │ │ │ ├── target-5-4-Debug-1298851dcb4b6eeb9e0c.json │ │ │ │ ├── target-5-5-Debug-792240ca7be4bf7e6fa1.json │ │ │ │ ├── target-5-6-Debug-756bb5df6a3009cf8924.json │ │ │ │ ├── target-5-7-Debug-b761a4628c62ca08cfb0.json │ │ │ │ ├── target-5-8-Debug-72ea7b0e661d597592e7.json │ │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ ├── 3.25.2 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeRCCompiler.cmake │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ └── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── a.exe │ │ │ ├── CMakeOutput.log │ │ │ ├── TargetDirectories.txt │ │ │ ├── clion-Debug-log.txt │ │ │ ├── clion-environment.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ │ ├── Testing │ │ │ └── Temporary │ │ │ │ └── LastTest.log │ │ │ ├── build.ninja │ │ │ └── cmake_install.cmake │ └── practice │ │ ├── .idea │ │ ├── .gitignore │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── practice.iml │ │ └── vcs.xml │ │ ├── 5-1.c │ │ ├── 5-2.c │ │ ├── 5-3.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-2d02723bd43ce376e7f2.json │ │ │ ├── cmakeFiles-v1-df4bf48c141ad0b73e52.json │ │ │ ├── codemodel-v2-15828ebec0e07a22a37c.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-03-27T11-12-41-0805.json │ │ │ ├── target-5-1-Debug-372dfebffd0c26f901dc.json │ │ │ ├── target-5-2-Debug-dab85277bc14e710102c.json │ │ │ ├── target-5-3-Debug-2c9bc31666233be114f5.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 5-3.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── 5-3.dir │ │ │ └── 5-3.c.obj │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch06 │ ├── exercise │ │ ├── .idea │ │ │ ├── .gitignore │ │ │ ├── exercise.iml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── vcs.xml │ │ ├── 6-1.c │ │ ├── 6-2.c │ │ ├── 6-3.c │ │ ├── 6-4.c │ │ ├── 6-5.c │ │ ├── 6-6.c │ │ ├── 6-7.c │ │ ├── 6-8.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ ├── cache-v2 │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ ├── codemodel-v2 │ │ │ │ └── toolchains-v1 │ │ │ │ └── reply │ │ │ │ ├── cache-v2-71bbfca5c6786b81af22.json │ │ │ │ ├── cmakeFiles-v1-6a1983d15196ae80378a.json │ │ │ │ ├── codemodel-v2-d34f054dc6a985fb9619.json │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ ├── index-2024-04-02T08-07-53-0106.json │ │ │ │ ├── target-6-1-Debug-171c1119b009277a559f.json │ │ │ │ ├── target-6-2-Debug-4af5e607b7edef07851d.json │ │ │ │ ├── target-6-3-Debug-60becb4cf5c3d90fbcb2.json │ │ │ │ ├── target-6-4-Debug-d4111f12e4e5d3f3465a.json │ │ │ │ ├── target-6-5-Debug-5501135c64e75264e08b.json │ │ │ │ ├── target-6-6-Debug-4e1e875a31e9a7bd8b1d.json │ │ │ │ ├── target-6-7-Debug-0f64fc2e2e88afc9bba9.json │ │ │ │ ├── target-6-8-Debug-30009e55f3ab29c08b34.json │ │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ ├── 3.25.2 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeRCCompiler.cmake │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ └── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── a.exe │ │ │ ├── CMakeOutput.log │ │ │ ├── TargetDirectories.txt │ │ │ ├── clion-Debug-log.txt │ │ │ ├── clion-environment.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ │ ├── Testing │ │ │ └── Temporary │ │ │ │ └── LastTest.log │ │ │ ├── build.ninja │ │ │ └── cmake_install.cmake │ └── practice │ │ ├── .idea │ │ ├── .gitignore │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── practice.iml │ │ └── vcs.xml │ │ ├── 6-3.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-bc913d91c8e62998495d.json │ │ │ ├── cmakeFiles-v1-e9b6871f7083bf78fd9b.json │ │ │ ├── codemodel-v2-de49f5568006ee04eebb.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-02T01-18-31-0180.json │ │ │ ├── target-6-3-Debug-103ef1722614e1094f56.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 6-3.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── 6-3.dir │ │ │ └── 6-3.c.obj │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch07 │ ├── exercise │ │ ├── .idea │ │ │ ├── .gitignore │ │ │ ├── exercise.iml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── vcs.xml │ │ ├── 7-1.c │ │ ├── 7-2.c │ │ ├── 7-3.c │ │ ├── 7-4.c │ │ ├── 7-5.c │ │ ├── 7-6.c │ │ ├── 7-7.c │ │ ├── 7-8.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ ├── cache-v2 │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ ├── codemodel-v2 │ │ │ │ └── toolchains-v1 │ │ │ │ └── reply │ │ │ │ ├── cache-v2-ee7ab1ad90903b88e9b3.json │ │ │ │ ├── cmakeFiles-v1-0ef56d9c19fdbd8e39ce.json │ │ │ │ ├── codemodel-v2-7fd4c8de836abf72737b.json │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ ├── index-2024-04-02T11-28-26-0991.json │ │ │ │ ├── target-7-1-Debug-304bb72451eacd449aaf.json │ │ │ │ ├── target-7-2-Debug-314a045dcc2b6d6817a2.json │ │ │ │ ├── target-7-3-Debug-57bedf26a16e246509fb.json │ │ │ │ ├── target-7-4-Debug-7e4a3cc0a9040dd9e7ad.json │ │ │ │ ├── target-7-5-Debug-2c86a312ef938189dc82.json │ │ │ │ ├── target-7-6-Debug-59da0e94ba552ed3671c.json │ │ │ │ ├── target-7-7-Debug-8cf159c7e1ff70a25ebe.json │ │ │ │ ├── target-7-8-Debug-95c00fbd6295f0250aba.json │ │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ ├── 3.25.2 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeRCCompiler.cmake │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ └── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── a.exe │ │ │ ├── CMakeOutput.log │ │ │ ├── TargetDirectories.txt │ │ │ ├── clion-Debug-log.txt │ │ │ ├── clion-environment.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ │ ├── Testing │ │ │ └── Temporary │ │ │ │ └── LastTest.log │ │ │ ├── build.ninja │ │ │ └── cmake_install.cmake │ └── practice │ │ ├── .idea │ │ ├── .gitignore │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── practice.iml │ │ └── vcs.xml │ │ ├── 7-10.c │ │ ├── 7-11.c │ │ ├── 7-2.c │ │ ├── 7-3.c │ │ ├── 7-4.c │ │ ├── 7-7.c │ │ ├── 7-8.c │ │ ├── 7-9.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-8ad4243b4254b7a692b3.json │ │ │ ├── cmakeFiles-v1-645c0ae5a6b54abdc9f0.json │ │ │ ├── codemodel-v2-7ed35d7add7c9eb2c180.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-02T02-39-41-0030.json │ │ │ ├── target-7-10-Debug-2c8c5c331343e551bb1f.json │ │ │ ├── target-7-111-Debug-d47b45743b93b271bc24.json │ │ │ ├── target-7-2-Debug-f2005a1723735392fc0a.json │ │ │ ├── target-7-3-Debug-8b39e493cd1340471fba.json │ │ │ ├── target-7-4-Debug-0b697165297d607e6dc0.json │ │ │ ├── target-7-7-Debug-64a04fd47c6ef96bab19.json │ │ │ ├── target-7-8-Debug-e92c8b79ded0b9d3f69d.json │ │ │ ├── target-7-9-Debug-e29d52086797f62b8e39.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch08 │ ├── exercise │ │ ├── .idea │ │ │ ├── .gitignore │ │ │ ├── codeStyles │ │ │ │ └── codeStyleConfig.xml │ │ │ ├── exercise.iml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── vcs.xml │ │ ├── 8-1.c │ │ ├── 8-10.c │ │ ├── 8-2.c │ │ ├── 8-3.c │ │ ├── 8-4.c │ │ ├── 8-5.c │ │ ├── 8-6.c │ │ ├── 8-7.c │ │ ├── 8-8.c │ │ ├── 8-9.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ ├── cache-v2 │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ ├── codemodel-v2 │ │ │ │ └── toolchains-v1 │ │ │ │ └── reply │ │ │ │ ├── cache-v2-4058c728612ac766b2ae.json │ │ │ │ ├── cmakeFiles-v1-8ad190d8e99238e46b33.json │ │ │ │ ├── codemodel-v2-587815121913c87eb092.json │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ ├── index-2024-04-03T08-19-18-0589.json │ │ │ │ ├── target-8-1-Debug-d6733d426fdeae512c29.json │ │ │ │ ├── target-8-10-Debug-a2df5feabec0e10611b5.json │ │ │ │ ├── target-8-2-Debug-f9656933c84be3498182.json │ │ │ │ ├── target-8-3-Debug-092b91c2d0b3c75f4a40.json │ │ │ │ ├── target-8-4-Debug-d88ff860a83b32c81a35.json │ │ │ │ ├── target-8-5-Debug-2ab14280704bff935141.json │ │ │ │ ├── target-8-6-Debug-0deeb5ea23615ad9d4d7.json │ │ │ │ ├── target-8-7-Debug-9975a2ac864d55029f8c.json │ │ │ │ ├── target-8-8-Debug-296120e988bd43d76ebc.json │ │ │ │ ├── target-8-9-Debug-abcbd0c017b3d6bccbb1.json │ │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ │ ├── .ninja_deps │ │ │ ├── .ninja_log │ │ │ ├── 8-1.exe │ │ │ ├── 8-10.exe │ │ │ ├── 8-3.exe │ │ │ ├── 8-7.exe │ │ │ ├── 8-8.exe │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ ├── 3.25.2 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeRCCompiler.cmake │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ └── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── a.exe │ │ │ ├── 8-1.dir │ │ │ │ └── 8-1.c.obj │ │ │ ├── 8-10.dir │ │ │ │ └── 8-10.c.obj │ │ │ ├── 8-3.dir │ │ │ │ └── 8-3.c.obj │ │ │ ├── 8-7.dir │ │ │ │ └── 8-7.c.obj │ │ │ ├── 8-8.dir │ │ │ │ └── 8-8.c.obj │ │ │ ├── CMakeOutput.log │ │ │ ├── TargetDirectories.txt │ │ │ ├── clion-Debug-log.txt │ │ │ ├── clion-environment.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ │ ├── Testing │ │ │ └── Temporary │ │ │ │ └── LastTest.log │ │ │ ├── build.ninja │ │ │ └── cmake_install.cmake │ └── practice │ │ ├── .idea │ │ ├── .gitignore │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── practice.iml │ │ └── vcs.xml │ │ ├── 8-2.c │ │ ├── 8-8.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-8f49f8b2a1d5b9b05fe0.json │ │ │ ├── cmakeFiles-v1-9b28700d44f27ea4fa5e.json │ │ │ ├── codemodel-v2-76323a05abe1d57d3a01.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-03T13-09-53-0232.json │ │ │ ├── target-8-2-Debug-5791d331304477f2b96d.json │ │ │ ├── target-8-8-Debug-4aa9315f794e6f141a16.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch09 │ └── exercise │ │ ├── .idea │ │ ├── .gitignore │ │ ├── exercise.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ │ ├── 9-1.c │ │ ├── 9-2.c │ │ ├── 9-3.c │ │ ├── 9-4.c │ │ ├── 9-5.c │ │ ├── 9-6.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-810ec1bf676eeb611df8.json │ │ │ ├── cmakeFiles-v1-bfa01c806a64186013ff.json │ │ │ ├── codemodel-v2-ab4f03e372a23378c561.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-05T12-51-11-0266.json │ │ │ ├── target-9-1-Debug-924c13ee5b0145219ef3.json │ │ │ ├── target-9-2-Debug-d367dc9911a09b349d72.json │ │ │ ├── target-9-3-Debug-ed84982fbe002d3e28bf.json │ │ │ ├── target-9-4-Debug-28e9dd19b2b14101a5b4.json │ │ │ ├── target-9-5-Debug-5fbde8e1897f7f34ea6f.json │ │ │ ├── target-9-6-Debug-35a8c1b5b94641117504.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch10 │ ├── exercise │ │ ├── 10-1.c │ │ ├── 10-11.c │ │ ├── 10-2.c │ │ ├── 10-3.c │ │ ├── 10-4.c │ │ ├── 10-5.c │ │ ├── 10-6.c │ │ ├── 10-7.c │ │ └── 10-8.c │ └── practice │ │ ├── .idea │ │ ├── .gitignore │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── practice.iml │ │ └── vcs.xml │ │ ├── 10-1.c │ │ ├── CMakeLists.txt │ │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-2721d6368296ac3373ba.json │ │ │ ├── cmakeFiles-v1-888434d77f1afcc1016f.json │ │ │ ├── codemodel-v2-256d610176faa6e8db24.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-04-03T13-22-11-0075.json │ │ │ ├── target-10-1-Debug-ef042f4a50e8b9fe7510.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake └── ch11 │ ├── exercise │ ├── 11-1.c │ ├── 11-2.c │ ├── 11-3.c │ ├── 11-4.c │ ├── 11-5.c │ ├── 11-6.c │ ├── 11-7.c │ └── 11-8.c │ └── practice │ └── 11-4.c ├── README.md ├── Source ├── ch01 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch01.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 1_01.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-9a0b5b9099b04604d6cd.json │ │ │ ├── cmakeFiles-v1-2f94ac7925b554f32b63.json │ │ │ ├── codemodel-v2-eecef39d4bd5988661a4.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2023-12-28T01-18-23-0316.json │ │ │ ├── target-ch01-Debug-2f4f12891e0ec94a10de.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── ch01.dir │ │ │ └── 1_01.c.obj │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ ├── ch01.exe │ │ └── cmake_install.cmake ├── ch02 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch02.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 2_01.c │ ├── 2_02.c │ ├── 2_03.c │ ├── 2_04.c │ ├── 2_05.c │ ├── 2_06.c │ ├── 2_07.c │ ├── 2_08.c │ ├── 2_09.c │ ├── 2_10.c │ ├── 2_11.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-4983d3cef949f482476d.json │ │ │ ├── cmakeFiles-v1-d83f586ad5fa919bd69b.json │ │ │ ├── codemodel-v2-da1085d7040bc8b3ce71.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-03-09T12-43-57-0795.json │ │ │ ├── target-201-Debug-4de2d18a8304400a3d7d.json │ │ │ ├── target-202-Debug-a30225d0f02be19ee421.json │ │ │ ├── target-203-Debug-58999e32f60945d7cf7b.json │ │ │ ├── target-204-Debug-7942a706c6d0c54cf21c.json │ │ │ ├── target-205-Debug-809a59c3e11f8d893ff1.json │ │ │ ├── target-206-Debug-e67c8698267592046553.json │ │ │ ├── target-207-Debug-51b5838ec97060184968.json │ │ │ ├── target-208-Debug-9bc4ecca346fe3aaf4a8.json │ │ │ ├── target-209-Debug-4d7e05da01656a088ab5.json │ │ │ ├── target-210-Debug-6ae3083cc85b667982fb.json │ │ │ ├── target-211-Debug-a6880815d709b1377767.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 203.exe │ │ ├── 210.exe │ │ ├── 211.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 203.dir │ │ │ └── 2_03.c.obj │ │ ├── 210.dir │ │ │ └── 2_10.c.obj │ │ ├── 211.dir │ │ │ └── 2_11.c.obj │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch03 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch03.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 3_01.c │ ├── 3_02.c │ ├── 3_03.c │ ├── 3_04.c │ ├── 3_05.c │ ├── 3_07.c │ ├── 3_08.c │ ├── 3_09.c │ ├── 3_10.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-f41ababf36df166fd56e.json │ │ │ ├── cmakeFiles-v1-7a7751b064fbf766dcfd.json │ │ │ ├── codemodel-v2-6e6ad5ef0c814e71ccdd.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2023-12-31T02-58-18-0869.json │ │ │ ├── target-3_01-Debug-9ce327707dea13f08739.json │ │ │ ├── target-3_02-Debug-15c0e6ad1b6cab61a3d0.json │ │ │ ├── target-3_03-Debug-f9956aa91234e34e2470.json │ │ │ ├── target-3_04-Debug-a190ca903bca0c92e03a.json │ │ │ ├── target-3_05-Debug-44d80ebb0969580e0c3a.json │ │ │ ├── target-3_07-Debug-1a5118bbe59ab1d28e60.json │ │ │ ├── target-3_08-Debug-60849ae2b7bf74b14dfe.json │ │ │ ├── target-3_09-Debug-a6dbca40cb6e22ed9894.json │ │ │ ├── target-3_10-Debug-9c2bd4cf5ef0110db407.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 3_01.exe │ │ ├── 3_02.exe │ │ ├── 3_04.exe │ │ ├── 3_05.exe │ │ ├── 3_07.exe │ │ ├── 3_08.exe │ │ ├── 3_09.exe │ │ ├── 3_10.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── 3_01.dir │ │ │ └── 3_01.c.obj │ │ ├── 3_02.dir │ │ │ └── 3_02.c.obj │ │ ├── 3_04.dir │ │ │ └── 3_04.c.obj │ │ ├── 3_05.dir │ │ │ └── 3_05.c.obj │ │ ├── 3_07.dir │ │ │ └── 3_07.c.obj │ │ ├── 3_08.dir │ │ │ └── 3_08.c.obj │ │ ├── 3_09.dir │ │ │ └── 3_09.c.obj │ │ ├── 3_10.dir │ │ │ └── 3_10.c.obj │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch04 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch04.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 4_01.c │ ├── 4_02.c │ ├── 4_03.c │ ├── 4_04.c │ ├── 4_05_1.c │ ├── 4_05_2.c │ ├── 4_05_3.c │ ├── 4_06_1.c │ ├── 4_06_2.c │ ├── 4_07_1.c │ ├── 4_07_2.c │ ├── 4_07_3.c │ ├── 4_08_1.c │ ├── 4_08_2.c │ ├── 4_09.c │ ├── 4_10.c │ ├── 4_11_1.c │ ├── 4_11_2.c │ ├── 4_12.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-8ad1b4ebbf787949d585.json │ │ │ ├── cmakeFiles-v1-d9b82121ea562d0e8087.json │ │ │ ├── codemodel-v2-a1ac7134244a9eebffd7.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-01-04T12-08-03-0796.json │ │ │ ├── target-4_01-Debug-9a03d43e382e80548261.json │ │ │ ├── target-4_02-Debug-5075132c32c2784a1ecb.json │ │ │ ├── target-4_03-Debug-bc2e56d64a186e02c726.json │ │ │ ├── target-4_04-Debug-64f6f20977cad2b2f096.json │ │ │ ├── target-4_05_1-Debug-d48dd852a53f16953cc6.json │ │ │ ├── target-4_05_2-Debug-f14c50be5e196d820936.json │ │ │ ├── target-4_05_3-Debug-26f0a14cb1822aeefe63.json │ │ │ ├── target-4_06_1-Debug-7b01a2c458db578b6bfd.json │ │ │ ├── target-4_06_2-Debug-c2d1f900554712055bf4.json │ │ │ ├── target-4_07_1-Debug-5f28071d0626c03a6447.json │ │ │ ├── target-4_07_2-Debug-3387314231954a208c90.json │ │ │ ├── target-4_07_3-Debug-fcaf29dafd826a13547b.json │ │ │ ├── target-4_08_1-Debug-67ad0d02ae128d98fca2.json │ │ │ ├── target-4_08_2-Debug-508a5c156ce78fde8d31.json │ │ │ ├── target-4_09-Debug-d9d6398901053e78c052.json │ │ │ ├── target-4_10-Debug-1ff62359debc6cc20e4e.json │ │ │ ├── target-4_11_1-Debug-d63005a2aec649f82604.json │ │ │ ├── target-4_11_2-Debug-2b7001ac37910f1d95dd.json │ │ │ ├── target-4_12-Debug-d6846c51d09fde637b28.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 4_01.exe │ │ ├── 4_02.exe │ │ ├── 4_03.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── 4_01.dir │ │ │ └── 4_01.c.obj │ │ ├── 4_02.dir │ │ │ └── 4_02.c.obj │ │ ├── 4_03.dir │ │ │ └── 4_03.c.obj │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── ch04.dir │ │ │ └── main.c.obj │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ ├── ch04.exe │ │ └── cmake_install.cmake ├── ch05 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch05.iml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 5_01.c │ ├── 5_02.c │ ├── 5_03.c │ ├── 5_04.c │ ├── 5_05.c │ ├── 5_06.c │ ├── 5_07.c │ ├── 5_08.c │ ├── 5_09.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-9538c0406a15f1cdb25b.json │ │ │ ├── cmakeFiles-v1-aee92b6ee403fbe4dcc3.json │ │ │ ├── codemodel-v2-b46feeeb648754295eab.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-03-02T12-16-28-0465.json │ │ │ ├── target-5_01-Debug-1b978dae629cfad277ef.json │ │ │ ├── target-5_02-Debug-3435bd2abfe841b5e718.json │ │ │ ├── target-5_03-Debug-2a419ffedfacf5301fbd.json │ │ │ ├── target-5_04-Debug-8a8b19a00551d315d26e.json │ │ │ ├── target-5_05-Debug-608355ca1eca5164d661.json │ │ │ ├── target-5_06-Debug-ba3aeceede03937a03eb.json │ │ │ ├── target-5_07-Debug-e4f43a52a7784d3ab6bb.json │ │ │ ├── target-5_08-Debug-a1d0f35ef22a626a1c21.json │ │ │ ├── target-5_09-Debug-0c2eb16016bce1b81774.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 5_03.exe │ │ ├── 5_06.exe │ │ ├── 5_09.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── 5_03.dir │ │ │ └── 5_03.c.obj │ │ ├── 5_06.dir │ │ │ └── 5_06.c.obj │ │ ├── 5_09.dir │ │ │ └── 5_09.c.obj │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch06 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch06.iml │ │ ├── encodings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 6_01.c │ ├── 6_02.c │ ├── 6_03.c │ ├── 6_05.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-50d4386b18c22fdb7b67.json │ │ │ ├── cmakeFiles-v1-021a050899bc6010a1f9.json │ │ │ ├── codemodel-v2-f085ff9d3771f933f996.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-03-09T13-21-47-0367.json │ │ │ ├── target-6_01-Debug-ad590e2dee8e6eb152f0.json │ │ │ ├── target-6_02-Debug-011a5ff5e5219db8d654.json │ │ │ ├── target-6_03-Debug-01f7eb0bab0b22f4b36f.json │ │ │ ├── target-6_05-Debug-05812cf775502cf655c8.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 6_05.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── 6_05.dir │ │ │ └── 6_05.c.obj │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch07 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch07.iml │ │ ├── encodings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 7_01.c │ ├── 7_02.c │ ├── 7_03.c │ ├── 7_04_1.c │ ├── 7_04_2.c │ ├── 7_05.c │ ├── 7_06.c │ ├── 7_07_1.c │ ├── 7_07_2.c │ ├── 7_08.c │ ├── 7_09.c │ ├── 7_10.c │ ├── 7_11.c │ ├── 7_12.c │ ├── 7_13.c │ ├── 7_14.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-5be31712294bd56f7e2d.json │ │ │ ├── cmakeFiles-v1-8f917ef4ad86736b8068.json │ │ │ ├── codemodel-v2-232c12ee97abed5cd1ab.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-03-18T06-52-01-0278.json │ │ │ ├── target-7_01-Debug-e5f32dd0a9be586033d5.json │ │ │ ├── target-7_02-Debug-5fb6d8a30346eca33c86.json │ │ │ ├── target-7_03-Debug-e0a0e4be09a0aecd2dd0.json │ │ │ ├── target-7_04_1-Debug-fe0de6b4dc7fc2e429c7.json │ │ │ ├── target-7_04_2-Debug-5b9e85504c0460d81095.json │ │ │ ├── target-7_05-Debug-a6beafc5aab589035d59.json │ │ │ ├── target-7_06-Debug-cadca3cba0926ed3f1b4.json │ │ │ ├── target-7_07_1-Debug-e7c8dcd560bf54b2a645.json │ │ │ ├── target-7_07_2-Debug-dbd96cb13fb8d59bda2c.json │ │ │ ├── target-7_08-Debug-96033317b31d3a98c163.json │ │ │ ├── target-7_09-Debug-c2a984886bb51dac92ff.json │ │ │ ├── target-7_10-Debug-f17bce2566ac29a1799b.json │ │ │ ├── target-7_11-Debug-9af58d59d297e42a8a56.json │ │ │ ├── target-7_12-Debug-de2b6f6c5a1a68fc6a84.json │ │ │ ├── target-7_13-Debug-73b6e90b21504c6f1c03.json │ │ │ ├── target-7_14-Debug-3fd3a1b08b414d1bc88f.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 7_02.exe │ │ ├── 7_10.exe │ │ ├── 7_12.exe │ │ ├── 7_13.exe │ │ ├── 7_14.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── 7_02.dir │ │ │ └── 7_02.c.obj │ │ ├── 7_10.dir │ │ │ └── 7_10.c.obj │ │ ├── 7_12.dir │ │ │ └── 7_12.c.obj │ │ ├── 7_13.dir │ │ │ └── 7_13.c.obj │ │ ├── 7_14.dir │ │ │ └── 7_14.c.obj │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch08 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch08.iml │ │ ├── encodings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 8_01.c │ ├── 8_02.c │ ├── 8_03.c │ ├── 8_04.c │ ├── 8_05.c │ ├── 8_06.c │ ├── 8_07.c │ ├── 8_08.c │ ├── 8_09_A.c │ ├── 8_09_B.c │ ├── 8_10.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-95810f7d8cc63509f0d3.json │ │ │ ├── cmakeFiles-v1-3d18802989189bd07631.json │ │ │ ├── codemodel-v2-9d33ff8aa3b70f20a5ce.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-03-10T03-21-18-0816.json │ │ │ ├── target-8_01-Debug-8aa26740eae9d716c5f0.json │ │ │ ├── target-8_02-Debug-528304e5dce33b2abd04.json │ │ │ ├── target-8_03-Debug-ad8e8e74911ebedd42f3.json │ │ │ ├── target-8_04-Debug-09a5d5476f1e6fd3b73f.json │ │ │ ├── target-8_05-Debug-875b93a9e70afff91885.json │ │ │ ├── target-8_06-Debug-a4b6c6adf52876a45bfa.json │ │ │ ├── target-8_07-Debug-d3c2bfe665af80725ed2.json │ │ │ ├── target-8_08-Debug-b44d195a1bf59158f05a.json │ │ │ ├── target-8_09_A-Debug-a11e86adb7e02cd563fa.json │ │ │ ├── target-8_09_B-Debug-33117b77684dc76855af.json │ │ │ ├── target-8_10-Debug-15353938232d0a4616ef.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 8_04.exe │ │ ├── 8_07.exe │ │ ├── 8_08.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── 8_04.dir │ │ │ └── 8_04.c.obj │ │ ├── 8_07.dir │ │ │ └── 8_07.c.obj │ │ ├── 8_08.dir │ │ │ └── 8_08.c.obj │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch09 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch09.iml │ │ ├── encodings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 9_01.c │ ├── 9_02.c │ ├── 9_03.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-c13740e05ad5d369dd0c.json │ │ │ ├── cmakeFiles-v1-d325019c296cf4d513c6.json │ │ │ ├── codemodel-v2-3a498a24e5065258863f.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-03-10T13-05-23-0950.json │ │ │ ├── target-9_01-Debug-932373502ab2e67cf23c.json │ │ │ ├── target-9_02-Debug-7a35548124f5e0508a7a.json │ │ │ ├── target-9_03-Debug-2b57533c6d41ede98379.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake ├── ch10 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch10.iml │ │ ├── encodings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 10_01.c │ ├── 10_02.c │ ├── 10_03.c │ ├── 10_04_1.c │ ├── 10_04_2.c │ ├── 10_04_3.c │ ├── 10_05.c │ ├── 10_06.c │ ├── 10_07.c │ ├── 10_08.c │ ├── 10_09.c │ ├── 10_10 │ │ ├── .idea │ │ │ └── workspace.xml │ │ ├── cmake-build-debug │ │ │ └── CMakeFiles │ │ │ │ └── clion-Debug-log.txt │ │ ├── computing.c │ │ ├── input_output.c │ │ ├── main.c │ │ ├── search.c │ │ ├── student_system.h │ │ └── update.c │ ├── CMakeLists.txt │ ├── cmake-build-debug │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ ├── cache-v2 │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ ├── codemodel-v2 │ │ │ │ └── toolchains-v1 │ │ │ │ └── reply │ │ │ │ ├── cache-v2-aa2e8b50901b5fc20381.json │ │ │ │ ├── cmakeFiles-v1-c56c41e5b34459a836b1.json │ │ │ │ ├── codemodel-v2-b9a2a0edd273c655d76d.json │ │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ │ ├── index-2024-03-11T02-46-03-0348.json │ │ │ │ ├── target-10_01-Debug-734625ac0c0eaacb3e9f.json │ │ │ │ ├── target-10_02-Debug-a976100519d870b5e699.json │ │ │ │ ├── target-10_03-Debug-b675803129d6b8be7bf7.json │ │ │ │ ├── target-10_04_1-Debug-d48c829b94b819fef1c1.json │ │ │ │ ├── target-10_04_2-Debug-a003c1bcccfa89f50934.json │ │ │ │ ├── target-10_04_3-Debug-8d5e6cd7ebd527616604.json │ │ │ │ ├── target-10_05-Debug-672fb2ec066387c243c0.json │ │ │ │ ├── target-10_06-Debug-e10052f306ec90edbbd6.json │ │ │ │ ├── target-10_07-Debug-7a552317d17f85cd00ac.json │ │ │ │ ├── target-10_08-Debug-246e7fdc35bd9d54efc1.json │ │ │ │ ├── target-10_09-Debug-affa1dbf3447df23d58c.json │ │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ │ ├── 3.25.2 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeRCCompiler.cmake │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ └── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── a.exe │ │ │ ├── CMakeOutput.log │ │ │ ├── TargetDirectories.txt │ │ │ ├── clion-Debug-log.txt │ │ │ ├── clion-environment.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ ├── Testing │ │ │ └── Temporary │ │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake │ └── length.h ├── ch11 │ ├── .idea │ │ ├── .gitignore │ │ ├── ch11.iml │ │ ├── encodings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── 11_01_1.c │ ├── 11_01_2.c │ ├── 11_02.c │ ├── 11_03_1.c │ ├── 11_03_2.c │ ├── 11_04.c │ ├── 11_05.c │ ├── 11_06.c │ ├── 11_07.c │ ├── 11_08.c │ ├── 11_09.c │ ├── 11_10.c │ ├── CMakeLists.txt │ └── cmake-build-debug │ │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-2e00cce38eced88a075b.json │ │ │ ├── cmakeFiles-v1-aedce8e8c5117f1a5701.json │ │ │ ├── codemodel-v2-8e83fa4c378f67230670.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-03-12T13-35-35-0902.json │ │ │ ├── target-11_01_1-Debug-9dd04f2b323f1c2733bf.json │ │ │ ├── target-11_01_2-Debug-c3dac0cc23e90847aade.json │ │ │ ├── target-11_02-Debug-bc638684f499e2376e61.json │ │ │ ├── target-11_03_1-Debug-acf0cbcab06da723499d.json │ │ │ ├── target-11_03_2-Debug-b3788cbc220a8e0962ec.json │ │ │ ├── target-11_04-Debug-641495f89038d3ea11c8.json │ │ │ ├── target-11_05-Debug-5b60d0258fe82b8d4ff6.json │ │ │ ├── target-11_06-Debug-5afb380c3a79539dc399.json │ │ │ ├── target-11_07-Debug-7cfc19cef2d0a1b97df5.json │ │ │ ├── target-11_08-Debug-8ecb382fc28422f84f7a.json │ │ │ ├── target-11_09-Debug-90f4f349e9a795e418e1.json │ │ │ ├── target-11_10-Debug-4f54dfc6a31b408ad03e.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── 11_01_2.exe │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 11_01_2.dir │ │ │ └── 11_01_2.c.obj │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ │ ├── build.ninja │ │ └── cmake_install.cmake └── ch12 │ ├── .idea │ ├── .gitignore │ ├── ch12.iml │ ├── encodings.xml │ ├── misc.xml │ ├── modules.xml │ └── vcs.xml │ ├── 12_01.c │ ├── 12_02.c │ ├── 12_03.c │ ├── 12_04.c │ ├── 12_05.c │ ├── 12_06.c │ ├── CMakeLists.txt │ ├── cashbox.txt │ ├── cmake-build-debug │ ├── .cmake │ │ └── api │ │ │ └── v1 │ │ │ ├── query │ │ │ ├── cache-v2 │ │ │ ├── cmakeFiles-v1 │ │ │ ├── codemodel-v2 │ │ │ └── toolchains-v1 │ │ │ └── reply │ │ │ ├── cache-v2-86d531819ff68e4664ad.json │ │ │ ├── cmakeFiles-v1-3c464b05af3bc6a928c2.json │ │ │ ├── codemodel-v2-42b1c7dd2cdaf838bbbe.json │ │ │ ├── directory-.-Debug-d0094a50bb2071803777.json │ │ │ ├── index-2024-03-18T00-56-11-0055.json │ │ │ ├── target-12_01-Debug-453d05b1fc82226e73ea.json │ │ │ ├── target-12_02-Debug-85f13c8b42a58bdc1966.json │ │ │ ├── target-12_03-Debug-a04d1566158c863172da.json │ │ │ ├── target-12_04-Debug-8c10558ac337fb5047e4.json │ │ │ ├── target-12_05-Debug-eac841088637ef4a3623.json │ │ │ ├── target-12_06-Debug-3e237ab9a5940e14a78c.json │ │ │ └── toolchains-v1-6b94d44ca7b5c8b5217d.json │ ├── CMakeCache.txt │ ├── CMakeFiles │ │ ├── 3.25.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeRCCompiler.cmake │ │ │ ├── CMakeSystem.cmake │ │ │ └── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.exe │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── clion-Debug-log.txt │ │ ├── clion-environment.txt │ │ ├── cmake.check_cache │ │ └── rules.ninja │ ├── Testing │ │ └── Temporary │ │ │ └── LastTest.log │ ├── build.ninja │ └── cmake_install.cmake │ ├── f12-1.txt │ ├── f12-2.txt │ ├── f12-3.txt │ ├── f12-5.txt │ └── prime.txt ├── Supplement ├── PPT │ ├── .DS_Store │ ├── ._.DS_Store │ ├── ._chap00_课程介绍 201702.pptx │ ├── ._chap01_引言 201702.pptx │ ├── ._chap02_用C语言编写程序 201702.pptx │ ├── ._chap03_分支结构 201702.pptx │ ├── ._chap04_循环结构 201702.pptx │ ├── ._chap05_函数 201702.pptx │ ├── ._chap06_回顾数据类型和表达式 201702.pptx │ ├── ._chap07_数组 201702.pptx │ ├── ._chap08_指针 201702.pptx │ ├── ._chap09_结构 201702.pptx │ ├── ._chap10_函数与程序结构 201702.pptx │ ├── ._chap11_指针进阶 201702.pptx │ ├── ._chap12_文件 201702.pptx │ ├── chap00_课程介绍 .pptx │ ├── chap01_引言.pptx │ ├── chap02_用C语言编写程序.pptx │ ├── chap03_分支结构.pptx │ ├── chap04_循环结构.pptx │ ├── chap05_函数.pptx │ ├── chap06_回顾数据类型和表达式.pptx │ ├── chap07_数组.pptx │ ├── chap08_指针.pptx │ ├── chap09_结构.pptx │ ├── chap10_函数与程序结构.pptx │ ├── chap11_指针进阶.pptx │ └── chap12_文件.pptx ├── 教师用书 │ ├── 0 教师用书_前言.pdf │ ├── 01-1 教师用书_第0章_课程介绍.pdf │ ├── 01-2 教师用书_第1章_引言.pdf │ ├── 02 教师用书_第2章_用C语言编写程序.pdf │ ├── 03 教师用书_第3章_分支结构.pdf │ ├── 04 教师用书_第4章_循环结构.pdf │ ├── 05教师用书_第5章_函数.pdf │ ├── 06教师用书_第6章_回顾数据类型和表达式.pdf │ ├── 07教师用书_第7章_数组.pdf │ ├── 08教师用书_第8章_指针.pdf │ ├── 09教师用书_第9章_结构.pdf │ ├── 10教师用书_第10章_函数与程序结构.pdf │ ├── 11教师用书_第11章_指针进阶.pdf │ ├── 12教师用书_第12章_文件.pdf │ └── 13教师用书_第13章_综合程序设计.pdf └── 杂项 │ ├── PTA平台各类题目集建议方案(实验+测验+例题+练习+习题).xlsx │ ├── 教材信息及教学资源.doc │ ├── 混合式教学方案.pdf │ └── 配套PTA平台题目集.pdf └── img ├── image-20231227203813529.png └── image-20231227210437299.png /Debug/test01_1 V4.cpp: -------------------------------------------------------------------------------- 1 | /* test01_1.cpp */ 2 | 3 | # include 4 | int main(void) 5 | { 6 | printf("Hello World! \n"); 7 | 8 | return 0; 9 | } 10 | -------------------------------------------------------------------------------- /Debug/test02_1.cpp: -------------------------------------------------------------------------------- 1 | # include 2 | int mian(void) 3 | { 4 | printf(Welcome to You!\n") 5 | 6 | return 0; 7 | } 8 | -------------------------------------------------------------------------------- /Debug/test02_2.cpp: -------------------------------------------------------------------------------- 1 | # include 2 | int mian(void) 3 | { 4 | printf("*************\n"); 5 | printf(" Welcome\n") 6 | printf("*************\n); 7 | 8 | return 0; 9 | } 10 | -------------------------------------------------------------------------------- /Debug/test02_4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test02_4.cpp -------------------------------------------------------------------------------- /Debug/test02_8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test02_8.cpp -------------------------------------------------------------------------------- /Debug/test03_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test03_1.cpp -------------------------------------------------------------------------------- /Debug/test04_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test04_1.cpp -------------------------------------------------------------------------------- /Debug/test04_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test04_3.cpp -------------------------------------------------------------------------------- /Debug/test06_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test06_1.cpp -------------------------------------------------------------------------------- /Debug/test07_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test07_1.cpp -------------------------------------------------------------------------------- /Debug/test07_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test07_2.cpp -------------------------------------------------------------------------------- /Debug/test07_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test07_3.cpp -------------------------------------------------------------------------------- /Debug/test07_5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test07_5.cpp -------------------------------------------------------------------------------- /Debug/test08_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test08_1.cpp -------------------------------------------------------------------------------- /Debug/test08_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test08_3.cpp -------------------------------------------------------------------------------- /Debug/test09_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test09_1.c -------------------------------------------------------------------------------- /Debug/test10_1_cal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test10_1_cal.cpp -------------------------------------------------------------------------------- /Debug/test10_1_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test10_1_main.cpp -------------------------------------------------------------------------------- /Debug/test10_1_vol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test10_1_vol.cpp -------------------------------------------------------------------------------- /Debug/test11_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test11_1.cpp -------------------------------------------------------------------------------- /Debug/test11_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test11_3.cpp -------------------------------------------------------------------------------- /Debug/test11_4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test11_4.cpp -------------------------------------------------------------------------------- /Debug/test12_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Debug/test12_1.cpp -------------------------------------------------------------------------------- /Lab/ch01/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Lab/ch01/.idea/ch01.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Lab/ch01/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Lab/ch01/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Lab/ch01/1-1.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello World!"); 5 | 6 | return 0; 7 | } -------------------------------------------------------------------------------- /Lab/ch01/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.25) 2 | project(ch01 C) 3 | 4 | set(CMAKE_C_STANDARD 11) 5 | 6 | add_executable(1-1 1-1.c) 7 | add_executable(1-2 1-2.c) 8 | -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/1-1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/1-1.exe -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/1-2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/1-2.exe -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/CMakeFiles/1-1.dir/1-1.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/CMakeFiles/1-1.dir/1-1.c.obj -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/CMakeFiles/1-2.dir/1-2.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/CMakeFiles/1-2.dir/1-2.c.obj -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Lab/ch01/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch01/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Lab/ch02/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Lab/ch02/.idea/ch02.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Lab/ch02/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Lab/ch02/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Lab/ch02/2-1-1.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Welcome to You!"); 5 | 6 | return 0; 7 | } -------------------------------------------------------------------------------- /Lab/ch02/2-1-2.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Programming in C is fun!"); 5 | 6 | return 0; 7 | } -------------------------------------------------------------------------------- /Lab/ch02/2-1-4.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf(" A\n"); 5 | printf("A A\n"); 6 | printf(" A"); 7 | return 0; 8 | } -------------------------------------------------------------------------------- /Lab/ch02/2-1-5.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("************\n" 5 | " Welcome\n" 6 | "************"); 7 | 8 | return 0; 9 | } -------------------------------------------------------------------------------- /Lab/ch02/2-2-1.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | int F = 150; 5 | printf("fahr = 150, celsius = %d", 5 * (F - 32) / 9); 6 | 7 | return 0; 8 | } -------------------------------------------------------------------------------- /Lab/ch02/2-2-2.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | int celsius = 26; 5 | printf("celsius = 26, fahr = %d", 9 * celsius / 5 + 32); 6 | 7 | return 0; 8 | } -------------------------------------------------------------------------------- /Lab/ch02/2-2-3.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("height = %.2f", 0.5 * 10 * 3 * 3); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Lab/ch02/2-2-4.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("math = 87, eng = 72, comp = 93, average = %d", (87 + 72 + 93) / 3); 5 | 6 | return 0; 7 | } 8 | -------------------------------------------------------------------------------- /Lab/ch02/2-2-5.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | int x = 3; 5 | int y = x * x; 6 | 7 | printf("%d = %d * %d\n", y, x, x); 8 | printf("%d * %d = %d\n", x, x, y); 9 | 10 | return 0; 11 | } -------------------------------------------------------------------------------- /Lab/ch02/2-3-2.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | int F; 5 | scanf("%d",&F); 6 | 7 | printf("Celsius = %d",5*(F-32)/9); 8 | return 0; 9 | } 10 | -------------------------------------------------------------------------------- /Lab/ch02/2-4-1.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | int N; 5 | scanf("%d",&N); 6 | 7 | printf("sum = %d",(1+N)*N/2); 8 | 9 | return 0; 10 | } -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/2-2-6.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/2-2-6.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/2-2-7.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/2-2-7.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/2-3-3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/2-3-3.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/2-3-5.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/2-3-5.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/2-3-6.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/2-3-6.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/2-3-8.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/2-3-8.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/2-3-9.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/2-3-9.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/2-4-7.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/2-4-7.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/2-4-8.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/2-4-8.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/2-5-6.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/2-5-6.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/2-2-6.dir/2-2-6.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/2-2-6.dir/2-2-6.c.obj -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/2-2-7.dir/2-2-7.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/2-2-7.dir/2-2-7.c.obj -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/2-3-3.dir/2-3-3.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/2-3-3.dir/2-3-3.c.obj -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/2-3-5.dir/2-3-5.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/2-3-5.dir/2-3-5.c.obj -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/2-3-6.dir/2-3-6.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/2-3-6.dir/2-3-6.c.obj -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/2-3-8.dir/2-3-8.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/2-3-8.dir/2-3-8.c.obj -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/2-3-9.dir/2-3-9.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/2-3-9.dir/2-3-9.c.obj -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/2-4-7.dir/2-4-7.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/2-4-7.dir/2-4-7.c.obj -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/2-4-8.dir/2-4-8.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/2-4-8.dir/2-4-8.c.obj -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/2-5-6.dir/2-5-6.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/2-5-6.dir/2-5-6.c.obj -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Lab/ch02/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch02/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Lab/ch03/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Lab/ch03/.idea/ch03.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Lab/ch03/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Lab/ch03/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/3-1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/3-1.exe -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/3-10.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/3-10.exe -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/3-11.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/3-11.exe -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/3-4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/3-4.exe -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/3-6.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/3-6.exe -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/3-8.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/3-8.exe -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/3-9.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/3-9.exe -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/CMakeFiles/3-1.dir/3-1.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/CMakeFiles/3-1.dir/3-1.c.obj -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/CMakeFiles/3-10.dir/3-10.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/CMakeFiles/3-10.dir/3-10.c.obj -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/CMakeFiles/3-11.dir/3-11.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/CMakeFiles/3-11.dir/3-11.c.obj -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/CMakeFiles/3-4.dir/3-4.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/CMakeFiles/3-4.dir/3-4.c.obj -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/CMakeFiles/3-6.dir/3-6.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/CMakeFiles/3-6.dir/3-6.c.obj -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/CMakeFiles/3-8.dir/3-8.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/CMakeFiles/3-8.dir/3-8.c.obj -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/CMakeFiles/3-9.dir/3-9.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/CMakeFiles/3-9.dir/3-9.c.obj -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Lab/ch03/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch03/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Lab/ch04/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Lab/ch04/.idea/ch04.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Lab/ch04/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Lab/ch04/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/4-2-2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/4-2-2.exe -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/CMakeFiles/4-2-2.dir/4-2-2.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/CMakeFiles/4-2-2.dir/4-2-2.c.obj -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/CMakeFiles/ch04.dir/main.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/CMakeFiles/ch04.dir/main.c.obj -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Lab/ch04/cmake-build-debug/ch04.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch04/cmake-build-debug/ch04.exe -------------------------------------------------------------------------------- /Lab/ch05/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Lab/ch05/.idea/ch05.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Lab/ch05/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Lab/ch05/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Lab/ch05/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch05/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Lab/ch05/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch05/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Lab/ch05/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch05/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Lab/ch05/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch05/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Lab/ch05/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch05/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Lab/ch05/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Lab/ch05/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Lab/ch05/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch05/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Lab/ch06/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Lab/ch06/.idea/ch06.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Lab/ch06/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Lab/ch06/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Lab/ch06/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch06/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Lab/ch06/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch06/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Lab/ch06/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch06/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Lab/ch06/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch06/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Lab/ch06/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch06/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Lab/ch06/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Lab/ch06/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Lab/ch06/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch06/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Lab/ch07/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Lab/ch07/.idea/ch07.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Lab/ch07/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Lab/ch07/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Lab/ch07/7-1-1.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, World!\n"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Lab/ch07/7-1-10.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, World!\n"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Lab/ch07/7-1-11.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, World!\n"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Lab/ch07/7-1-6.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, World!\n"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Lab/ch07/7-2-10.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, World!\n"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Lab/ch07/7-2-3.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, World!\n"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Lab/ch07/7-2-6.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, World!\n"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Lab/ch07/7-2-9.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, World!\n"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Lab/ch07/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch07/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Lab/ch07/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch07/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Lab/ch07/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch07/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Lab/ch07/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch07/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Lab/ch07/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch07/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Lab/ch07/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Lab/ch07/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Lab/ch07/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch07/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Lab/ch08/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Lab/ch08/.idea/ch08.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Lab/ch08/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Lab/ch08/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Lab/ch08/8-1-5.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello, World!\n"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/8-1-2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/8-1-2.exe -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/8-2-1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/8-2-1.exe -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/8-2-10.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/8-2-10.exe -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/8-2-2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/8-2-2.exe -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/CMakeFiles/8-1-2.dir/8-1-2.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/CMakeFiles/8-1-2.dir/8-1-2.c.obj -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/CMakeFiles/8-2-1.dir/8-2-1.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/CMakeFiles/8-2-1.dir/8-2-1.c.obj -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/CMakeFiles/8-2-10.dir/8-2-10.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/CMakeFiles/8-2-10.dir/8-2-10.c.obj -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/CMakeFiles/8-2-2.dir/8-2-2.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/CMakeFiles/8-2-2.dir/8-2-2.c.obj -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Lab/ch08/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Lab/ch08/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch02/exercise/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Primary/ch02/exercise/.idea/exercise.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch02/exercise/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch02/exercise/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/2-1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/2-1.exe -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/2-2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/2-2.exe -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/2-3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/2-3.exe -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/2-4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/2-4.exe -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/2-5.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/2-5.exe -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/2-6.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/2-6.exe -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch02/exercise/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/exercise/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch02/practice/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Primary/ch02/practice/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch02/practice/.idea/practice.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch02/practice/2-1.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Programming in C is fun!"); 5 | return 0; 6 | } -------------------------------------------------------------------------------- /Primary/ch02/practice/2-4.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | int F = 150; 5 | printf("fahr = 150, celsius = %d", 5 * (F - 32) / 9); 6 | 7 | return 0; 8 | } -------------------------------------------------------------------------------- /Primary/ch02/practice/2-6.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("height = %.2f", 0.5 * 10 * 3 * 3); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /Primary/ch02/practice/2-8.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | int F; 5 | scanf("%d",&F); 6 | 7 | printf("Celsius = %d",5*(F-32)/9); 8 | return 0; 9 | } 10 | -------------------------------------------------------------------------------- /Primary/ch02/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch02/practice/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/practice/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Primary/ch02/practice/cmake-build-debug/2-1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/practice/cmake-build-debug/2-1.exe -------------------------------------------------------------------------------- /Primary/ch02/practice/cmake-build-debug/2-18.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/practice/cmake-build-debug/2-18.exe -------------------------------------------------------------------------------- /Primary/ch02/practice/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch02/practice/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch02/practice/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch02/practice/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch03/exercise/.idea/exercise.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch03/exercise/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch03/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch03/exercise/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/exercise/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Primary/ch03/exercise/cmake-build-debug/3-1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/exercise/cmake-build-debug/3-1.exe -------------------------------------------------------------------------------- /Primary/ch03/exercise/cmake-build-debug/3-2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/exercise/cmake-build-debug/3-2.exe -------------------------------------------------------------------------------- /Primary/ch03/exercise/cmake-build-debug/3-3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/exercise/cmake-build-debug/3-3.exe -------------------------------------------------------------------------------- /Primary/ch03/exercise/cmake-build-debug/3-4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/exercise/cmake-build-debug/3-4.exe -------------------------------------------------------------------------------- /Primary/ch03/exercise/cmake-build-debug/3-5.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/exercise/cmake-build-debug/3-5.exe -------------------------------------------------------------------------------- /Primary/ch03/exercise/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch03/exercise/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch03/exercise/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/exercise/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch03/practice/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch03/practice/.idea/practice.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/practice/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/3-2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/practice/cmake-build-debug/3-2.exe -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/3-3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/practice/cmake-build-debug/3-3.exe -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/3-4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/practice/cmake-build-debug/3-4.exe -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/3-5.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/practice/cmake-build-debug/3-5.exe -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/3-7.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/practice/cmake-build-debug/3-7.exe -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/3-8.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/practice/cmake-build-debug/3-8.exe -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch03/practice/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch03/practice/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch04/exercise/.idea/exercise.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch04/exercise/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch04/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch04/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch04/exercise/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch04/exercise/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch04/exercise/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch04/exercise/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch04/practice/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch04/practice/.idea/practice.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch04/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch04/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch04/practice/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch04/practice/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Primary/ch04/practice/cmake-build-debug/.ninja_log: -------------------------------------------------------------------------------- 1 | # ninja log v5 2 | 3 191 7261473039960621 CMakeFiles/4-3.dir/4-3.c.obj 45248ee836df375c 3 | 192 521 7261473043183442 4-3.exe 2e1268a29c4870ea 4 | -------------------------------------------------------------------------------- /Primary/ch04/practice/cmake-build-debug/4-3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch04/practice/cmake-build-debug/4-3.exe -------------------------------------------------------------------------------- /Primary/ch04/practice/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch04/practice/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch04/practice/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch04/practice/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch05/exercise/.idea/exercise.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch05/exercise/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch05/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch05/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch05/exercise/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch05/exercise/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch05/exercise/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch05/exercise/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch05/practice/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch05/practice/.idea/practice.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch05/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch05/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch05/practice/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch05/practice/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Primary/ch05/practice/cmake-build-debug/5-3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch05/practice/cmake-build-debug/5-3.exe -------------------------------------------------------------------------------- /Primary/ch05/practice/cmake-build-debug/CMakeFiles/5-3.dir/5-3.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch05/practice/cmake-build-debug/CMakeFiles/5-3.dir/5-3.c.obj -------------------------------------------------------------------------------- /Primary/ch05/practice/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch05/practice/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch05/practice/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch05/practice/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch06/exercise/.idea/exercise.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch06/exercise/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch06/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch06/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch06/exercise/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch06/exercise/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch06/exercise/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch06/exercise/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch06/practice/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch06/practice/.idea/practice.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch06/practice/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.25) 2 | project(practice C) 3 | 4 | set(CMAKE_C_STANDARD 11) 5 | 6 | add_executable(6-3 6-3.c) 7 | -------------------------------------------------------------------------------- /Primary/ch06/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch06/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch06/practice/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch06/practice/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Primary/ch06/practice/cmake-build-debug/.ninja_log: -------------------------------------------------------------------------------- 1 | # ninja log v5 2 | 1 100 7337243027802047 CMakeFiles/6-3.dir/6-3.c.obj c755dfe108daf88c 3 | 102 273 7337243029499002 6-3.exe 478eadf999a44d69 4 | -------------------------------------------------------------------------------- /Primary/ch06/practice/cmake-build-debug/6-3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch06/practice/cmake-build-debug/6-3.exe -------------------------------------------------------------------------------- /Primary/ch06/practice/cmake-build-debug/CMakeFiles/6-3.dir/6-3.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch06/practice/cmake-build-debug/CMakeFiles/6-3.dir/6-3.c.obj -------------------------------------------------------------------------------- /Primary/ch06/practice/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch06/practice/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch06/practice/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch06/practice/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch07/exercise/.idea/exercise.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch07/exercise/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch07/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch07/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch07/exercise/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch07/exercise/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch07/exercise/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch07/exercise/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch07/practice/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch07/practice/.idea/practice.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch07/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch07/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch07/practice/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch07/practice/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch07/practice/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch07/practice/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch08/exercise/.idea/codeStyles/codeStyleConfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /Primary/ch08/exercise/.idea/exercise.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch08/exercise/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/8-1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/8-1.exe -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/8-10.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/8-10.exe -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/8-3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/8-3.exe -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/8-7.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/8-7.exe -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/8-8.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/8-8.exe -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/CMakeFiles/8-1.dir/8-1.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/CMakeFiles/8-1.dir/8-1.c.obj -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/CMakeFiles/8-10.dir/8-10.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/CMakeFiles/8-10.dir/8-10.c.obj -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/CMakeFiles/8-3.dir/8-3.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/CMakeFiles/8-3.dir/8-3.c.obj -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/CMakeFiles/8-7.dir/8-7.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/CMakeFiles/8-7.dir/8-7.c.obj -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/CMakeFiles/8-8.dir/8-8.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/CMakeFiles/8-8.dir/8-8.c.obj -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch08/exercise/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/exercise/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch08/practice/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch08/practice/.idea/practice.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch08/practice/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.25) 2 | project(practice C) 3 | 4 | set(CMAKE_C_STANDARD 11) 5 | 6 | add_executable(8-2 8-2.c) 7 | add_executable(8-8 8-8.c) 8 | -------------------------------------------------------------------------------- /Primary/ch08/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch08/practice/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch08/practice/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch08/practice/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch08/practice/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch09/exercise/.idea/exercise.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch09/exercise/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch09/exercise/9-1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch09/exercise/9-1.c -------------------------------------------------------------------------------- /Primary/ch09/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch09/exercise/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch09/exercise/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch09/exercise/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch09/exercise/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch09/exercise/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Primary/ch10/practice/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Primary/ch10/practice/.idea/practice.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Primary/ch10/practice/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.25) 2 | project(practice C) 3 | 4 | set(CMAKE_C_STANDARD 11) 5 | 6 | add_executable(10-1 10-1.c) 7 | -------------------------------------------------------------------------------- /Primary/ch10/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch10/practice/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Primary/ch10/practice/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Primary/ch10/practice/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Primary/ch10/practice/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Primary/ch10/practice/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch01/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch01/.idea/ch01.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch01/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch01/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch01/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.25) 2 | project(ch01 C) 3 | 4 | set(CMAKE_C_STANDARD 11) 5 | 6 | add_executable(ch01 1_01.c) 7 | -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch01/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch01/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch01/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch01/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch01/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/.ninja_log: -------------------------------------------------------------------------------- 1 | # ninja log v5 2 | 1 89 7254295114498564 CMakeFiles/ch01.dir/1_01.c.obj a6ebf80d98f50e6a 3 | 91 276 7254295116331471 ch01.exe 382dbd10150b382d 4 | -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch01/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/CMakeFiles/ch01.dir/1_01.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch01/cmake-build-debug/CMakeFiles/ch01.dir/1_01.c.obj -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch01/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch01/cmake-build-debug/ch01.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch01/cmake-build-debug/ch01.exe -------------------------------------------------------------------------------- /Source/ch02/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch02/.idea/ch02.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch02/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch02/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/203.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/203.exe -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/210.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/210.exe -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/211.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/211.exe -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/CMakeFiles/203.dir/2_03.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/CMakeFiles/203.dir/2_03.c.obj -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/CMakeFiles/210.dir/2_10.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/CMakeFiles/210.dir/2_10.c.obj -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/CMakeFiles/211.dir/2_11.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/CMakeFiles/211.dir/2_11.c.obj -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch02/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch02/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch03/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch03/.idea/ch03.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch03/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch03/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/3_01.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/3_01.exe -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/3_02.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/3_02.exe -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/3_04.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/3_04.exe -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/3_05.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/3_05.exe -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/3_07.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/3_07.exe -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/3_08.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/3_08.exe -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/3_09.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/3_09.exe -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/3_10.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/3_10.exe -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/3_01.dir/3_01.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/CMakeFiles/3_01.dir/3_01.c.obj -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/3_02.dir/3_02.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/CMakeFiles/3_02.dir/3_02.c.obj -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/3_04.dir/3_04.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/CMakeFiles/3_04.dir/3_04.c.obj -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/3_05.dir/3_05.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/CMakeFiles/3_05.dir/3_05.c.obj -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/3_07.dir/3_07.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/CMakeFiles/3_07.dir/3_07.c.obj -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/3_08.dir/3_08.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/CMakeFiles/3_08.dir/3_08.c.obj -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/3_09.dir/3_09.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/CMakeFiles/3_09.dir/3_09.c.obj -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/3_10.dir/3_10.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/CMakeFiles/3_10.dir/3_10.c.obj -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch03/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch03/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch04/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch04/.idea/ch04.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch04/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch04/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/4_01.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/4_01.exe -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/4_02.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/4_02.exe -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/4_03.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/4_03.exe -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/CMakeFiles/4_01.dir/4_01.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/CMakeFiles/4_01.dir/4_01.c.obj -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/CMakeFiles/4_02.dir/4_02.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/CMakeFiles/4_02.dir/4_02.c.obj -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/CMakeFiles/4_03.dir/4_03.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/CMakeFiles/4_03.dir/4_03.c.obj -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/CMakeFiles/ch04.dir/main.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/CMakeFiles/ch04.dir/main.c.obj -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch04/cmake-build-debug/ch04.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch04/cmake-build-debug/ch04.exe -------------------------------------------------------------------------------- /Source/ch05/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch05/.idea/ch05.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch05/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch05/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/5_03.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/5_03.exe -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/5_06.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/5_06.exe -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/5_09.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/5_09.exe -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/CMakeFiles/5_03.dir/5_03.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/CMakeFiles/5_03.dir/5_03.c.obj -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/CMakeFiles/5_06.dir/5_06.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/CMakeFiles/5_06.dir/5_06.c.obj -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/CMakeFiles/5_09.dir/5_09.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/CMakeFiles/5_09.dir/5_09.c.obj -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch05/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch05/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch06/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch06/.idea/ch06.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch06/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch06/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch06/6_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/6_01.c -------------------------------------------------------------------------------- /Source/ch06/6_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/6_02.c -------------------------------------------------------------------------------- /Source/ch06/6_03.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/6_03.c -------------------------------------------------------------------------------- /Source/ch06/6_05.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/6_05.c -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/6_05.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/cmake-build-debug/6_05.exe -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/CMakeFiles/6_05.dir/6_05.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/cmake-build-debug/CMakeFiles/6_05.dir/6_05.c.obj -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch06/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch06/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch07/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch07/.idea/ch07.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch07/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch07/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch07/7_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_01.c -------------------------------------------------------------------------------- /Source/ch07/7_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_02.c -------------------------------------------------------------------------------- /Source/ch07/7_03.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_03.c -------------------------------------------------------------------------------- /Source/ch07/7_04_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_04_1.c -------------------------------------------------------------------------------- /Source/ch07/7_04_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_04_2.c -------------------------------------------------------------------------------- /Source/ch07/7_05.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_05.c -------------------------------------------------------------------------------- /Source/ch07/7_06.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_06.c -------------------------------------------------------------------------------- /Source/ch07/7_07_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_07_1.c -------------------------------------------------------------------------------- /Source/ch07/7_07_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_07_2.c -------------------------------------------------------------------------------- /Source/ch07/7_08.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_08.c -------------------------------------------------------------------------------- /Source/ch07/7_09.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_09.c -------------------------------------------------------------------------------- /Source/ch07/7_10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_10.c -------------------------------------------------------------------------------- /Source/ch07/7_11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_11.c -------------------------------------------------------------------------------- /Source/ch07/7_12.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_12.c -------------------------------------------------------------------------------- /Source/ch07/7_13.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_13.c -------------------------------------------------------------------------------- /Source/ch07/7_14.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/7_14.c -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/7_02.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/7_02.exe -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/7_10.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/7_10.exe -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/7_12.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/7_12.exe -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/7_13.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/7_13.exe -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/7_14.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/7_14.exe -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/CMakeFiles/7_02.dir/7_02.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/CMakeFiles/7_02.dir/7_02.c.obj -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/CMakeFiles/7_10.dir/7_10.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/CMakeFiles/7_10.dir/7_10.c.obj -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/CMakeFiles/7_12.dir/7_12.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/CMakeFiles/7_12.dir/7_12.c.obj -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/CMakeFiles/7_13.dir/7_13.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/CMakeFiles/7_13.dir/7_13.c.obj -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/CMakeFiles/7_14.dir/7_14.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/CMakeFiles/7_14.dir/7_14.c.obj -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch07/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch07/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch08/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch08/.idea/ch08.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch08/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch08/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch08/8_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_01.c -------------------------------------------------------------------------------- /Source/ch08/8_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_02.c -------------------------------------------------------------------------------- /Source/ch08/8_03.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_03.c -------------------------------------------------------------------------------- /Source/ch08/8_04.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_04.c -------------------------------------------------------------------------------- /Source/ch08/8_05.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_05.c -------------------------------------------------------------------------------- /Source/ch08/8_06.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_06.c -------------------------------------------------------------------------------- /Source/ch08/8_07.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_07.c -------------------------------------------------------------------------------- /Source/ch08/8_08.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_08.c -------------------------------------------------------------------------------- /Source/ch08/8_09_A.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_09_A.c -------------------------------------------------------------------------------- /Source/ch08/8_09_B.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_09_B.c -------------------------------------------------------------------------------- /Source/ch08/8_10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/8_10.c -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/8_04.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/8_04.exe -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/8_07.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/8_07.exe -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/8_08.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/8_08.exe -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/CMakeFiles/8_04.dir/8_04.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/CMakeFiles/8_04.dir/8_04.c.obj -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/CMakeFiles/8_07.dir/8_07.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/CMakeFiles/8_07.dir/8_07.c.obj -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/CMakeFiles/8_08.dir/8_08.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/CMakeFiles/8_08.dir/8_08.c.obj -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch08/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch08/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch09/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch09/.idea/ch09.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch09/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch09/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch09/9_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch09/9_01.c -------------------------------------------------------------------------------- /Source/ch09/9_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch09/9_02.c -------------------------------------------------------------------------------- /Source/ch09/9_03.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch09/9_03.c -------------------------------------------------------------------------------- /Source/ch09/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.25) 2 | project(ch09 C) 3 | 4 | set(CMAKE_C_STANDARD 11) 5 | 6 | add_executable(9_01 9_01.c) 7 | add_executable(9_02 9_02.c) 8 | add_executable(9_03 9_03.c) -------------------------------------------------------------------------------- /Source/ch09/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch09/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch09/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch09/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch09/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch09/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch09/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch09/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch09/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch09/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch09/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch09/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch09/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch09/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch10/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch10/.idea/ch10.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch10/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch10/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch10/10_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_01.c -------------------------------------------------------------------------------- /Source/ch10/10_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_02.c -------------------------------------------------------------------------------- /Source/ch10/10_03.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_03.c -------------------------------------------------------------------------------- /Source/ch10/10_04_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_04_1.c -------------------------------------------------------------------------------- /Source/ch10/10_04_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_04_2.c -------------------------------------------------------------------------------- /Source/ch10/10_04_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_04_3.c -------------------------------------------------------------------------------- /Source/ch10/10_05.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_05.c -------------------------------------------------------------------------------- /Source/ch10/10_06.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_06.c -------------------------------------------------------------------------------- /Source/ch10/10_07.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_07.c -------------------------------------------------------------------------------- /Source/ch10/10_08.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_08.c -------------------------------------------------------------------------------- /Source/ch10/10_09.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_09.c -------------------------------------------------------------------------------- /Source/ch10/10_10/cmake-build-debug/CMakeFiles/clion-Debug-log.txt: -------------------------------------------------------------------------------- 1 | CMakeLists.txt not found in D:\data\ZJU_C\repo\Source\ch10\10_10 Select CMakeLists.txt 2 | -------------------------------------------------------------------------------- /Source/ch10/10_10/computing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_10/computing.c -------------------------------------------------------------------------------- /Source/ch10/10_10/input_output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_10/input_output.c -------------------------------------------------------------------------------- /Source/ch10/10_10/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_10/main.c -------------------------------------------------------------------------------- /Source/ch10/10_10/search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_10/search.c -------------------------------------------------------------------------------- /Source/ch10/10_10/update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/10_10/update.c -------------------------------------------------------------------------------- /Source/ch10/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch10/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch10/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch10/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch10/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch10/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch10/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch10/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch10/length.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch10/length.h -------------------------------------------------------------------------------- /Source/ch11/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch11/.idea/ch11.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch11/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch11/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch11/11_01_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_01_1.c -------------------------------------------------------------------------------- /Source/ch11/11_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_02.c -------------------------------------------------------------------------------- /Source/ch11/11_03_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_03_1.c -------------------------------------------------------------------------------- /Source/ch11/11_03_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_03_2.c -------------------------------------------------------------------------------- /Source/ch11/11_04.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_04.c -------------------------------------------------------------------------------- /Source/ch11/11_05.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_05.c -------------------------------------------------------------------------------- /Source/ch11/11_06.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_06.c -------------------------------------------------------------------------------- /Source/ch11/11_07.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_07.c -------------------------------------------------------------------------------- /Source/ch11/11_08.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_08.c -------------------------------------------------------------------------------- /Source/ch11/11_09.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_09.c -------------------------------------------------------------------------------- /Source/ch11/11_10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/11_10.c -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/cmake-build-debug/.ninja_deps -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/.ninja_log: -------------------------------------------------------------------------------- 1 | # ninja log v5 2 | 1 108 7319538491634392 CMakeFiles/11_01_2.dir/11_01_2.c.obj a29fef6cd3308c0e 3 | 110 300 7319538493511997 11_01_2.exe 710ec33ea7b70e6a 4 | -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/11_01_2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/cmake-build-debug/11_01_2.exe -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/CMakeFiles/11_01_2.dir/11_01_2.c.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/cmake-build-debug/CMakeFiles/11_01_2.dir/11_01_2.c.obj -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch11/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch11/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch12/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Editor-based HTTP Client requests 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /Source/ch12/.idea/ch12.iml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Source/ch12/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/ch12/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/ch12/12_01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/12_01.c -------------------------------------------------------------------------------- /Source/ch12/12_02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/12_02.c -------------------------------------------------------------------------------- /Source/ch12/12_03.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/12_03.c -------------------------------------------------------------------------------- /Source/ch12/12_04.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/12_04.c -------------------------------------------------------------------------------- /Source/ch12/12_05.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/12_05.c -------------------------------------------------------------------------------- /Source/ch12/12_06.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/12_06.c -------------------------------------------------------------------------------- /Source/ch12/cashbox.txt: -------------------------------------------------------------------------------- 1 | 301101 Zhangwen 91 2 | 301102 Chenhui 85 3 | 301103 Wangweidong 76 4 | 301104 Zhewei 69 5 | 301105 Guowentao 55 6 | -------------------------------------------------------------------------------- /Source/ch12/cmake-build-debug/.cmake/api/v1/query/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/cmake-build-debug/.cmake/api/v1/query/cache-v2 -------------------------------------------------------------------------------- /Source/ch12/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 -------------------------------------------------------------------------------- /Source/ch12/cmake-build-debug/.cmake/api/v1/query/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 -------------------------------------------------------------------------------- /Source/ch12/cmake-build-debug/.cmake/api/v1/query/toolchains-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 -------------------------------------------------------------------------------- /Source/ch12/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/cmake-build-debug/CMakeFiles/3.25.2/CompilerIdC/a.exe -------------------------------------------------------------------------------- /Source/ch12/cmake-build-debug/CMakeFiles/clion-environment.txt: -------------------------------------------------------------------------------- 1 | ToolSet: w64 9.0 (local)@D:\CLion 2023.1.1\bin\mingw 2 | Options: 3 | 4 | Options:-DCMAKE_MAKE_PROGRAM=D:/CLion 2023.1.1/bin/ninja/win/x64/ninja.exe -------------------------------------------------------------------------------- /Source/ch12/cmake-build-debug/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /Source/ch12/cmake-build-debug/Testing/Temporary/LastTest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/cmake-build-debug/Testing/Temporary/LastTest.log -------------------------------------------------------------------------------- /Source/ch12/f12-1.txt: -------------------------------------------------------------------------------- 1 | 301101 Zhangwen 91 2 | 301102 Chenhui 85 3 | 301103 Wangweidong 76 4 | 301104 Zhewei 69 5 | 301105 Guowentao 55 6 | -------------------------------------------------------------------------------- /Source/ch12/f12-2.txt: -------------------------------------------------------------------------------- 1 | wang >= 2 | Li {z 3 | zhang ?`c 4 | qian  5 | fang 6gb 6 | -------------------------------------------------------------------------------- /Source/ch12/f12-3.txt: -------------------------------------------------------------------------------- 1 | wang >= 2 | Li {z 3 | zhang ?`c 4 | qian  5 | fang 6gb 6 | -------------------------------------------------------------------------------- /Source/ch12/f12-5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Source/ch12/f12-5.txt -------------------------------------------------------------------------------- /Supplement/PPT/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/.DS_Store -------------------------------------------------------------------------------- /Supplement/PPT/._.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._.DS_Store -------------------------------------------------------------------------------- /Supplement/PPT/._chap00_课程介绍 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap00_课程介绍 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap01_引言 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap01_引言 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap02_用C语言编写程序 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap02_用C语言编写程序 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap03_分支结构 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap03_分支结构 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap04_循环结构 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap04_循环结构 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap05_函数 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap05_函数 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap06_回顾数据类型和表达式 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap06_回顾数据类型和表达式 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap07_数组 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap07_数组 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap08_指针 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap08_指针 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap09_结构 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap09_结构 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap10_函数与程序结构 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap10_函数与程序结构 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap11_指针进阶 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap11_指针进阶 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/._chap12_文件 201702.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/._chap12_文件 201702.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap00_课程介绍 .pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap00_课程介绍 .pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap01_引言.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap01_引言.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap02_用C语言编写程序.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap02_用C语言编写程序.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap03_分支结构.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap03_分支结构.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap04_循环结构.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap04_循环结构.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap05_函数.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap05_函数.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap06_回顾数据类型和表达式.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap06_回顾数据类型和表达式.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap07_数组.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap07_数组.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap08_指针.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap08_指针.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap09_结构.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap09_结构.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap10_函数与程序结构.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap10_函数与程序结构.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap11_指针进阶.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap11_指针进阶.pptx -------------------------------------------------------------------------------- /Supplement/PPT/chap12_文件.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/PPT/chap12_文件.pptx -------------------------------------------------------------------------------- /Supplement/教师用书/0 教师用书_前言.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/0 教师用书_前言.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/01-1 教师用书_第0章_课程介绍.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/01-1 教师用书_第0章_课程介绍.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/01-2 教师用书_第1章_引言.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/01-2 教师用书_第1章_引言.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/02 教师用书_第2章_用C语言编写程序.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/02 教师用书_第2章_用C语言编写程序.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/03 教师用书_第3章_分支结构.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/03 教师用书_第3章_分支结构.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/04 教师用书_第4章_循环结构.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/04 教师用书_第4章_循环结构.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/05教师用书_第5章_函数.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/05教师用书_第5章_函数.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/06教师用书_第6章_回顾数据类型和表达式.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/06教师用书_第6章_回顾数据类型和表达式.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/07教师用书_第7章_数组.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/07教师用书_第7章_数组.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/08教师用书_第8章_指针.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/08教师用书_第8章_指针.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/09教师用书_第9章_结构.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/09教师用书_第9章_结构.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/10教师用书_第10章_函数与程序结构.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/10教师用书_第10章_函数与程序结构.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/11教师用书_第11章_指针进阶.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/11教师用书_第11章_指针进阶.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/12教师用书_第12章_文件.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/12教师用书_第12章_文件.pdf -------------------------------------------------------------------------------- /Supplement/教师用书/13教师用书_第13章_综合程序设计.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/教师用书/13教师用书_第13章_综合程序设计.pdf -------------------------------------------------------------------------------- /Supplement/杂项/PTA平台各类题目集建议方案(实验+测验+例题+练习+习题).xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/杂项/PTA平台各类题目集建议方案(实验+测验+例题+练习+习题).xlsx -------------------------------------------------------------------------------- /Supplement/杂项/教材信息及教学资源.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/杂项/教材信息及教学资源.doc -------------------------------------------------------------------------------- /Supplement/杂项/混合式教学方案.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/杂项/混合式教学方案.pdf -------------------------------------------------------------------------------- /Supplement/杂项/配套PTA平台题目集.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/Supplement/杂项/配套PTA平台题目集.pdf -------------------------------------------------------------------------------- /img/image-20231227203813529.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/img/image-20231227203813529.png -------------------------------------------------------------------------------- /img/image-20231227210437299.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ascendho/C-Programing-Language/b5acba8b4a0ed45d6ce1396e66630485f0a0b978/img/image-20231227210437299.png --------------------------------------------------------------------------------