Do not use std::strncpy , std::memcpy or similar as these functions are corrupted on some systems. If possible, pass arguments by reference.
確定! 回上一頁