diff --git a/Ch0-Lab4/.vs/Ch0-Lab4/v15/.suo b/Ch0-Lab4/.vs/Ch0-Lab4/v15/.suo new file mode 100644 index 0000000..7642ea0 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..4bbee86 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/6a6e2a1b587b98e6/MAIN.ipch b/Ch0-Lab4/.vs/Ch0-Lab4/v15/ipch/AutoPCH/6a6e2a1b587b98e6/MAIN.ipch new file mode 100644 index 0000000..64e75b1 Binary files /dev/null and b/Ch0-Lab4/.vs/Ch0-Lab4/v15/ipch/AutoPCH/6a6e2a1b587b98e6/MAIN.ipch differ diff --git a/Ch0-Lab4/Ch0-Lab4.sln b/Ch0-Lab4/Ch0-Lab4.sln new file mode 100644 index 0000000..bb6f55d --- /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", "{9F309D27-EECB-447D-9F88-A22CEF89AE0D}" +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 + {9F309D27-EECB-447D-9F88-A22CEF89AE0D}.Debug|x64.ActiveCfg = Debug|x64 + {9F309D27-EECB-447D-9F88-A22CEF89AE0D}.Debug|x64.Build.0 = Debug|x64 + {9F309D27-EECB-447D-9F88-A22CEF89AE0D}.Debug|x86.ActiveCfg = Debug|Win32 + {9F309D27-EECB-447D-9F88-A22CEF89AE0D}.Debug|x86.Build.0 = Debug|Win32 + {9F309D27-EECB-447D-9F88-A22CEF89AE0D}.Release|x64.ActiveCfg = Release|x64 + {9F309D27-EECB-447D-9F88-A22CEF89AE0D}.Release|x64.Build.0 = Release|x64 + {9F309D27-EECB-447D-9F88-A22CEF89AE0D}.Release|x86.ActiveCfg = Release|Win32 + {9F309D27-EECB-447D-9F88-A22CEF89AE0D}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {DA9E6541-0CC7-4DAE-8287-B0346E14CC08} + 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..156bdc4 --- /dev/null +++ b/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj @@ -0,0 +1,127 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {9F309D27-EECB-447D-9F88-A22CEF89AE0D} + 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\leo\Desktop\106-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..f97f676 --- /dev/null +++ b/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {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/Ch0-Lab4/Ch0-Lab4/main.cpp b/Ch0-Lab4/Ch0-Lab4/main.cpp new file mode 100644 index 0000000..e1340a1 --- /dev/null +++ b/Ch0-Lab4/Ch0-Lab4/main.cpp @@ -0,0 +1,10 @@ +#include +#include + +int main(void) +{ + printf("This is Ch0-Lab4.my name is leozxc88\n"); + + system("pause"); + return 0; +} \ No newline at end of file diff --git a/temp/debug/Ch0-Lab4.exe b/temp/debug/Ch0-Lab4.exe new file mode 100644 index 0000000..4a52b2f Binary files /dev/null and b/temp/debug/Ch0-Lab4.exe differ diff --git a/temp/debug/Ch0-Lab4.ilk b/temp/debug/Ch0-Lab4.ilk new file mode 100644 index 0000000..e908f3e Binary files /dev/null and b/temp/debug/Ch0-Lab4.ilk differ diff --git a/temp/debug/Ch0-Lab4.log b/temp/debug/Ch0-Lab4.log new file mode 100644 index 0000000..7c32755 --- /dev/null +++ b/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.cpp + Ch0-Lab4.vcxproj -> C:\Users\leo\Desktop\106-Ch0-Lab4\Ch0-Lab4\Ch0-Lab4\..\..\temp\debug\Ch0-Lab4.exe diff --git a/temp/debug/Ch0-Lab4.pdb b/temp/debug/Ch0-Lab4.pdb new file mode 100644 index 0000000..054460f Binary files /dev/null and b/temp/debug/Ch0-Lab4.pdb differ diff --git a/temp/debug/Ch0-Lab4.tlog/CL.command.1.tlog b/temp/debug/Ch0-Lab4.tlog/CL.command.1.tlog new file mode 100644 index 0000000..417d145 Binary files /dev/null and b/temp/debug/Ch0-Lab4.tlog/CL.command.1.tlog differ diff --git a/temp/debug/Ch0-Lab4.tlog/CL.read.1.tlog b/temp/debug/Ch0-Lab4.tlog/CL.read.1.tlog new file mode 100644 index 0000000..16daf2d Binary files /dev/null and b/temp/debug/Ch0-Lab4.tlog/CL.read.1.tlog differ diff --git a/temp/debug/Ch0-Lab4.tlog/CL.write.1.tlog b/temp/debug/Ch0-Lab4.tlog/CL.write.1.tlog new file mode 100644 index 0000000..137dada Binary files /dev/null and b/temp/debug/Ch0-Lab4.tlog/CL.write.1.tlog differ diff --git a/temp/debug/Ch0-Lab4.tlog/Ch0-Lab4.lastbuildstate b/temp/debug/Ch0-Lab4.tlog/Ch0-Lab4.lastbuildstate new file mode 100644 index 0000000..3b6a2e8 --- /dev/null +++ b/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\leo\Desktop\106-Ch0-Lab4\Ch0-Lab4\| diff --git a/temp/debug/Ch0-Lab4.tlog/link.command.1.tlog b/temp/debug/Ch0-Lab4.tlog/link.command.1.tlog new file mode 100644 index 0000000..7d75186 Binary files /dev/null and b/temp/debug/Ch0-Lab4.tlog/link.command.1.tlog differ diff --git a/temp/debug/Ch0-Lab4.tlog/link.read.1.tlog b/temp/debug/Ch0-Lab4.tlog/link.read.1.tlog new file mode 100644 index 0000000..d6fe703 Binary files /dev/null and b/temp/debug/Ch0-Lab4.tlog/link.read.1.tlog differ diff --git a/temp/debug/Ch0-Lab4.tlog/link.write.1.tlog b/temp/debug/Ch0-Lab4.tlog/link.write.1.tlog new file mode 100644 index 0000000..35920e0 Binary files /dev/null and b/temp/debug/Ch0-Lab4.tlog/link.write.1.tlog differ diff --git a/temp/debug/main.obj b/temp/debug/main.obj new file mode 100644 index 0000000..c7a5ac6 Binary files /dev/null and b/temp/debug/main.obj differ diff --git a/temp/debug/vc141.idb b/temp/debug/vc141.idb new file mode 100644 index 0000000..f973b33 Binary files /dev/null and b/temp/debug/vc141.idb differ diff --git a/temp/debug/vc141.pdb b/temp/debug/vc141.pdb new file mode 100644 index 0000000..632560b Binary files /dev/null and b/temp/debug/vc141.pdb differ