I tried to copy your code and compile the program, however "#include <iostream>" and curl itself is causing problems. Can you provide me with a step by step guide to install curl(the guide on their website is very confusing) and a guide on how to compile a c program with a <iostream> include, a quic...