Hi there.
Im working on a project, where i would love to request a URL in my c++ code.
The object is to update a homepage by transfering parameters through the url request. Example: www.example.com/index.php?type=car&weight=1200
As i have explored different options, i came by shellExecute(), but it opens a new window in a browser.
Any good idea's out there? :)