Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Running 2 MFC apps in one Window Pin
erajsri25-Apr-07 19:14
erajsri25-Apr-07 19:14 
QuestionA Bug in Release version of VC++ Pin
jossion24-Apr-07 20:05
jossion24-Apr-07 20:05 
AnswerRe: A Bug in Release version of VC++ Pin
Cedric Moonen24-Apr-07 20:25
Cedric Moonen24-Apr-07 20:25 
GeneralRe: A Bug in Release version of VC++ Pin
jossion24-Apr-07 21:30
jossion24-Apr-07 21:30 
GeneralRe: A Bug in Release version of VC++ Pin
jhwurmbach25-Apr-07 1:54
jhwurmbach25-Apr-07 1:54 
QuestionProblem during transfer of dialog resources from one app to other app Pin
Neeraj Sinha24-Apr-07 19:07
Neeraj Sinha24-Apr-07 19:07 
AnswerRe: Problem during transfer of dialog resources from one app to other app Pin
Arman S.24-Apr-07 20:32
Arman S.24-Apr-07 20:32 
Questionhow to convert dwrod to cstring Pin
sonavi24-Apr-07 18:47
sonavi24-Apr-07 18:47 
i am getting the dword from read file operation

ReadFile(hFile, dwBuffer, sizeof(DWORD)*256, &dwNumRead,NULL);

where the dwBuffer is "C:\Documents and Settings\fsi_tc1g\Desktop" wil be i n dword format.

and i need to convert the dwBuffer to cstring.

so that i can use it for

ifstream ifs( dwBuffer, ios_base::binary );
and CFile finfo( m_filePath, CFile::modeRead );

how to convert and pass it to ifstreama and to CFile function.

please guide me.

Help Ever Hurt Never

AnswerRe: how to convert dwrod to cstring Pin
prasad_som24-Apr-07 18:55
prasad_som24-Apr-07 18:55 
AnswerRe: how to convert dwrod to cstring Pin
Arman S.24-Apr-07 20:36
Arman S.24-Apr-07 20:36 
Questionvista and MFC Pin
suraj Chhetry24-Apr-07 18:31
suraj Chhetry24-Apr-07 18:31 
AnswerRe: vista and MFC Pin
prasad_som24-Apr-07 18:48
prasad_som24-Apr-07 18:48 
GeneralRe: vista and MFC Pin
suraj Chhetry24-Apr-07 19:47
suraj Chhetry24-Apr-07 19:47 
AnswerRe: vista and MFC Pin
prasad_som24-Apr-07 21:12
prasad_som24-Apr-07 21:12 
GeneralRe: vista and MFC Pin
suraj Chhetry24-Apr-07 21:39
suraj Chhetry24-Apr-07 21:39 
AnswerRe: vista and MFC Pin
prasad_som24-Apr-07 22:23
prasad_som24-Apr-07 22:23 
Questionpriority queue with time limit Pin
charian092024-Apr-07 16:38
charian092024-Apr-07 16:38 
AnswerRe: priority queue with time limit Pin
Arman S.24-Apr-07 20:40
Arman S.24-Apr-07 20:40 
GeneralRe: priority queue with time limit Pin
charian092024-Apr-07 21:18
charian092024-Apr-07 21:18 
GeneralRe: priority queue with time limit Pin
Arman S.25-Apr-07 20:20
Arman S.25-Apr-07 20:20 
GeneralRe: priority queue with time limit Pin
charian092026-Apr-07 17:22
charian092026-Apr-07 17:22 
GeneralRe: priority queue with time limit Pin
Arman S.26-Apr-07 19:45
Arman S.26-Apr-07 19:45 
QuestionFILE* fp and argv[] Pin
C_Zealot24-Apr-07 13:49
C_Zealot24-Apr-07 13:49 
AnswerRe: FILE* fp and argv[] Pin
Michael Dunn24-Apr-07 14:53
sitebuilderMichael Dunn24-Apr-07 14:53 
AnswerRe: FILE* fp and argv[] Pin
Sarath C24-Apr-07 15:18
Sarath C24-Apr-07 15: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.