![]() |
Dynamically load url in libcurl with C++
I am eventually going to call url dynamically from mysql but below is pretty close what i'm trying to do before i plug mysql into my program. The error that gets returned is error code 3
which i believe means the url was formatted poorly anyone know what im doing wrong Code:
Thanks |
Re: Dynamically load url in libcurl with C++
Not RTFM is what you're doing wrong.
CURLOPT_URL The actual URL to deal with. The parameter should be a char * to a zero terminated string. A string is NOT a char * to a zero terminated string. However, x.c_str() is, so that would be the solution. |
Re: Dynamically load url in libcurl with C++
sorry i did read the manual but im kind of new still i took a c++ course in high school a while back im not use to .c_str() type stuff all the work we did dealt with numbers.
Thank you very much for the help. |
| All times are GMT +5.5. The time now is 14:14. |