Showing
23 changed files
with
13 additions
and
4 deletions
No preview for this file type
No preview for this file type
No preview for this file type
File mode changed
No preview for this file type
git_branch_assignment2/.vs/git_branch_assignment2/v16/ipch/AutoPCH/326db9e0abbf54a1/MAIN.ipch
0 → 100644
This file is too large to display.
| ... | @@ -9,7 +9,14 @@ void echo() | ... | @@ -9,7 +9,14 @@ void echo() |
| 9 | { | 9 | { |
| 10 | string any; | 10 | string any; |
| 11 | cin >> any; | 11 | cin >> any; |
| 12 | - cout << any << endl; | 12 | + if (any == "exit") |
| 13 | + { | ||
| 14 | + return; | ||
| 15 | + } | ||
| 16 | + else | ||
| 17 | + { | ||
| 18 | + cout << any << endl; | ||
| 19 | + } | ||
| 13 | } | 20 | } |
| 14 | return; | 21 | return; |
| 15 | } | 22 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
| 1 | PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.27.29110:TargetPlatformVersion=10.0.18362.0: | 1 | PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.27.29110:TargetPlatformVersion=10.0.18362.0: |
| 2 | -Debug|x64|D:\OneDrive - 경희대학교\전공필수\오픈소스SW개발\git_branch_assignment2\| | 2 | +Debug|x64|C:\Users\곽원석\Documents\git branch\git_branch_practice\B\2020gitbranch_assignment2\git_branch_assignment2\| | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project> | 2 | <Project> |
| 3 | - <ProjectOutputs>D:\OneDrive - 경희대학교\전공필수\오픈소스SW개발\git_branch_assignment2\x64\Debug\git_branch_assignment2.exe</ProjectOutputs> | 3 | + <ProjectOutputs>C:\Users\곽원석\Documents\git branch\git_branch_practice\B\2020gitbranch_assignment2\git_branch_assignment2\x64\Debug\git_branch_assignment2.exe</ProjectOutputs> |
| 4 | <ContentFiles></ContentFiles> | 4 | <ContentFiles></ContentFiles> |
| 5 | <SatelliteDlls></SatelliteDlls> | 5 | <SatelliteDlls></SatelliteDlls> |
| 6 | <NonRecipeFileRefs></NonRecipeFileRefs> | 6 | <NonRecipeFileRefs></NonRecipeFileRefs> | ... | ... |
No preview for this file type
| 1 | main.cpp | 1 | main.cpp |
| 2 | - git_branch_assignment2.vcxproj -> D:\OneDrive - 경희대학교\전공필수\오픈소스SW개발\git_branch_assignment2\x64\Debug\git_branch_assignment2.exe | 2 | + git_branch_assignment2.vcxproj -> C:\Users\곽원석\Documents\git branch\git_branch_practice\B\2020gitbranch_assignment2\git_branch_assignment2\x64\Debug\git_branch_assignment2.exe | ... | ... |
No preview for this file type
| 1 | D:\OneDrive - 경희대학교\전공필수\오픈소스SW개발\git_branch_assignment2\x64\Debug\git_branch_assignment2.exe | 1 | D:\OneDrive - 경희대학교\전공필수\오픈소스SW개발\git_branch_assignment2\x64\Debug\git_branch_assignment2.exe |
| 2 | D:\OneDrive - 경희대학교\전공필수\오픈소스SW개발\git_branch_assignment2\x64\Debug\git_branch_assignment2.pdb | 2 | D:\OneDrive - 경희대학교\전공필수\오픈소스SW개발\git_branch_assignment2\x64\Debug\git_branch_assignment2.pdb |
| 3 | +C:\Users\곽원석\Documents\git branch\git_branch_practice\B\2020gitbranch_assignment2\git_branch_assignment2\x64\Debug\git_branch_assignment2.exe | ||
| 4 | +C:\Users\곽원석\Documents\git branch\git_branch_practice\B\2020gitbranch_assignment2\git_branch_assignment2\x64\Debug\git_branch_assignment2.pdb | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment