Click here to Skip to main content
15,886,519 members

Comments by Christian Graus (Top 200 by date)

Christian Graus 30-Mar-23 7:37am View    
I gave a clear answer as well as pointing out it was a simple question. How many years ago???
Christian Graus 24-Jan-21 22:19pm View    
If you're making a HTTP call, you can test it there
Christian Graus 24-Jan-21 21:06pm View    
have you tried forming a call in postman?
Christian Graus 24-Jan-21 20:17pm View    
Why are you learning C in 2021?

assert(head->next->priority == 0);

This is clearly failing. why?
Christian Graus 24-Jan-21 0:26am View    
The first bit is the algorithm you're using to find a distance between two lat/lng This is then just vector maths at that point. So if your two points are 2 miles and you want to add one mile, you need the vector point that's half as long again as the vector you have