Hi,
Are there any built in functions of one of the native anscii C++
libraries that would allow me to encode a URL? and example would be to
convert "+" to "%2b", double quotes to %22, etc...
Ben Voigt - 30 May 2006 19:45 GMT
> Hi,
> Are there any built in functions of one of the native anscii C++
> libraries that would allow me to encode a URL? and example would be to
> convert "+" to "%2b", double quotes to %22, etc...
WinInet.dll has InternetCreateUrl and InternetCrackUrl that do this
encoding.