As for finding someting in that array, the easiest way is to use std::find or std::find_if from the algorithm library.
確定! 回上一頁