send post request method

can someone help me on how to send post request using c++?
i want it straight forward without any library because i am always having errors with libraries.
There is no way to do it without a library. The C++ standard library does not touch on networking at all (though it might in the far future).
Topic archived. No new replies allowed.