Marvin Duchmann / Publications
Forum
invalid array access on passed by reference array
Hey Guys, im struggeling on a realy simple problem but can't find a solution. I have this simple code: void test(OrderObject& array[]) { for ( int i = 0 ; i < array.size(); i++) { // do something here } } This gives me the errors: 'array' - invalid array access 'size' - function not
WebRequest Error 5039
Hey Guys, I try to write my first EA with serverside communication. Ive wrote a simple java spring boot application with a rest controller working fine in testing with postman. If I try to send a POST with the WebRequest function I am facing an error. input string url = "localhost:8080/postSignal" ;