send post request method

Sep 15, 2014 at 4:25pm
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.
Sep 15, 2014 at 5:34pm
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.