xml - Can I use GET method from inside a C Program -


i'm grabbing xml data api supports method. can access method inside c program?

what libraries need?

is there library??

you need 2 libraries:

  • one fetching data, , suggest using libcurl
  • one parsing xml, , suggest libxml

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -