diff --git a/CH0-Lab4/.vs/CH0-Lab4/v15/.suo b/CH0-Lab4/.vs/CH0-Lab4/v15/.suo new file mode 100644 index 0000000..ce4b60c Binary files /dev/null and b/CH0-Lab4/.vs/CH0-Lab4/v15/.suo differ diff --git a/CH0-Lab4/.vs/CH0-Lab4/v15/Browse.VC.db b/CH0-Lab4/.vs/CH0-Lab4/v15/Browse.VC.db new file mode 100644 index 0000000..6b8db4e Binary files /dev/null and b/CH0-Lab4/.vs/CH0-Lab4/v15/Browse.VC.db differ diff --git a/CH0-Lab4/.vs/CH0-Lab4/v15/ipch/AutoPCH/772730438691854e/MAIN.ipch b/CH0-Lab4/.vs/CH0-Lab4/v15/ipch/AutoPCH/772730438691854e/MAIN.ipch new file mode 100644 index 0000000..aefbe40 Binary files /dev/null and b/CH0-Lab4/.vs/CH0-Lab4/v15/ipch/AutoPCH/772730438691854e/MAIN.ipch differ diff --git a/CH0-Lab4/.vs/CH0-Lab4/v15/ipch/AutoPCH/98d4845d766030df/MAIN.ipch b/CH0-Lab4/.vs/CH0-Lab4/v15/ipch/AutoPCH/98d4845d766030df/MAIN.ipch new file mode 100644 index 0000000..6a62e17 Binary files /dev/null and b/CH0-Lab4/.vs/CH0-Lab4/v15/ipch/AutoPCH/98d4845d766030df/MAIN.ipch differ diff --git a/CH0-Lab4/CH0-Lab4.sln b/CH0-Lab4/CH0-Lab4.sln new file mode 100644 index 0000000..4ca0e11 --- /dev/null +++ b/CH0-Lab4/CH0-Lab4.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28010.2036 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CH0-Lab4", "CH0-Lab4\CH0-Lab4.vcxproj", "{FF60D0BC-EC35-4C75-A8EF-9529433157BE}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FF60D0BC-EC35-4C75-A8EF-9529433157BE}.Debug|x64.ActiveCfg = Debug|x64 + {FF60D0BC-EC35-4C75-A8EF-9529433157BE}.Debug|x64.Build.0 = Debug|x64 + {FF60D0BC-EC35-4C75-A8EF-9529433157BE}.Debug|x86.ActiveCfg = Debug|Win32 + {FF60D0BC-EC35-4C75-A8EF-9529433157BE}.Debug|x86.Build.0 = Debug|Win32 + {FF60D0BC-EC35-4C75-A8EF-9529433157BE}.Release|x64.ActiveCfg = Release|x64 + {FF60D0BC-EC35-4C75-A8EF-9529433157BE}.Release|x64.Build.0 = Release|x64 + {FF60D0BC-EC35-4C75-A8EF-9529433157BE}.Release|x86.ActiveCfg = Release|Win32 + {FF60D0BC-EC35-4C75-A8EF-9529433157BE}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5FBE1462-6F13-48F6-9CFC-7E576F7A195E} + EndGlobalSection +EndGlobal diff --git a/CH0-Lab4/CH0-Lab4/CH0-Lab4.vcxproj b/CH0-Lab4/CH0-Lab4/CH0-Lab4.vcxproj new file mode 100644 index 0000000..f26c6a1 --- /dev/null +++ b/CH0-Lab4/CH0-Lab4/CH0-Lab4.vcxproj @@ -0,0 +1,127 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {FF60D0BC-EC35-4C75-A8EF-9529433157BE} + CH0Lab4 + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + ..\temp\debug + ..\temp\debug + + + + Level3 + Disabled + true + true + C:\Users\Hsun\Desktop\高階語言程式實習\106-Ch0-Lab4\CH0-Lab4\include;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/CH0-Lab4/CH0-Lab4/CH0-Lab4.vcxproj.filters b/CH0-Lab4/CH0-Lab4/CH0-Lab4.vcxproj.filters new file mode 100644 index 0000000..8a3ac6f --- /dev/null +++ b/CH0-Lab4/CH0-Lab4/CH0-Lab4.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + + + source + + + \ No newline at end of file diff --git a/CH0-Lab4/CH0-Lab4/CH0-Lab4.vcxproj.user b/CH0-Lab4/CH0-Lab4/CH0-Lab4.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/CH0-Lab4/CH0-Lab4/CH0-Lab4.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/source/main.c b/CH0-Lab4/source/main.c similarity index 64% rename from source/main.c rename to CH0-Lab4/source/main.c index bcf1e4f..abc3fee 100644 --- a/source/main.c +++ b/CH0-Lab4/source/main.c @@ -2,7 +2,7 @@ #include int main(void) { - + printf("This is CH0-Lab4,my name is cf\n"); system("pause"); return 0; } diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.exe b/CH0-Lab4/temp/debug/CH0-Lab4.exe new file mode 100644 index 0000000..a57ec80 Binary files /dev/null and b/CH0-Lab4/temp/debug/CH0-Lab4.exe differ diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.ilk b/CH0-Lab4/temp/debug/CH0-Lab4.ilk new file mode 100644 index 0000000..ad57a8e Binary files /dev/null and b/CH0-Lab4/temp/debug/CH0-Lab4.ilk differ diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.log b/CH0-Lab4/temp/debug/CH0-Lab4.log new file mode 100644 index 0000000..56d3610 --- /dev/null +++ b/CH0-Lab4/temp/debug/CH0-Lab4.log @@ -0,0 +1,4 @@ +C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(376,5): warning MSB8004: Intermediate 目錄結尾不是結尾斜線。這個建置執行個體將會加入此斜線,因為這樣才能正確評估 Intermediate 目錄。 +C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(377,5): warning MSB8004: Output 目錄結尾不是結尾斜線。這個建置執行個體將會加入此斜線,因為這樣才能正確評估 Output 目錄。 + main.c + CH0-Lab4.vcxproj -> C:\Users\Hsun\Desktop\高階語言程式實習\106-Ch0-Lab4\CH0-Lab4\CH0-Lab4\..\temp\debug\CH0-Lab4.exe diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.pdb b/CH0-Lab4/temp/debug/CH0-Lab4.pdb new file mode 100644 index 0000000..5a451e1 Binary files /dev/null and b/CH0-Lab4/temp/debug/CH0-Lab4.pdb differ diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CH0-Lab4.lastbuildstate b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CH0-Lab4.lastbuildstate new file mode 100644 index 0000000..2b49d97 --- /dev/null +++ b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CH0-Lab4.lastbuildstate @@ -0,0 +1,2 @@ +#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17134.0 +Debug|Win32|C:\Users\Hsun\Desktop\高階語言程式實習\106-Ch0-Lab4\CH0-Lab4\| diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CL.command.1.tlog b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CL.command.1.tlog new file mode 100644 index 0000000..44c0d14 Binary files /dev/null and b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CL.command.1.tlog differ diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CL.read.1.tlog b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CL.read.1.tlog new file mode 100644 index 0000000..59eb6a0 Binary files /dev/null and b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CL.read.1.tlog differ diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CL.write.1.tlog b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CL.write.1.tlog new file mode 100644 index 0000000..3e4b3cc Binary files /dev/null and b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/CL.write.1.tlog differ diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.tlog/link.command.1.tlog b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/link.command.1.tlog new file mode 100644 index 0000000..1d094b3 Binary files /dev/null and b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/link.command.1.tlog differ diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.tlog/link.read.1.tlog b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/link.read.1.tlog new file mode 100644 index 0000000..ebc9cb4 Binary files /dev/null and b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/link.read.1.tlog differ diff --git a/CH0-Lab4/temp/debug/CH0-Lab4.tlog/link.write.1.tlog b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/link.write.1.tlog new file mode 100644 index 0000000..8f40cf9 Binary files /dev/null and b/CH0-Lab4/temp/debug/CH0-Lab4.tlog/link.write.1.tlog differ diff --git a/CH0-Lab4/temp/debug/main.obj b/CH0-Lab4/temp/debug/main.obj new file mode 100644 index 0000000..852a1ac Binary files /dev/null and b/CH0-Lab4/temp/debug/main.obj differ diff --git a/CH0-Lab4/temp/debug/vc141.idb b/CH0-Lab4/temp/debug/vc141.idb new file mode 100644 index 0000000..5d41ec7 Binary files /dev/null and b/CH0-Lab4/temp/debug/vc141.idb differ diff --git a/CH0-Lab4/temp/debug/vc141.pdb b/CH0-Lab4/temp/debug/vc141.pdb new file mode 100644 index 0000000..967055c Binary files /dev/null and b/CH0-Lab4/temp/debug/vc141.pdb differ