I am trying to run the program detailed here. The code requires the cURL and JSON libraries, and I've been following the direction here
I'm having trouble running the program - when I compile I get unresolved external symbol linker errors for both cURL and JSON, so I seem to have done something wrong.
I'm a complete novice when it comes to programming, so any advice would be appreciated