如何在C 中使用std::sort 進行數組排序 使用C 標準模板庫的std::sort 函數對數組進行排序可以這樣做: 但是,C 0x/11 引入了std::begin 和std::end 函數,簡化了過程: 如果std:: begin 和std::end 不可用,它們可以定義為: