My Project
Example1.cpp
#include "Code.hpp"
void example1()
{
B b(5);
b.func1();
b.func2(8);
}