본문 바로가기
게임 개발/C++

C++ STL Sort 정렬

#include <algorithm>

 

sort(arr.begin(), arr.end()); // 배열 arr의 오름차순 정렬