c++ - Posting to a URL with wxWidgets -
does have sample code showing how post url using wxwidgets? documentation , discussion forums imply it's possible methods in wxhttp low-level compared find in .net , scripting languages perl , ruby. have create http request myself , send server via socketoutputstream? missing something?
i came across similar problem , ended using curl instead it's cross platform , easy use.
tim
Comments
Post a Comment