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

Managed C++/CLI

 
AnswerRe: I need help 1 items on the program administrators: (run on DOS) Pin
Paul Conrad27-Oct-08 4:55
professionalPaul Conrad27-Oct-08 4:55 
AnswerCP IGNORE: homework Pin
leckey27-Oct-08 10:05
leckey27-Oct-08 10:05 
QuestionIncrementally convert existing native MFC Application to .NET Pin
Rolf Kristensen24-Oct-08 14:16
Rolf Kristensen24-Oct-08 14:16 
AnswerRe: Incrementally convert existing native MFC Application to .NET Pin
StevenS_Dev28-Oct-08 4:35
StevenS_Dev28-Oct-08 4:35 
GeneralRe: Incrementally convert existing native MFC Application to .NET [modified] Pin
Rolf Kristensen28-Oct-08 5:10
Rolf Kristensen28-Oct-08 5:10 
Questionconst char* to char* conversion Pin
auralius manurung23-Oct-08 20:10
auralius manurung23-Oct-08 20:10 
AnswerRe: const char* to char* conversion Pin
Mark Salsbery23-Oct-08 20:23
Mark Salsbery23-Oct-08 20:23 
AnswerRe: const char* to char* conversion Pin
KarstenK23-Oct-08 21:10
mveKarstenK23-Oct-08 21:10 
Casting is always "dangerous", so think what you do. It is really often the course of strange bugs and problems, which appear months or years after writing the crap. (believe me)

Types are your helpers, if it is a const think why!!! Why isnt char* x const? Roll eyes | :rolleyes:

x = (char *) y : the same string to which are pointing two pointers.
In your case with strdup you got another string !!!
(you must understand that, or stop coding Unsure | :~ )

PS: I compile my Release builds always with warning level 4

Greetings from Germany

GeneralRe: const char* to char* conversion Pin
auralius manurung23-Oct-08 22:24
auralius manurung23-Oct-08 22:24 
Questioncreate a property with class type (class name is : system::io::ports:serialport) Pin
iman_kh21-Oct-08 22:05
iman_kh21-Oct-08 22:05 
QuestionRe: create a property with class type (class name is : system::io::ports:serialport) Pin
Mark Salsbery22-Oct-08 5:50
Mark Salsbery22-Oct-08 5:50 
AnswerRe: create a property with class type (class name is : system::io::ports:serialport) Pin
N a v a n e e t h22-Oct-08 18:15
N a v a n e e t h22-Oct-08 18:15 
GeneralRe: create a property with class type (class name is : system::io::ports:serialport) Pin
iman_kh23-Oct-08 8:33
iman_kh23-Oct-08 8:33 
QuestionSystem Date Pin
mikobi20-Oct-08 19:20
mikobi20-Oct-08 19:20 
AnswerRe: System Date Pin
Giorgi Dalakishvili20-Oct-08 20:22
mentorGiorgi Dalakishvili20-Oct-08 20:22 
AnswerRe: System Date Pin
Paul Conrad21-Oct-08 6:10
professionalPaul Conrad21-Oct-08 6:10 
AnswerRe: System Date Pin
N a v a n e e t h22-Oct-08 18:22
N a v a n e e t h22-Oct-08 18:22 
QuestionCopying the Data from an ASCII Text File on a PC Back to an Operating System Spooled File for Iseries Pin
aa_zz15-Oct-08 21:35
aa_zz15-Oct-08 21:35 
AnswerRe: Copying the Data from an ASCII Text File on a PC Back to an Operating System Spooled File for Iseries Pin
Paul Conrad16-Oct-08 7:43
professionalPaul Conrad16-Oct-08 7:43 
Questionfunction Pin
jonig1915-Oct-08 14:43
jonig1915-Oct-08 14:43 
AnswerRe: function Pin
Mark Salsbery16-Oct-08 4:39
Mark Salsbery16-Oct-08 4:39 
AnswerRe: function Pin
CPallini20-Oct-08 21:38
mveCPallini20-Oct-08 21:38 
QuestionUnexpected performance Pin
Lutosław15-Oct-08 3:40
Lutosław15-Oct-08 3:40 
AnswerRe: Unexpected performance Pin
Mark Salsbery15-Oct-08 7:11
Mark Salsbery15-Oct-08 7:11 
GeneralRe: Unexpected performance Pin
Lutosław15-Oct-08 9:45
Lutosław15-Oct-08 9:45 

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.