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

Managed C++/CLI

 
AnswerRe: Console to Form application Pin
Christian Graus20-Jun-07 16:36
protectorChristian Graus20-Jun-07 16:36 
AnswerRe: Console to Form application Pin
Mark Salsbery21-Jun-07 7:10
Mark Salsbery21-Jun-07 7:10 
QuestionRedistributing Visual C++ Files Pin
Programm3r20-Jun-07 2:45
Programm3r20-Jun-07 2:45 
AnswerRe: Redistributing Visual C++ Files Pin
led mike20-Jun-07 5:44
led mike20-Jun-07 5:44 
AnswerRe: Redistributing Visual C++ Files Pin
Christian Graus20-Jun-07 16:37
protectorChristian Graus20-Jun-07 16:37 
Questionstring to character[ ] Pin
C#Coudou19-Jun-07 22:17
C#Coudou19-Jun-07 22:17 
AnswerRe: string to character[ ] Pin
Programm3r20-Jun-07 2:48
Programm3r20-Jun-07 2:48 
AnswerRe: string to character[ ] Pin
ProgrammeronAbike20-Jun-07 5:41
ProgrammeronAbike20-Jun-07 5:41 
you would have to point to ip[0] or &ip

echostring = ip[0];// << this will make it be the address of the first position[0] of the string same as &ip.

by the way this is for C++.
AnswerRe: string to character[ ] Pin
Mark Salsbery20-Jun-07 6:31
Mark Salsbery20-Jun-07 6:31 
QuestionSystem::Runtime::InteropServices Pin
Tal S.19-Jun-07 4:49
Tal S.19-Jun-07 4:49 
AnswerRe: System::Runtime::InteropServices Pin
Mark Salsbery19-Jun-07 8:28
Mark Salsbery19-Jun-07 8:28 
QuestionRead file .txt Pin
abbd18-Jun-07 23:42
abbd18-Jun-07 23:42 
AnswerRe: Read file .txt Pin
Giorgi Dalakishvili19-Jun-07 7:00
mentorGiorgi Dalakishvili19-Jun-07 7:00 
QuestionRe: Read file .txt Pin
j_blunt19-Jun-07 9:15
j_blunt19-Jun-07 9:15 
AnswerRe: Read file .txt Pin
Mark Salsbery19-Jun-07 9:32
Mark Salsbery19-Jun-07 9:32 
QuestionGetProcAddress() Pin
sujithkumarsl18-Jun-07 20:03
sujithkumarsl18-Jun-07 20:03 
AnswerRe: GetProcAddress() Pin
Giorgi Dalakishvili19-Jun-07 7:02
mentorGiorgi Dalakishvili19-Jun-07 7:02 
QuestionNeed help!! Pin
faradgi18-Jun-07 18:36
faradgi18-Jun-07 18:36 
AnswerRe: Need help!! Pin
Christian Graus20-Jun-07 16:39
protectorChristian Graus20-Jun-07 16:39 
QuestionsendASPI32Command returns SS_ASPI_IS_BUSY Pin
aks.18-Jun-07 1:54
aks.18-Jun-07 1:54 
AnswerRe: sendASPI32Command returns SS_ASPI_IS_BUSY Pin
Christian Graus18-Jun-07 12:27
protectorChristian Graus18-Jun-07 12:27 
QuestionHandling WinAPI windows (by HWND) in Managed C++ Pin
matmus16-Jun-07 4:19
matmus16-Jun-07 4:19 
AnswerRe: Handling WinAPI windows (by HWND) in Managed C++ Pin
Mark Salsbery16-Jun-07 7:31
Mark Salsbery16-Jun-07 7:31 
GeneralRe: Handling WinAPI windows (by HWND) in Managed C++ Pin
matmus16-Jun-07 19:15
matmus16-Jun-07 19:15 
GeneralRe: Handling WinAPI windows (by HWND) in Managed C++ Pin
Mark Salsbery17-Jun-07 8:35
Mark Salsbery17-Jun-07 8:35 

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.