diff --git a/Ch0-Lab4/.vs/Ch0-Lab4/v16/.suo b/Ch0-Lab4/.vs/Ch0-Lab4/v16/.suo new file mode 100644 index 0000000..76fa3c9 Binary files /dev/null and b/Ch0-Lab4/.vs/Ch0-Lab4/v16/.suo differ diff --git a/Ch0-Lab4/.vs/Ch0-Lab4/v16/Browse.VC.db b/Ch0-Lab4/.vs/Ch0-Lab4/v16/Browse.VC.db new file mode 100644 index 0000000..a78b832 Binary files /dev/null and b/Ch0-Lab4/.vs/Ch0-Lab4/v16/Browse.VC.db differ diff --git a/Ch0-Lab4/.vs/Ch0-Lab4/v16/ipch/AutoPCH/f9e2dfdd025a28cf/MAIN.ipch b/Ch0-Lab4/.vs/Ch0-Lab4/v16/ipch/AutoPCH/f9e2dfdd025a28cf/MAIN.ipch new file mode 100644 index 0000000..8e29192 Binary files /dev/null and b/Ch0-Lab4/.vs/Ch0-Lab4/v16/ipch/AutoPCH/f9e2dfdd025a28cf/MAIN.ipch differ diff --git a/Ch0-Lab4/Ch0-Lab4.sln b/Ch0-Lab4/Ch0-Lab4.sln new file mode 100644 index 0000000..4b5f8a0 --- /dev/null +++ b/Ch0-Lab4/Ch0-Lab4.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29306.81 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ch0-Lab4", "Ch0-Lab4\Ch0-Lab4.vcxproj", "{484ADF30-1D09-4E6F-8BD1-A19B84D20A0E}" +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 + {484ADF30-1D09-4E6F-8BD1-A19B84D20A0E}.Debug|x64.ActiveCfg = Debug|x64 + {484ADF30-1D09-4E6F-8BD1-A19B84D20A0E}.Debug|x64.Build.0 = Debug|x64 + {484ADF30-1D09-4E6F-8BD1-A19B84D20A0E}.Debug|x86.ActiveCfg = Debug|Win32 + {484ADF30-1D09-4E6F-8BD1-A19B84D20A0E}.Debug|x86.Build.0 = Debug|Win32 + {484ADF30-1D09-4E6F-8BD1-A19B84D20A0E}.Release|x64.ActiveCfg = Release|x64 + {484ADF30-1D09-4E6F-8BD1-A19B84D20A0E}.Release|x64.Build.0 = Release|x64 + {484ADF30-1D09-4E6F-8BD1-A19B84D20A0E}.Release|x86.ActiveCfg = Release|Win32 + {484ADF30-1D09-4E6F-8BD1-A19B84D20A0E}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A17A1F4D-9FFB-43A6-B472-12019A4F8CB8} + 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..540b4af --- /dev/null +++ b/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {484ADF30-1D09-4E6F-8BD1-A19B84D20A0E} + Ch0Lab4 + 10.0 + + + + Application + true + v142 + MultiByte + + + Application + false + v142 + true + MultiByte + + + Application + true + v142 + MultiByte + + + Application + false + v142 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + 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..a64f488 --- /dev/null +++ b/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {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 + + + {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 + + + \ 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..88a5509 --- /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/source/main.c index bcf1e4f..acfe720 100644 --- a/source/main.c +++ b/source/main.c @@ -2,7 +2,7 @@ #include int main(void) { - + printf("This is Ch0-Lab4,my name is Kevin"); system("pause"); return 0; }