#ifndef SETTINGS_H #define SETTINGS_H #include <stdbool.h> * ////////////////////////////////////////////////////////////////// * /// /// /// Settings /// /// /// * ////////////////////////////////////////////////////////////////// * // Визуальные const bool Welcome_logo_show = true; // Выводить приветствие const bool Styled_console = true; // Изменить оформление консоли const bool SysInfo_show = true; // Выводить на экран количество ядер const bool ConsoleFix = true; // Выводить на экран количество ядер #endif Errors: E0040 requires Client ID C: \ Users \ BBCCA \ source \ repos \ Project2 \ Project2 \ Settins.hpp 13
E0144 A value of type "bool" cannot be used to initialize an entity of type "int ** const". Client C: \ Users \ BBCCA \ source \ repos \ Project2 \ Project2 \ Settins.hpp 13
