Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setting focus to a MsgBox Pin
Programm3r19-Feb-07 0:11
Programm3r19-Feb-07 0:11 
QuestionHow to get full path of desktop and my document folder Pin
Sudhir Mangla18-Feb-07 23:53
professionalSudhir Mangla18-Feb-07 23:53 
AnswerRe: How to get full path of desktop and my document folder Pin
toxcct19-Feb-07 0:00
toxcct19-Feb-07 0:00 
GeneralRe: How to get full path of desktop and my document folder Pin
Sudhir Mangla19-Feb-07 0:08
professionalSudhir Mangla19-Feb-07 0:08 
AnswerRe: How to get full path of desktop and my document folder Pin
Taka Muraoka19-Feb-07 1:37
Taka Muraoka19-Feb-07 1:37 
Questioni need code for multiplying 512 bit numbers Pin
Deepchand P18-Feb-07 23:45
Deepchand P18-Feb-07 23:45 
QuestionRe: i need code for multiplying 512 bit numbers Pin
David Crow19-Feb-07 3:12
David Crow19-Feb-07 3:12 
Questionurl decode Pin
bogdanaldo18-Feb-07 23:43
bogdanaldo18-Feb-07 23:43 
Hy


I am a newby in encoding/decoding. I am writting a function in C++ that would decode an URL encoded string. It works fine if the string does not contain unicode characters. Whenever I find a "%" I convert the fallowing two digit number from hex to int and add to the returning string the character corespounding to the int. When the URL contains unicode characters there is a "u" after the "%" fallowed by a 4 digit hex. I managed to convert the for digit hex to int. But I am not able to get the character corespounding to this int.

Could anyone give some advice ?

10x in advance

Bobby


bogdanaldo

AnswerRe: url decode [modified] Pin
Sudhir Mangla19-Feb-07 0:05
professionalSudhir Mangla19-Feb-07 0:05 
GeneralRe: url decode Pin
toxcct19-Feb-07 0:12
toxcct19-Feb-07 0:12 
AnswerRe: url decode Pin
David Crow19-Feb-07 3:15
David Crow19-Feb-07 3:15 
Newsthread Pin
sulabh_expert@rediffmail.com18-Feb-07 23:41
sulabh_expert@rediffmail.com18-Feb-07 23:41 
GeneralRe: thread Pin
toxcct18-Feb-07 23:46
toxcct18-Feb-07 23:46 
QuestionRe: thread Pin
David Crow19-Feb-07 3:17
David Crow19-Feb-07 3:17 
AnswerRe: thread Pin
toxcct19-Feb-07 3:20
toxcct19-Feb-07 3:20 
AnswerRe: thread Pin
jhwurmbach19-Feb-07 3:40
jhwurmbach19-Feb-07 3:40 
GeneralRe: thread Pin
Stephen Hewitt19-Feb-07 18:43
Stephen Hewitt19-Feb-07 18:43 
QuestionExplain the working of this program please Pin
Deepchand P18-Feb-07 23:28
Deepchand P18-Feb-07 23:28 
Answersatisfiable ?? Pin
toxcct18-Feb-07 23:40
toxcct18-Feb-07 23:40 
GeneralRe: satisfiable ?? Pin
Deepchand P18-Feb-07 23:48
Deepchand P18-Feb-07 23:48 
GeneralRe: satisfiable Pin
Deepchand P18-Feb-07 23:53
Deepchand P18-Feb-07 23:53 
GeneralRe: satisfiable Pin
benjymous19-Feb-07 0:15
benjymous19-Feb-07 0:15 
AnswerRe: Explain the working of this program please Pin
BadKarma19-Feb-07 1:52
BadKarma19-Feb-07 1:52 
GeneralRe: Explain the working of this program please Pin
David Crow19-Feb-07 3:20
David Crow19-Feb-07 3:20 
GeneralRe: Explain the working of this program please Pin
BadKarma19-Feb-07 3:58
BadKarma19-Feb-07 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.