Click here to Skip to main content
15,915,603 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionStuck in Delegates and Events concept, what are the differences and when do we use them? Pin
atoi_powered16-Nov-13 10:02
atoi_powered16-Nov-13 10:02 
AnswerRe: Stuck in Delegates and Events concept, what are the differences and when do we use them? Pin
Richard Andrew x6416-Nov-13 10:53
professionalRichard Andrew x6416-Nov-13 10:53 
QuestionI'm learning C++/CLI by reading MS VC++/CLI Step by Step, any advice guys? Pin
atoi_powered14-Nov-13 4:03
atoi_powered14-Nov-13 4:03 
SuggestionRe: I'm learning C++/CLI by reading MS VC++/CLI Step by Step, any advice guys? Pin
Richard MacCutchan14-Nov-13 6:11
mveRichard MacCutchan14-Nov-13 6:11 
AnswerRe: I'm learning C++/CLI by reading MS VC++/CLI Step by Step, any advice guys? Pin
John Schroedl15-Nov-13 2:55
professionalJohn Schroedl15-Nov-13 2:55 
Questionhaching with MD5 Pin
Member 102601559-Nov-13 1:04
Member 102601559-Nov-13 1:04 
AnswerRe: haching with MD5 Pin
Richard MacCutchan9-Nov-13 2:17
mveRichard MacCutchan9-Nov-13 2:17 
AnswerRe: haching with MD5 Pin
WuRunZhe22-Nov-13 2:57
WuRunZhe22-Nov-13 2:57 
Well, type of data is not important.

Anyhow you have to send data to MD5 with array so there is no important thing happened when you send char array or byte array.

The difference between your message and string is that use byte array or use char array.

So, you can send byte array which implements your message contents to HD5 instead of char array. That's all.Suspicious | :suss:
Questiontest Pin
Member 103174293-Nov-13 4:51
Member 103174293-Nov-13 4:51 
AnswerRe: test Pin
super14-Nov-13 2:41
professionalsuper14-Nov-13 2:41 
AnswerRe: test Pin
WuRunZhe22-Nov-13 15:19
WuRunZhe22-Nov-13 15:19 
AnswerRe: test Pin
Squiggs8-Dec-13 6:41
Squiggs8-Dec-13 6:41 
AnswerRe: test Pin
David.Moore8718-Dec-13 5:25
David.Moore8718-Dec-13 5:25 
AnswerRe: test Pin
Stefan_Lang24-Feb-14 0:27
Stefan_Lang24-Feb-14 0:27 
QuestionI met a hard problem in qt! Pin
wuxuangle30-Oct-13 3:09
wuxuangle30-Oct-13 3:09 
AnswerRe: I met a hard problem in qt! Pin
John Schroedl30-Oct-13 8:36
professionalJohn Schroedl30-Oct-13 8:36 
GeneralRe: I met a hard problem in qt! Pin
wuxuangle31-Oct-13 3:10
wuxuangle31-Oct-13 3:10 
GeneralRe: I met a hard problem in qt! Pin
rekolnet25-Jul-15 10:45
rekolnet25-Jul-15 10:45 
QuestionLNK2019: unresolved external Pin
af0000123-Oct-13 20:44
af0000123-Oct-13 20:44 
AnswerRe: LNK2019: unresolved external Pin
Richard MacCutchan23-Oct-13 21:38
mveRichard MacCutchan23-Oct-13 21:38 
GeneralRe: LNK2019: unresolved external Pin
af0000124-Oct-13 6:35
af0000124-Oct-13 6:35 
AnswerRe: LNK2019: unresolved external Pin
Freak3023-Oct-13 23:07
Freak3023-Oct-13 23:07 
GeneralRe: LNK2019: unresolved external Pin
Richard MacCutchan23-Oct-13 23:32
mveRichard MacCutchan23-Oct-13 23:32 
GeneralRe: LNK2019: unresolved external Pin
af0000124-Oct-13 6:34
af0000124-Oct-13 6:34 
GeneralRe: LNK2019: unresolved external Pin
af0000124-Oct-13 6:33
af0000124-Oct-13 6:33 

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.