"STL"의 두 판 사이의 차이

jjuiddong
이동: 둘러보기, 찾기
(새 문서: * container 에 있는 내용을 쉽게 출력하는 법 ** copy(test.begin(), test.end(), ostream_iterator<int>(cout, "\n") );)
 
2번째 줄: 2번째 줄:
 
* container 에 있는 내용을 쉽게 출력하는 법
 
* container 에 있는 내용을 쉽게 출력하는 법
 
** copy(test.begin(), test.end(), ostream_iterator<int>(cout, "\n") );
 
** copy(test.begin(), test.end(), ostream_iterator<int>(cout, "\n") );
 +
** STLpractice/GenralPrinting, STLpractice/SetTest 를 참고하자.

2013년 4월 28일 (일) 13:55 판

  • container 에 있는 내용을 쉽게 출력하는 법
    • copy(test.begin(), test.end(), ostream_iterator<int>(cout, "\n") );
    • STLpractice/GenralPrinting, STLpractice/SetTest 를 참고하자.
개인 도구
이름공간

변수
행위
둘러보기
도구모음