25th Jul 2025, 4:32 AM
Дмитрий Мамедиев
Дмитрий Мамедиев - avatar
4 ответов
0
Подключил библиотеку opennn ,получил доступ к xmlhttpreques, который хочу использовать в дальнейшем. Но не могу определить. Ошибка : не полное имя нельзя использовать
25th Jul 2025, 4:35 AM
Дмитрий Мамедиев
Дмитрий Мамедиев - avatar
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
25th Jul 2025, 3:09 PM
The Witcher
The Witcher - avatar
0
Почему я тогда имею доступ к xmlhttpreques? Я начинаю его вводить и он выплывает как имеющийся в наличии. А вот если закоментирую include opennn , xmlhttpreques становится белым неопределенным значением
25th Jul 2025, 4:12 PM
Дмитрий Мамедиев
Дмитрий Мамедиев - avatar
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.
25th Jul 2025, 4:19 PM
The Witcher
The Witcher - avatar