#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

enter image description here

Closed due to the fact that off-topic participants ߊߚߤߘ , LFC , 0xdb , LLENN , meine 14 Apr at 15:20 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • "The question is caused by a problem that is no longer reproduced or typed . Although similar questions may be relevant on this site, solving this question is unlikely to help future visitors. You can usually avoid similar questions by writing and researching a minimum program to reproduce the problem before publishing the question. " - ߊߚߤߘ, LFC, 0xdb, LLENN, meine
If the question can be reformulated according to the rules set out in the certificate , edit it .

  • Print the title text and errors directly in the question instead of providing a screen image. - Vlad from Moscow

1 answer 1

Your comment is incorrectly written.

Multiline comments begin with /* and end with */

  • Thank you, did not notice. Sorry for the comment - Alrott SlimRG