Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with "new" Pin
Zac Howland17-Aug-06 19:31
Zac Howland17-Aug-06 19:31 
GeneralRe: problem with "new" Pin
Wheatbread18-Aug-06 1:30
Wheatbread18-Aug-06 1:30 
GeneralRe: problem with "new" Pin
Zac Howland18-Aug-06 3:31
Zac Howland18-Aug-06 3:31 
QuestionHow to know whether a file is saved or not Pin
napoleaninlondon17-Aug-06 9:27
napoleaninlondon17-Aug-06 9:27 
AnswerRe: How to know whether a file is saved or not Pin
led mike17-Aug-06 9:42
led mike17-Aug-06 9:42 
GeneralRe: How to know whether a file is saved or not Pin
napoleaninlondon17-Aug-06 9:51
napoleaninlondon17-Aug-06 9:51 
GeneralRe: How to know whether a file is saved or not Pin
Maximilien17-Aug-06 10:13
Maximilien17-Aug-06 10:13 
GeneralRe: How to know whether a file is saved or not Pin
Waldermort17-Aug-06 12:07
Waldermort17-Aug-06 12:07 
Maximilien wrote:
but if an application loads a file data and then close the file, and makes some modification to the data, you cannot know that from the "outside"


How about the GetFileAttributesEx() set of functions through which you are able to fill a WIN32_FILE_ATTRIBUTE_DATA struct. You can then check the FILETIME ftLastAccessTime; FILETIME ftLastWriteTime;members for the dates and times.
GeneralRe: How to know whether a file is saved or not Pin
led mike17-Aug-06 10:24
led mike17-Aug-06 10:24 
GeneralRe: How to know whether a file is saved or not Pin
Jijo.Raj17-Aug-06 14:55
Jijo.Raj17-Aug-06 14:55 
GeneralRe: How to know whether a file is saved or not Pin
Hamid_RT18-Aug-06 6:43
Hamid_RT18-Aug-06 6:43 
QuestionLPTSTR to char* Pin
georgekjolly17-Aug-06 6:51
georgekjolly17-Aug-06 6:51 
AnswerRe: LPTSTR to char* Pin
led mike17-Aug-06 6:55
led mike17-Aug-06 6:55 
QuestionRe: LPTSTR to char* Pin
David Crow17-Aug-06 6:55
David Crow17-Aug-06 6:55 
AnswerRe: LPTSTR to char* Pin
Zac Howland17-Aug-06 6:57
Zac Howland17-Aug-06 6:57 
Questionc++ Pin
jon-8017-Aug-06 6:05
professionaljon-8017-Aug-06 6:05 
AnswerRe: c++ Pin
Zac Howland17-Aug-06 6:13
Zac Howland17-Aug-06 6:13 
GeneralRe: c++ Pin
jon-8017-Aug-06 8:02
professionaljon-8017-Aug-06 8:02 
GeneralRe: c++ Pin
Zac Howland17-Aug-06 8:16
Zac Howland17-Aug-06 8:16 
GeneralRe: c++ Pin
jon-8018-Aug-06 9:01
professionaljon-8018-Aug-06 9:01 
QuestionLinking Error /outportb Pin
cahit2317-Aug-06 5:55
cahit2317-Aug-06 5:55 
AnswerRe: Linking Error /outportb Pin
kakan17-Aug-06 20:48
professionalkakan17-Aug-06 20:48 
Questionproblems with winsock Pin
afpr17-Aug-06 5:43
afpr17-Aug-06 5:43 
AnswerRe: problems with winsock Pin
lucy17-Aug-06 5:47
lucy17-Aug-06 5:47 
GeneralRe: problems with winsock [modified] Pin
afpr17-Aug-06 6:04
afpr17-Aug-06 6:04 

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.