/* * http://sosal.tistory.com/ * made by so_Sal */ 벡터에서 지원하는 대표적인 함수들 정리해보려고 합니다.1. push_back( 'data' ); //뒤에 데이터 삽입 pop_back( 'data' ); //가장 뒤에 위치한 데이터 삭제 #include // 입출력#include#include#include#include //string 객체#include#include //vecter 객체 using namespace std; int main(){vector v;for(int i=0;i