home › Forums › # Technical Support › Fuzzylite + CPP (Windows) + Hopefully Visual Studio › Reply To: Fuzzylite + CPP (Windows) + Hopefully Visual Studio
July 7, 2014 at 08:29
#1155
Keymaster
Hi,
fl::Engine* engine = fl::FclImporter().fromString(yourFileContents);
will create an engine instance if there are no errors in your fcl file. Notice that you must read your file into an std::string first. For reading a file, please consult basic C++ operations.