mọi người chỉ mình khắc phục lỗi này với
Error Thread in C++
thử
edit:
int n = 10;
std::thread talk(sv, std::ref(n));
//hoặc
//std::thread talk(&HocSinh::operator(), &sv, std::ref(n));
//std::thread talk(&HocSinh::operator(), sv, std::ref(n));
thử
edit:
int n = 10;
std::thread talk(sv, std::ref(n));
//hoặc
//std::thread talk(&HocSinh::operator(), &sv, std::ref(n));
//std::thread talk(&HocSinh::operator(), sv, std::ref(n));