C++/url encode decode Edit Diff Refresh Backlink Random Search History Help Setting Hide Show string urlDecode(string &SRC) { string ret; char ch; int i, ii; for (i=0; i(ii); ret+=ch; i=i+2; } else { ret+=SRC[i]; } } return (ret); } not the best, but working fine 이 글에는 0 개의 댓글이 있습니다. Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus