Y
Hacker News
new
|
ask
|
show
|
jobs
by
qiqitori
719 days ago
Why C++? Does the C++ code use any difficult C++ features or is it more C with classes?
1 comments
dansitu
718 days ago
We use C++11 because we depend on some source that relies on it, but you can of course compile the library and then link to a C program:
https://docs.edgeimpulse.com/docs/run-inference/cpp-library/...
link
https://docs.edgeimpulse.com/docs/run-inference/cpp-library/...