Код: Выделить всё
struct Conf {
unsigned int id;
int test1;
int test2;
int test3;
int test4;
int test5;
int test6;
};
Conf cf({
0,
0,
0,
0,
0,
0,
0
}); //
Подробнее здесь: [url]https://stackoverflow.com/questions/49807527/c-c2100-illegal-indirection-on-initialize-struct-variable[/url]
Мобильная версия