Programming/C++39 Escape Sequence Escape sequence \n - Newline. Position the screen cursor to the beginning of the next line. \t - Horizontal tab. Move the screen cursor to the next tab stop. \r - Carriage return. Position the screen cursor to the beginning of the current line; do not advance to the next line. \a - Alert. Sound the system bell. \\ - Backslash. Used to print a backslash character. \' - Single quote. Used to print.. 2009. 4. 10. #include<algorithm> sort( ), min_element, max_element, reverse( ) #include sort( ), min_element, max_element, reverse( ) Output 2009. 3. 26. #include<map> ,typedef, display output using iterator pointer #include ,typedef, display output using iterator pointer Output 2009. 3. 26. #include<set>, typedef , insert(x), output using iterator #include, typedef , insert(x), output using iterator Output 2009. 3. 26. #include<list> output using iterator #include output using iterator Output 2009. 3. 26. #include<list> push_back(c) pop_front() char variable #include push_back(c) pop_front() char variable Output 2009. 3. 26. #include<deque> push_front(i) float #include push_front(i) float Output 2009. 3. 26. #include<vector> push_back(i) int variable #include push_back(i) int variable Output 2009. 3. 26. #include<string> getline(cin, myString) 예제 Source Code Example Output Example 2009. 3. 25. 이전 1 2 다음