//My solutions for problems I've found somewhere and somehow .
C++ Introduction in programing of FMI solutions can also be found in main.
if ( isLookingFor("OOP of FMI solutions") ){ goto PracticumOOP_branch; }
else if ( isLookingFor("SDP of FMI solutions") ){ goto SDP_branch; }
else { goto master_branch; }