Skip to content

georgi2012/Cpp

Repository files navigation

Cpp

//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; }

Releases

No releases published

Packages

No packages published