Click here to Skip to main content
15,913,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Vernam Cipher Pin
David Crow29-Aug-09 11:06
David Crow29-Aug-09 11:06 
QuestionUnicode to Hex conversion Pin
msn9228-Aug-09 21:44
msn9228-Aug-09 21:44 
AnswerRe: Unicode to Hex conversion Pin
MANISH RASTOGI28-Aug-09 22:57
MANISH RASTOGI28-Aug-09 22:57 
GeneralRe: Unicode to Hex conversion Pin
msn9229-Aug-09 8:43
msn9229-Aug-09 8:43 
QuestionRe: Unicode to Hex conversion Pin
CPallini29-Aug-09 9:41
mveCPallini29-Aug-09 9:41 
AnswerRe: Unicode to Hex conversion Pin
msn9229-Aug-09 10:07
msn9229-Aug-09 10:07 
GeneralRe: Unicode to Hex conversion Pin
David Crow29-Aug-09 11:17
David Crow29-Aug-09 11:17 
GeneralRe: Unicode to Hex conversion Pin
CPallini29-Aug-09 11:53
mveCPallini29-Aug-09 11:53 
msn92 wrote:
символ = %F1%E8%EC%E2%EE%EB

The above sentence is wrong. The hexadecimal representation of the UNICODE characters символ is
{ 0x0441, 0x0438, 0x043c, 0x0432, 0x043e, 0x043b}.

msn92 wrote:
for (int i=0;i<unicode.GetLength();i++)

In the above statement, the index i should run for (unicode.GetLength() * 2).

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: Unicode to Hex conversion Pin
msn9229-Aug-09 12:43
msn9229-Aug-09 12:43 
GeneralRe: Unicode to Hex conversion [modified] Pin
msn9229-Aug-09 19:22
msn9229-Aug-09 19:22 
QuestionWhat is the maximum value of character of LPCWSTR lpCommandLine, for CeCreateProcess. Pin
Le@rner28-Aug-09 21:12
Le@rner28-Aug-09 21:12 
AnswerRe: What is the maximum value of character of LPCWSTR lpCommandLine, for CeCreateProcess. Pin
Rajesh R Subramanian28-Aug-09 21:48
professionalRajesh R Subramanian28-Aug-09 21:48 
AnswerRe: What is the maximum value of character of LPCWSTR lpCommandLine, for CeCreateProcess. Pin
Hristo-Bojilov29-Aug-09 0:04
Hristo-Bojilov29-Aug-09 0:04 
QuestionShow local html file Pin
includeh1028-Aug-09 20:25
includeh1028-Aug-09 20:25 
AnswerRe: Show local html file Pin
kilt3-Sep-09 4:43
kilt3-Sep-09 4:43 
GeneralRe: Show local html file Pin
David Crow14-Sep-09 4:00
David Crow14-Sep-09 4:00 
QuestionWhat the Message for Update UI on DialogBase App? Pin
Max++28-Aug-09 20:22
Max++28-Aug-09 20:22 
AnswerRe: What the Message for Update UI on DialogBase App? Pin
Rajesh R Subramanian28-Aug-09 20:37
professionalRajesh R Subramanian28-Aug-09 20:37 
GeneralRe: What the Message for Update UI on DialogBase App? Pin
Max++28-Aug-09 21:47
Max++28-Aug-09 21:47 
AnswerRe: What the Message for Update UI on DialogBase App? Pin
Rajesh R Subramanian28-Aug-09 21:50
professionalRajesh R Subramanian28-Aug-09 21:50 
GeneralRe: What the Message for Update UI on DialogBase App? Pin
Max++28-Aug-09 22:21
Max++28-Aug-09 22:21 
GeneralRe: What the Message for Update UI on DialogBase App? Pin
Moak29-Aug-09 0:09
Moak29-Aug-09 0:09 
QuestionIOCP memory question Pin
lcx31563382028-Aug-09 19:09
lcx31563382028-Aug-09 19:09 
AnswerRe: IOCP memory question Pin
Richard MacCutchan30-Aug-09 6:58
mveRichard MacCutchan30-Aug-09 6:58 
QuestionRe: IOCP memory question Pin
lcx31563382031-Aug-09 2:11
lcx31563382031-Aug-09 2:11 

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.