copy, copy_backward | http://beggu84.blog.me/90078094449 |
find_if | http://beggu84.blog.me/90078095715 |
transform | http://beggu84.blog.me/90078178019 |
replace_if, replace_copy_if | http://beggu84.blog.me/90078179931 |
fill | http://beggu84.blog.me/90078403587 |
generate | http://beggu84.blog.me/90078404476 |
remove, remove_if | http://beggu84.blog.me/90078494121 |
unique, unique_copy | http://beggu84.blog.me/90078496943 |
reverse | http://beggu84.blog.me/90078579256 |
rotate | http://beggu84.blog.me/90078659405 |
random_shuffle | http://beggu84.blog.me/90078660745 |
for_each | http://beggu84.blog.me/90078741817 |
distance | http://beggu84.blog.me/90078965088 |
mismatch | http://beggu84.blog.me/90078967123 |
equal | http://beggu84.blog.me/90079048604 |
sort | http://beggu84.blog.me/90079050222 |
nth_element | http://beggu84.blog.me/90079051878 |
binary_search, lower_bound, upper_bound, equal_range | http://beggu84.blog.me/90079152033 |
merge | http://beggu84.blog.me/90079240922 |
set_union, set_intersection, set_difference, set_symmetric |
http://beggu84.blog.me/90079327568 |
make_heap, push_heap, pop_heap, sort_heap | http://beggu84.blog.me/90079330830 |
max_element, min_element | http://beggu84.blog.me/90079568526 |
next_permutation | http://beggu84.blog.me/90079571352 |
실습 코드 동작 미확인
but, 안되는 것도 약간만 수정하면 될 듯
'컴퓨터공학 기초 > C.C++' 카테고리의 다른 글
virtual 응용(원리, 다중상속) (0) | 2012.05.09 |
---|---|
String 관련 자작함수 (0) | 2011.10.14 |
STL - 결합 컨테이너 (1) | 2011.09.16 |
STL - copy()와 특별한 이터레이터 (0) | 2011.09.16 |
STL - 시퀀스 컨테이너 (0) | 2011.09.16 |