728x90
반응형
1 2 3 4 5 6 7 8 9 | #include <iostream> #include <string> int main(){ std::string s; std::getline(std::cin, s); std::cout << s << std::endl; return 0; } | cs |
자꾸 까먹어서 저장.
728x90
반응형
'프로그래밍 > C, C++' 카테고리의 다른 글
HTTP File Upload using C/C++ (0) | 2021.07.16 |
---|---|
padding (2) | 2018.10.17 |
Visual Studio 64bit inline asm (0) | 2018.08.23 |
VirtualAllocEx Error 487 (0) | 2018.01.25 |
openssl socket C/C++ example (0) | 2017.10.31 |
유닉스 crypt 함수 (0) | 2017.05.29 |
printf 덮어 쓰기 (0) | 2016.11.09 |
연산자 오버라이딩, sort, 생성자 (2) | 2015.06.07 |
c++ 연산자 오버로딩 (0) | 2014.10.29 |
C++ mysql 연동 (0) | 2014.09.23 |
댓글