URL encoding

  • Thread starter Thread starter farseer
  • Start date Start date
F

farseer

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...
 
farseer said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top