C++#
As with most embedded environments, you can write C++ code to target the device.
Pros#
Low level access.
If the code is well written, it will perform extremely well.
Cons#
C++ can result in complex to maintain applications.
As with most embedded environments, you can write C++ code to target the device.
Low level access.
If the code is well written, it will perform extremely well.
C++ can result in complex to maintain applications.