Click here to Skip to main content
16,007,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: scan string for characters \ / ? * : " Pin
Joan M29-Dec-06 6:49
professionalJoan M29-Dec-06 6:49 
GeneralRe: scan string for characters \ / ? * : " Pin
rolfhorror29-Dec-06 7:24
rolfhorror29-Dec-06 7:24 
AnswerRe: scan string for characters \ / ? * : " Pin
CPallini29-Dec-06 6:52
mveCPallini29-Dec-06 6:52 
AnswerRe: scan string for characters \ / ? * : " Pin
Michael Dunn29-Dec-06 7:00
sitebuilderMichael Dunn29-Dec-06 7:00 
QuestionRe: scan string for characters \ / ? * : " Pin
David Crow29-Dec-06 7:48
David Crow29-Dec-06 7:48 
AnswerRe: scan string for characters \ / ? * : " Pin
James R. Twine29-Dec-06 9:27
James R. Twine29-Dec-06 9:27 
Questionunsigned char (*) warning msg Pin
ikbahrian29-Dec-06 2:42
ikbahrian29-Dec-06 2:42 
AnswerRe: unsigned char (*) warning msg Pin
CPallini29-Dec-06 3:13
mveCPallini29-Dec-06 3:13 
it seems that you want to store some kind of string inside cont_type.
Holding that hypothesis, I cannot understand why are you passing &(test.cont_type), instead of (char *)test.cont_type. Note the cast that is needed also in the following statements in order to suppress the warning.

Hope that helps.



If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

GeneralRe: unsigned char (*) warning msg Pin
ikbahrian29-Dec-06 3:29
ikbahrian29-Dec-06 3:29 
AnswerRe: unsigned char (*) warning msg Pin
David Crow29-Dec-06 3:22
David Crow29-Dec-06 3:22 
GeneralRe: unsigned char (*) warning msg Pin
ikbahrian1-Jan-07 4:25
ikbahrian1-Jan-07 4:25 
Questionchar set int value.. Pin
davvid29-Dec-06 2:41
davvid29-Dec-06 2:41 
AnswerRe: char set int value.. Pin
Joan M29-Dec-06 2:51
professionalJoan M29-Dec-06 2:51 
AnswerRe: char set int value.. Pin
David Crow29-Dec-06 3:33
David Crow29-Dec-06 3:33 
GeneralRe: char set int value.. Pin
davvid30-Dec-06 4:29
davvid30-Dec-06 4:29 
GeneralRe: char set int value.. Pin
David Crow2-Jan-07 3:05
David Crow2-Jan-07 3:05 
QuestionVC++6: Meaning of memory leaks that are dumped when I close the app. Pin
Joan M29-Dec-06 2:01
professionalJoan M29-Dec-06 2:01 
AnswerRe: VC++6: Meaning of memory leaks that are dumped when I close the app. Pin
CPallini29-Dec-06 2:34
mveCPallini29-Dec-06 2:34 
GeneralRe: VC++6: Meaning of memory leaks that are dumped when I close the app. Pin
Joan M29-Dec-06 2:38
professionalJoan M29-Dec-06 2:38 
GeneralRe: VC++6: Meaning of memory leaks that are dumped when I close the app. Pin
James R. Twine29-Dec-06 5:12
James R. Twine29-Dec-06 5:12 
GeneralRe: VC++6: Meaning of memory leaks that are dumped when I close the app. Pin
Gary R. Wheeler29-Dec-06 5:19
Gary R. Wheeler29-Dec-06 5:19 
GeneralRe: VC++6: Meaning of memory leaks that are dumped when I close the app. Pin
Joan M29-Dec-06 2:39
professionalJoan M29-Dec-06 2:39 
GeneralRe: VC++6: Meaning of memory leaks that are dumped when I close the app. Pin
CPallini29-Dec-06 2:57
mveCPallini29-Dec-06 2:57 
GeneralRe: VC++6: Meaning of memory leaks that are dumped when I close the app. Pin
James R. Twine29-Dec-06 5:15
James R. Twine29-Dec-06 5:15 
QuestionMFC DLL question Pin
FredrickNorge29-Dec-06 1:18
FredrickNorge29-Dec-06 1:18 

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.