Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to convert CString to LPCSTR Pin
Michael Dunn1-Nov-06 20:27
sitebuilderMichael Dunn1-Nov-06 20:27 
AnswerRe: How to convert CString to LPCSTR Pin
Nibu babu thomas31-Oct-06 21:42
Nibu babu thomas31-Oct-06 21:42 
AnswerRe: How to convert CString to LPCSTR Pin
Hamid_RT31-Oct-06 23:05
Hamid_RT31-Oct-06 23:05 
QuestionFind File Sort by Create Time Pin
Coder872531-Oct-06 21:02
Coder872531-Oct-06 21:02 
AnswerRe: Find File Sort by Create Time Pin
_AnsHUMAN_ 31-Oct-06 21:41
_AnsHUMAN_ 31-Oct-06 21:41 
AnswerRe: Find File Sort by Create Time Pin
Nibu babu thomas31-Oct-06 21:48
Nibu babu thomas31-Oct-06 21:48 
GeneralRe: Find File Sort by Create Time Pin
Coder872531-Oct-06 22:06
Coder872531-Oct-06 22:06 
GeneralRe: Find File Sort by Create Time Pin
Nibu babu thomas31-Oct-06 22:11
Nibu babu thomas31-Oct-06 22:11 
Coder8725 wrote:
I am currently using FindFirstFile and FindNextFile and the DWORD as mentioned in the other post. But this sorts by FileName.


Not necessary, you can use FindFirstFile and FindNextFile to get file information ( which is better than GetFileTime ). Then sort them based on the file creation time.

Use CompareFileTime.

qsort also helps. You can specify a custom compare function callback and just return the value returned by CompareFileTime from this callback function because that is what qsort expects.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

QuestionMsn Messenger MyContacts return count 0 although i have contacts Pin
YaronNir31-Oct-06 20:34
YaronNir31-Oct-06 20:34 
QuestionCommand Button - Color Pin
codesen31-Oct-06 19:05
codesen31-Oct-06 19:05 
AnswerRe: Command Button - Color Pin
Hamid_RT31-Oct-06 19:34
Hamid_RT31-Oct-06 19:34 
GeneralRe: Command Button - Color Pin
Nibu babu thomas31-Oct-06 20:31
Nibu babu thomas31-Oct-06 20:31 
AnswerRe: Command Button - Color Pin
Hamid_RT31-Oct-06 19:57
Hamid_RT31-Oct-06 19:57 
AnswerRe: Command Button - Color Pin
codesen31-Oct-06 23:14
codesen31-Oct-06 23:14 
GeneralRe: Command Button - Color Pin
Nibu babu thomas1-Nov-06 0:53
Nibu babu thomas1-Nov-06 0:53 
GeneralRe: Command Button - Color Pin
codesen2-Nov-06 22:26
codesen2-Nov-06 22:26 
QuestionShared Memory Creation ? Pin
Sakthiu31-Oct-06 18:22
Sakthiu31-Oct-06 18:22 
AnswerRe: Shared Memory Creation ? Pin
NiceNaidu31-Oct-06 19:20
NiceNaidu31-Oct-06 19:20 
Questioninserting reord in databse Pin
With_problem31-Oct-06 18:20
With_problem31-Oct-06 18:20 
AnswerRe: inserting reord in databse Pin
Hamid_RT31-Oct-06 18:38
Hamid_RT31-Oct-06 18:38 
GeneralRe: inserting reord in databse Pin
With_problem31-Oct-06 19:07
With_problem31-Oct-06 19:07 
GeneralRe: inserting reord in databse Pin
Hamid_RT31-Oct-06 20:18
Hamid_RT31-Oct-06 20:18 
QuestionRe: inserting reord in databse Pin
David Crow1-Nov-06 4:04
David Crow1-Nov-06 4:04 
AnswerRe: inserting reord in databse Pin
With_problem1-Nov-06 15:08
With_problem1-Nov-06 15:08 
QuestionRe: inserting reord in databse Pin
David Crow2-Nov-06 3:07
David Crow2-Nov-06 3:07 

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.