You can use std::search . #include <iostream> #include <vector> #include <algorithm> int main() { std::vector<int> data {0x00, 0xff, 0x00, 0x11, 0x12, 0x13, ...
確定! 回上一頁