임지영

Echo modified

No preview for this file type
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 + main.cpp
2 + Echo.vcxproj -> C:\Users\yim jiyoung\Desktop\git\A\Test\Echo\Debug\Echo.exe
3 + Echo.vcxproj -> C:\Users\yim jiyoung\Desktop\git\A\Test\Echo\Debug\Echo.pdb (Partial PDB)
No preview for this file type
No preview for this file type
No preview for this file type
1 +#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1
2 +Debug|Win32|C:\Users\yim jiyoung\Desktop\git\A\Test\Echo\|
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -6,6 +6,8 @@ int main() ...@@ -6,6 +6,8 @@ int main()
6 { 6 {
7 string input; 7 string input;
8 cin >> input; 8 cin >> input;
9 + if (input == "exit")
10 + exit(0);
9 cout << input << endl; 11 cout << input << endl;
10 return 0; 12 return 0;
11 } 13 }
...\ No newline at end of file ...\ No newline at end of file
......