//headers

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; class Book { char NameBook[20]; int AmountPage; int Edition; public: Book(); Book(char, int , int); ~Book(); void Print(); };
Editor Settings
Theme
Key bindings
Full width
Lines