Fuzzy Logic GUI

I searched for information on Fuzzy Logic when I came past this page by Juan Rada-Vilela.

A GUI that makes an exportable code for different platforms. But not to the Arduino ... yet. I asked him on his forum if it comes to the Arduino and he said he will. Until then ...
It gives out C + + code. Is it possible to convert such code to Arduino code?

Arduino code is C++ code.
What matters here are what library calls might be made by fuzzylite and are there Arduino equivalents? Also,
what matters here are what macros are used by fuzzylite and are there Arduino equivalents?