Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C language Help using Dirent.h Pin
a random user24-May-15 5:17
a random user24-May-15 5:17 
GeneralRe: C language Help using Dirent.h Pin
David Crow26-May-15 2:53
David Crow26-May-15 2:53 
GeneralRe: C language Help using Dirent.h Pin
David Crow26-May-15 2:51
David Crow26-May-15 2:51 
QuestionRe: C language Help using Dirent.h Pin
David Crow26-May-15 3:49
David Crow26-May-15 3:49 
QuestionRe: C language Help using Dirent.h Pin
David Crow26-May-15 2:48
David Crow26-May-15 2:48 
QuestionCString with non display characters Pin
ForNow22-May-15 6:00
ForNow22-May-15 6:00 
SuggestionRe: CString with non display characters Pin
Richard MacCutchan22-May-15 7:15
mveRichard MacCutchan22-May-15 7:15 
GeneralRe: CString with non display characters Pin
ForNow22-May-15 7:55
ForNow22-May-15 7:55 
The scenario is the following

I have a shared storage pointer with my console application Hercules it is defined as LPVOID most of it is displayable characters but some are just hex characters
When try to construct the string with the following CString constructer
CString mystr((LPCTSTR) mysharedptr,34); tracing it in the visual studio debugger
The code goes off into some MFC code that had an assertion specifically ASSERT(FALSE)

Thanks

AnswerRe: CString with non display characters Pin
Richard Andrew x6422-May-15 12:26
professionalRichard Andrew x6422-May-15 12:26 
GeneralRe: CString with non display characters Pin
Richard MacCutchan22-May-15 22:14
mveRichard MacCutchan22-May-15 22:14 
GeneralRe: CString with non display characters Pin
ForNow25-May-15 15:27
ForNow25-May-15 15:27 
GeneralRe: CString with non display characters Pin
Chris Losinger26-May-15 3:29
professionalChris Losinger26-May-15 3:29 
AnswerRe: CString with non display characters Pin
Albert Holguin28-May-15 4:59
professionalAlbert Holguin28-May-15 4:59 
GeneralRe: CString with non display characters Pin
ForNow28-May-15 5:18
ForNow28-May-15 5:18 
GeneralRe: CString with non display characters Pin
Albert Holguin28-May-15 7:49
professionalAlbert Holguin28-May-15 7:49 
Questioncode niblack c++ Pin
Member 1164373121-May-15 21:47
Member 1164373121-May-15 21:47 
SuggestionRe: code niblack c++ Pin
Richard MacCutchan21-May-15 23:14
mveRichard MacCutchan21-May-15 23:14 
QuestionRe: code niblack c++ Pin
David Crow26-May-15 7:50
David Crow26-May-15 7:50 
QuestionMacTripleDES Encryption used in compromised Point-of-Sale (POS) Devices Pin
Member 1170583120-May-15 5:08
Member 1170583120-May-15 5:08 
AnswerRe: MacTripleDES Encryption used in compromised Point-of-Sale (POS) Devices Pin
Richard Andrew x6420-May-15 11:30
professionalRichard Andrew x6420-May-15 11:30 
AnswerRe: MacTripleDES Encryption used in compromised Point-of-Sale (POS) Devices Pin
CPallini20-May-15 20:36
mveCPallini20-May-15 20:36 
AnswerRe: MacTripleDES Encryption used in compromised Point-of-Sale (POS) Devices Pin
Richard MacCutchan20-May-15 21:24
mveRichard MacCutchan20-May-15 21:24 
Questionbinary trees using a dynamic arrays Pin
Member 1170352719-May-15 10:26
Member 1170352719-May-15 10:26 
AnswerRe: binary trees using a dynamic arrays Pin
jeron119-May-15 10:55
jeron119-May-15 10:55 
AnswerRe: binary trees using a dynamic arrays Pin
Richard MacCutchan19-May-15 21:09
mveRichard MacCutchan19-May-15 21:09 

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.