Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: IOCP supports Pin
Matthew Faithfull11-Jun-07 3:28
Matthew Faithfull11-Jun-07 3:28 
GeneralRe: IOCP supports Pin
Jhony george11-Jun-07 19:40
Jhony george11-Jun-07 19:40 
QuestionConvert SYSTEMTIME to char * Pin
Programm3r11-Jun-07 2:45
Programm3r11-Jun-07 2:45 
AnswerRe: Convert SYSTEMTIME to char * Pin
Nibu babu thomas11-Jun-07 2:57
Nibu babu thomas11-Jun-07 2:57 
GeneralRe: Convert SYSTEMTIME to char * Pin
Programm3r11-Jun-07 3:23
Programm3r11-Jun-07 3:23 
AnswerRe: Convert SYSTEMTIME to char * Pin
David Crow11-Jun-07 3:11
David Crow11-Jun-07 3:11 
GeneralRe: Convert SYSTEMTIME to char * Pin
Programm3r11-Jun-07 3:22
Programm3r11-Jun-07 3:22 
QuestionRe: Convert SYSTEMTIME to char * Pin
Programm3r11-Jun-07 3:29
Programm3r11-Jun-07 3:29 
Ok I have found this function aswell:
LONG CompareFileTime(
  const FILETIME* lpFileTime1,
  const FILETIME* lpFileTime2
);


So I have tried it like this, without success Can asnyone please help me (THANKS Smile | :) ):
char dateCreated[20]; //date time gets assigned
FILETIME ftCreate;
if (!GetFileTime(hFile, &ftCreate, &ftAccess, &ftWrite))
  return;
if (CompareFileTime((FILETIME*)dateCreated, &ftCreate)==0)
{
 ...
}



The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

My Blog: ^_^

AnswerRe: Convert SYSTEMTIME to char * Pin
David Crow11-Jun-07 3:36
David Crow11-Jun-07 3:36 
AnswerRe: Convert SYSTEMTIME to char * Pin
Programm3r11-Jun-07 3:41
Programm3r11-Jun-07 3:41 
QuestionRe: Convert SYSTEMTIME to char * Pin
David Crow11-Jun-07 3:52
David Crow11-Jun-07 3:52 
GeneralRe: Convert SYSTEMTIME to char * Pin
Programm3r11-Jun-07 4:03
Programm3r11-Jun-07 4:03 
GeneralRe: Convert SYSTEMTIME to char * Pin
David Crow11-Jun-07 4:13
David Crow11-Jun-07 4:13 
AnswerRe: Convert SYSTEMTIME to char * Pin
Michael Dunn11-Jun-07 15:07
sitebuilderMichael Dunn11-Jun-07 15:07 
AnswerRe: Convert SYSTEMTIME to char * Pin
ThatsAlok11-Jun-07 20:05
ThatsAlok11-Jun-07 20:05 
QuestionOwner Draw button changes the tab order Pin
BlrBoy11-Jun-07 2:38
BlrBoy11-Jun-07 2:38 
AnswerRe: Owner Draw button changes the tab order Pin
kvrnkiran11-Jun-07 19:32
kvrnkiran11-Jun-07 19:32 
QuestionAdding Ribbon/Buttons in Word 2007 Pin
klarz11-Jun-07 2:22
klarz11-Jun-07 2:22 
QuestionAttaching popup menu to an existing menu Pin
prithaa11-Jun-07 2:04
prithaa11-Jun-07 2:04 
AnswerRe: Attaching popup menu to an existing menu Pin
kvrnkiran11-Jun-07 19:28
kvrnkiran11-Jun-07 19:28 
AnswerRe: Attaching popup menu to an existing menu Pin
ThatsAlok11-Jun-07 20:06
ThatsAlok11-Jun-07 20:06 
GeneralRe: Attaching popup menu to an existing menu Pin
prithaa12-Jun-07 1:21
prithaa12-Jun-07 1:21 
QuestionSocket programming in VC++ Pin
sakssp11-Jun-07 1:51
sakssp11-Jun-07 1:51 
AnswerRe: Socket programming in VC++ Pin
Roger Stoltz11-Jun-07 5:34
Roger Stoltz11-Jun-07 5:34 
AnswerRe: Socket programming in VC++ Pin
Mark Salsbery11-Jun-07 7:28
Mark Salsbery11-Jun-07 7:28 

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.