Click here to Skip to main content
15,905,325 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Insert a Delay over ethernet Pin
John M. Drescher3-Sep-03 17:11
John M. Drescher3-Sep-03 17:11 
QuestionHow to remove nulls from void pointer. Pin
Brian Farrell3-Sep-03 7:38
Brian Farrell3-Sep-03 7:38 
AnswerRe: How to remove nulls from void pointer. Pin
dog_spawn3-Sep-03 7:52
dog_spawn3-Sep-03 7:52 
GeneralRe: How to remove nulls from void pointer. Pin
l a u r e n3-Sep-03 9:03
l a u r e n3-Sep-03 9:03 
GeneralRe: How to remove nulls from void pointer. Pin
Brian Farrell3-Sep-03 10:33
Brian Farrell3-Sep-03 10:33 
GeneralRe: How to remove nulls from void pointer. Pin
David Crow3-Sep-03 10:49
David Crow3-Sep-03 10:49 
GeneralRe: How to remove nulls from void pointer. Pin
Brian Farrell3-Sep-03 11:33
Brian Farrell3-Sep-03 11:33 
QuestionIs one way better than the other? Pin
RobJones3-Sep-03 7:34
RobJones3-Sep-03 7:34 
Hello,
Just wondering if one of these ways is better than the other? And why?

char sTest[256];
lstrcpy(sTest,"testing");
CString strTest = sTest;
 	
or
 
CString strTest;
strTest.Format("%s",sTest);


Thanks,
Rob



Whoever said nothing's impossible never tried slamming a revolving door!
AnswerRe: Is one way better than the other? Pin
Maximilien3-Sep-03 8:03
Maximilien3-Sep-03 8:03 
GeneralRe: Is one way better than the other? Pin
dog_spawn3-Sep-03 8:07
dog_spawn3-Sep-03 8:07 
GeneralRe: Is one way better than the other? Pin
RobJones3-Sep-03 8:18
RobJones3-Sep-03 8:18 
GeneralRe: Is one way better than the other? Pin
dog_spawn3-Sep-03 9:37
dog_spawn3-Sep-03 9:37 
GeneralRe: Is one way better than the other? Pin
Alvaro Mendez3-Sep-03 10:46
Alvaro Mendez3-Sep-03 10:46 
GeneralRe: Is one way better than the other? Pin
RobJones3-Sep-03 8:16
RobJones3-Sep-03 8:16 
GeneralRe: Is one way better than the other? Pin
Brad Sokol3-Sep-03 8:33
Brad Sokol3-Sep-03 8:33 
GeneralRe: Is one way better than the other? Pin
Maximilien3-Sep-03 9:07
Maximilien3-Sep-03 9:07 
GeneralRe: Is one way better than the other? Pin
Michael Dunn3-Sep-03 9:20
sitebuilderMichael Dunn3-Sep-03 9:20 
AnswerRe: Is one way better than the other? Pin
Michael Dunn3-Sep-03 9:23
sitebuilderMichael Dunn3-Sep-03 9:23 
AnswerRe: Is one way better than the other? Pin
David Crow3-Sep-03 10:59
David Crow3-Sep-03 10:59 
GeneralCListCtrl custom RectTracker Pin
Nicolas Bonamy3-Sep-03 7:32
Nicolas Bonamy3-Sep-03 7:32 
QuestionHow to prevent of access to the local files through Internet Explorer (WebBrowser ActiveX)? Pin
Valera2411763-Sep-03 5:16
Valera2411763-Sep-03 5:16 
AnswerRe: How to prevent of access to the local files through Internet Explorer (WebBrowser ActiveX)? Pin
Brian Shifrin3-Sep-03 6:53
Brian Shifrin3-Sep-03 6:53 
GeneralAnother transparent question Pin
Zizilamoroso3-Sep-03 5:05
Zizilamoroso3-Sep-03 5:05 
GeneralRe: Another transparent question Pin
Valera2411763-Sep-03 5:34
Valera2411763-Sep-03 5:34 
GeneralRe: Another transparent question Pin
Brian Shifrin3-Sep-03 7:06
Brian Shifrin3-Sep-03 7:06 

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.