c++ standard library의 맨 페이지는 어떻게 보나요?
예를 들어, std::cout을 보고 싶다면 어떻게 해야하는지 -_-
맨페이지를 따로 설치를 해줘야하나요?
아니면 맨페이지가 없는건지 -_-
가르쳐주세요~
c++ standard library의 맨 페이지는 어떻게 보나요? 예를 들어, std::cout을 보고 싶다면 어떻게 해야하는지 -_- 맨페이지를 따로 설치를 해줘야하나요? 아니면 맨페이지가 없는건지 -_- 가르쳐주세요~
usr/share/man 정도에 man1 ~ man9 까지의 디렉토리에
그 성격에 맞게 man파일이 "압축"되어 들어 있습니다.
디렉토리는 배포판에 따라 차이가 있겠지만..
거기에 없는것이면 나타나지 않죠.
man man 해보시길..
http://redage.net
http://www.sgi.com/tech/stl/stl_index.html
브이 V
Standard C++ Library Tutorial (한글)http://oopsla.snu.ac.kr/~sjjung/stl/
Standard C++ Library [Book] (영문 - 위 한글 번역판의 원문)http://www.ccd.bnl.gov/bcf/cluster/pgi/pgC++_lib/stdlib.htm
Re: c++ standard library의 맨 페이지는 어떻게 보나요?
없습니다.
usr/share/man 정도에 man1 ~ man9 까지의 디렉토리에
그 성격에 맞게 man파일이 "압축"되어 들어 있습니다.
디렉토리는 배포판에 따라 차이가 있겠지만..
거기에 없는것이면 나타나지 않죠.
man man 해보시길..
http://redage.net
개인적으로 아래 URL을 이용합니다.
http://www.sgi.com/tech/stl/stl_index.html
브이 V
다른 문서를 보셔야겠네요.
Standard C++ Library Tutorial (한글)
http://oopsla.snu.ac.kr/~sjjung/stl/
Standard C++ Library [Book] (영문 - 위 한글 번역판의 원문)
http://www.ccd.bnl.gov/bcf/cluster/pgi/pgC++_lib/stdlib.htm