One of the questions that recur from time to time is: ‘How do I use C++ classes in a language that has only C bindings, like C itself or LabVIEW?' The short answer: you can’t. The long answer: you can’t, but you can wrap the C++ code in C functions, and export those in a wrapper...