My Project
Example3.cpp
#include "Code.hpp"
void example3()
{
A a;
B b (a.getId());
b.func1();
b.func2(8);
}