Click here to Skip to main content
15,918,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Browse button Pin
David Crow3-Sep-03 10:42
David Crow3-Sep-03 10:42 
GeneralInsert a Delay over ethernet Pin
NewHSKid3-Sep-03 8:25
NewHSKid3-Sep-03 8:25 
GeneralRe: Insert a Delay over ethernet Pin
John M. Drescher3-Sep-03 10:30
John M. Drescher3-Sep-03 10:30 
GeneralRe: Insert a Delay over ethernet Pin
NewHSKid3-Sep-03 13:34
NewHSKid3-Sep-03 13:34 
GeneralRe: Insert a Delay over ethernet Pin
John M. Drescher3-Sep-03 13:49
John M. Drescher3-Sep-03 13:49 
GeneralRe: Insert a Delay over ethernet Pin
NewHSKid3-Sep-03 16:07
NewHSKid3-Sep-03 16:07 
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 
Currently I am using an overloaded function that uses a void pointer and the length of the pointer. However I am having an issue as the output cannot contain nulls and in a few cases it does. I need to strip/replace the nulls in the pointer so they don't show up in the output. I have included a brief snipit to give you an idea of what I am trying to do.

Current Code
note - openfile is CFile object

---------------------------------
FunctionX(void* buf, ASInt32 bufLen)
{
DURING
openfile.Write(buf, bufLen);
}
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 
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 

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.