-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of sending a form doesn't work #64
Comments
Hi @czaarek99 , |
I don't know if I don't understand something due to learning C++ but is it intended to have to use a const_cast to be able to pass the curl_httppost? Because I get the error that it is a const pointer and can't do it. |
@czaarek99 you don't need to use a const_cast. Why are you using it? |
Otherwise my IDE complains with this: EDIT: |
@czaarek99 Got it. I have pushed a fix right now. Let me know! |
Thank you, works just fine now 👍 |
Good! Thank you! |
Im pretty new to C++ and I am using this library. But the example with the form does not compile because you can not easy.add a form for object.
The text was updated successfully, but these errors were encountered: