I like the w3schools stuff as they spell things out pretty succinctly. Python documentation is all over the web, so if just preface a question with 'python' you can usually find what you are looking for like 'python return last 7 letters in a string' or 'python for loop'...
you may refer here: https://www.w3schools.com/cpp/cpp_function_multiple.asp Try to workaround with this. you can remove the cout as it's only for display. void Free(char* instance) { if (instance != nullptr) { cout << "instance is NOT null"; instance=nullptr; } ...
You need to write JavaScript and python for this. Frankly, it's not easy. You could extend the rest api to create a file upload endpoint that does most of the logic. The endpoint would be coded so that it accepts file of csv format and puts it in the correct app. The Java...
you may refer here: https://www.w3schools.com/cpp/cpp_function_multiple.asp Try to workaround with this. you can remove the cout as it's only for display. void Free(char* instance) { if (instance != nullptr) { cout << "instance is NOT null"; instance=null...
The application + dll runs fine on my laptop but doesn't work in another computer, even installing OpenVINO on the other computer didn't work(only the base OpenVINO, I haven't installed the other dependencies like python, cmake, vstudio since I only want the dlls to exist in t...
you may refer here: https://www.w3schools.com/cpp/cpp_function_multiple.asp Try to workaround with this. you can remove the cout as it's only for display. void Free(char* instance) { if (instance != nullptr) { cout << "instance is NOT null"; instance=nullptr;...