I need to write an interface program in C++ to receive occasional data being sent to me from a different company from across the internet. The company says they will send the data using POST. They have given me a document that lists their data's specific parameters and their meaning. They have told me very little else.

How do I receive this data in my C++ program?