Код: Выделить всё
#include stuff
class car{
string VIN;
int speed;
};
void _thread_work(){
car new_car; //
Подробнее здесь: [url]https://stackoverflow.com/questions/78531460/instancing-object-of-user-defined-class-under-thread-in-c[/url]Код: Выделить всё
#include stuff
class car{
string VIN;
int speed;
};
void _thread_work(){
car new_car; //
Подробнее здесь: [url]https://stackoverflow.com/questions/78531460/instancing-object-of-user-defined-class-under-thread-in-c[/url]