Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat is a wrapper class ? Pin
Deepak Samuel14-Apr-04 22:34
Deepak Samuel14-Apr-04 22:34 
AnswerRe: What is a wrapper class ? Pin
Prakash Nadar14-Apr-04 23:23
Prakash Nadar14-Apr-04 23:23 
AnswerRe: What is a wrapper class ? Pin
jmkhael15-Apr-04 0:25
jmkhael15-Apr-04 0:25 
AnswerRe: What is a wrapper class ? Pin
Michael P Butler15-Apr-04 0:28
Michael P Butler15-Apr-04 0:28 
GeneralWriting File Pin
Anonymous14-Apr-04 22:09
Anonymous14-Apr-04 22:09 
GeneralRe: Writing File Pin
wb14-Apr-04 22:26
wb14-Apr-04 22:26 
GeneralRe: Writing File Pin
jmkhael14-Apr-04 22:37
jmkhael14-Apr-04 22:37 
GeneralRe: Writing File Pin
22491714-Apr-04 23:19
22491714-Apr-04 23:19 
use
BOOL PathFileExists(LPCTSTR pszPath);

or to open without deleting

if(!file.Open(strFileName,CFile::modeReadWrite|CFile::modeCreate|CFile::modeNoTruncate,&exF))
return 0;









suhredayan@omniquad.com


messenger :suhredayan@hotmail.com

GeneralRe: Writing File Pin
David Crow15-Apr-04 2:54
David Crow15-Apr-04 2:54 
GeneralHeader files :o((( Pin
doctorpi14-Apr-04 21:19
doctorpi14-Apr-04 21:19 
GeneralRe: Header files :o((( Pin
toxcct14-Apr-04 21:28
toxcct14-Apr-04 21:28 
GeneralRe: Header files :o((( Pin
doctorpi14-Apr-04 21:42
doctorpi14-Apr-04 21:42 
GeneralRe: Header files :o((( Pin
toxcct14-Apr-04 21:51
toxcct14-Apr-04 21:51 
GeneralRe: Header files :o((( Pin
doctorpi14-Apr-04 21:53
doctorpi14-Apr-04 21:53 
GeneralRe: Header files :o((( Pin
toxcct14-Apr-04 21:56
toxcct14-Apr-04 21:56 
GeneralRe: Header files :o((( Pin
doctorpi14-Apr-04 21:58
doctorpi14-Apr-04 21:58 
GeneralRe: Header files :o((( Pin
toxcct14-Apr-04 22:02
toxcct14-Apr-04 22:02 
GeneralRe: Header files :o((( Pin
doctorpi14-Apr-04 22:04
doctorpi14-Apr-04 22:04 
GeneralRe: Header files :o((( Pin
toxcct14-Apr-04 22:06
toxcct14-Apr-04 22:06 
GeneralRe: Header files :o((( Pin
Michael P Butler14-Apr-04 22:28
Michael P Butler14-Apr-04 22:28 
GeneralRe: Header files :o((( Pin
doctorpi15-Apr-04 0:10
doctorpi15-Apr-04 0:10 
GeneralRe: Header files :o((( Pin
Cedric Moonen14-Apr-04 22:27
Cedric Moonen14-Apr-04 22:27 
QuestionWhy to happen that flash when i paint in the dialog ? Pin
vividtang14-Apr-04 21:08
vividtang14-Apr-04 21:08 
AnswerRe: Why to happen that flash when i paint in the dialog ? Pin
Antony M Kancidrowski15-Apr-04 2:50
Antony M Kancidrowski15-Apr-04 2:50 
GeneralRe: Why to happen that flash when i paint in the dialog ? Pin
vividtang15-Apr-04 3:34
vividtang15-Apr-04 3:34 

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.