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

Managed C++/CLI

 
GeneralRe: Regarding parameter by reference in copy constructor Pin
prasad_som13-Dec-06 2:33
prasad_som13-Dec-06 2:33 
AnswerRe: Regarding parameter by reference in copy constructor Pin
Michael Dunn13-Dec-06 8:56
sitebuilderMichael Dunn13-Dec-06 8:56 
QuestionSend Keyboard Values ?? Pin
Fritzables12-Dec-06 16:55
Fritzables12-Dec-06 16:55 
AnswerRe: Send Keyboard Values ?? Pin
User 58385212-Dec-06 17:14
User 58385212-Dec-06 17:14 
GeneralRe: Send Keyboard Values ?? Pin
Fritzables12-Dec-06 17:50
Fritzables12-Dec-06 17:50 
QuestionMD5 Pin
bsaksida12-Dec-06 9:42
bsaksida12-Dec-06 9:42 
AnswerRe: MD5 Pin
Nish Nishant12-Dec-06 9:50
sitebuilderNish Nishant12-Dec-06 9:50 
GeneralRe: MD5 Pin
bsaksida12-Dec-06 10:09
bsaksida12-Dec-06 10:09 
I already saw it, but i wan't to hash my String (password). I can't use Byte as an imput.

this is php example:
<?php
$string = "secret";
echo md5($string);
?>

the output would be: 5ebe2294ecd0e0f08eab7690d2a6ee69

how can i achive this in c++/cli?


GeneralRe: MD5 Pin
bsaksida13-Dec-06 5:01
bsaksida13-Dec-06 5:01 
QuestionControlling Window State ? Pin
Fritzables11-Dec-06 17:27
Fritzables11-Dec-06 17:27 
AnswerRe: Controlling Window State ? Pin
Nish Nishant12-Dec-06 1:02
sitebuilderNish Nishant12-Dec-06 1:02 
GeneralRe: Controlling Window State ? Pin
Fritzables12-Dec-06 14:37
Fritzables12-Dec-06 14:37 
QuestionSet/GetItemData Pin
Epi11-Dec-06 5:31
Epi11-Dec-06 5:31 
AnswerRe: Set/GetItemData Pin
George L. Jackson11-Dec-06 15:15
George L. Jackson11-Dec-06 15:15 
AnswerRe: Set/GetItemData Pin
User 58385211-Dec-06 16:26
User 58385211-Dec-06 16:26 
GeneralRe: Set/GetItemData Pin
Epi12-Dec-06 0:18
Epi12-Dec-06 0:18 
GeneralRe: Set/GetItemData Pin
Epi12-Dec-06 1:51
Epi12-Dec-06 1:51 
QuestionUsing VB dll's in C++ Pin
jgrogan11-Dec-06 0:52
jgrogan11-Dec-06 0:52 
AnswerRe: Using VB dll's in C++ Pin
Sam Hobbs11-Dec-06 0:58
Sam Hobbs11-Dec-06 0:58 
QuestionSome Compiler Error (from VS .Net 2k3 to VS .Net 2k5) Pin
Programm3r10-Dec-06 20:32
Programm3r10-Dec-06 20:32 
QuestionMaking a callback an instance member function... Pin
Shy Agam10-Dec-06 19:16
Shy Agam10-Dec-06 19:16 
AnswerRe: Making a callback an instance member function... Pin
Sam Hobbs11-Dec-06 0:55
Sam Hobbs11-Dec-06 0:55 
GeneralRe: Making a callback an instance member function... Pin
Shy Agam11-Dec-06 1:02
Shy Agam11-Dec-06 1:02 
GeneralRe: Making a callback an instance member function... Pin
Sam Hobbs11-Dec-06 1:14
Sam Hobbs11-Dec-06 1:14 
GeneralRe: Making a callback an instance member function... Pin
Shy Agam11-Dec-06 1:16
Shy Agam11-Dec-06 1:16 

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.