cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
send post request method
send post request method
Sep 15, 2014 at 4:25pm UTC
CountVlad
(14)
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 UTC
LB
(13399)
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.