Friends
I am using a C++ routine called using FFI from Dart/Flutter on iOS. i am getting disappointing results.
I followed these instructions, which basically had me dropping C++ files into the Xcode file structure.
I would like to know:
what C++ compiler I am using (I am assuming clang, but assumptions....)
How I can pass parameters to that compiler
How I can examine the output of the C++ compiler