윤혜원

echoo

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 + echo.cpp
2 + echo.vcxproj -> D:\KHU\2018\2학기\오픈소스\e4\a5\A\echo\Debug\echo.exe
3 + echo.vcxproj -> D:\KHU\2018\2학기\오픈소스\e4\a5\A\echo\Debug\echo.pdb (Partial PDB)
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 +#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.14393.0
2 +Debug|Win32|D:\KHU\2018\2학기\오픈소스\e4\a5\A\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
1 #include <iostream> 1 #include <iostream>
2 +#include <string>
2 using namespace std; 3 using namespace std;
3 void main() 4 void main()
4 { 5 {
5 cout << "ÀÔ·ÂÇϼ¼¿ä" << endl; 6 cout << "ÀÔ·ÂÇϼ¼¿ä" << endl;
6 - char a; 7 + string a;
7 cin >> a; 8 cin >> a;
8 - cout << a; 9 + cout << a << endl;
9 10
10 } 11 }
...\ No newline at end of file ...\ No newline at end of file
......