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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -