0
xmlhttpreques
To used lib opennn, can't determine https://sololearn.com/compiler-playground/cDuPE2W88TLk/?ref=app
4 ответов
0
Подключил библиотеку opennn ,получил доступ к xmlhttpreques, который хочу использовать в дальнейшем. Но не могу определить. Ошибка : не полное имя нельзя использовать
0
XMLHTTPRequest is a javascript function to fetch data over the web.
openNN is neural network librairy for C++.
If your goal is to fetch datasets for then be used for training neuralnetwork in openNN, you cannot use xmlhttprequest. Instead you could try using curl or any curl libraries adapted for C++.
Your question, if I am just being honest, is very vague. Regardless, I enjoyed it because it made me look at what openNN can do and now I am interested in using it as well. So thank you very much for your question
0
Почему я тогда имею доступ к xmlhttpreques? Я начинаю его вводить и он выплывает как имеющийся в наличии. А вот если закоментирую include opennn , xmlhttpreques становится белым неопределенным значением
0
hum.... no idea. if you see xmlhttpreques as an autocomplete option then that could mean there is such a function put somewhere inside the header of the opennn library, but unfortunatly i could not find that function in there myself or the documentation. this is bit weird and i am sorry that you have to figure this out on your own.