Click here to Skip to main content
15,917,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Ok. 2 Dumbest questions. Pin
James R. Twine16-May-05 10:52
James R. Twine16-May-05 10:52 
GeneralRe: Ok. 2 Dumbest questions. Pin
Ryan Binns16-May-05 17:56
Ryan Binns16-May-05 17:56 
GeneralFindFirstFile and CFileFind Pin
Anonymous16-May-05 9:07
Anonymous16-May-05 9:07 
GeneralRe: FindFirstFile and CFileFind Pin
Chris Losinger16-May-05 9:22
professionalChris Losinger16-May-05 9:22 
GeneralRe: FindFirstFile and CFileFind Pin
David Crow16-May-05 10:32
David Crow16-May-05 10:32 
GeneralRe: FindFirstFile and CFileFind Pin
Blake Miller17-May-05 5:20
Blake Miller17-May-05 5:20 
GeneralRe: FindFirstFile and CFileFind Pin
David Crow17-May-05 5:30
David Crow17-May-05 5:30 
GeneralTimestamp challenges Pin
rexpiper16-May-05 8:58
rexpiper16-May-05 8:58 
I really need some help with this one. I have wasted too much time and not made much progress.

What I am trying to do is to read a timestamp from index.dat generated by Internet Explorer. The timestamp is in the file in the following format "00 14 AC 72 BE 95 C2 01". A document I read takes the value and reverses the order so that the value is "0x01C295BE72AC1400" and then passes it into the w32tm function as follows: "w32tm /ntte 0x01c295BE72AC1400" and gets a return of "146792 02:41:12.0000000 11/26/2002 8:41:12 PM (local time)". I'm trying to accomplish this within my Visual C++ program but just can't get it. I'm certain there are others out there who are smarter and more experienced when it comes to such issues. I just want to be able to read the data from the file and pass it into asctime to get a meaningful date and time stamp.

Does anyone know how to accomplish this?

Many Thanks
GeneralRe: Timestamp challenges Pin
David Crow16-May-05 10:39
David Crow16-May-05 10:39 
QuestionBinary resource in Windows service? Pin
RoyceF16-May-05 5:47
RoyceF16-May-05 5:47 
AnswerRe: Binary resource in Windows service? Pin
James R. Twine16-May-05 6:21
James R. Twine16-May-05 6:21 
GeneralRe: Binary resource in Windows service? Pin
RoyceF16-May-05 8:01
RoyceF16-May-05 8:01 
GeneralRe: Binary resource in Windows service? Pin
James R. Twine16-May-05 8:40
James R. Twine16-May-05 8:40 
GeneralRe: Binary resource in Windows service? Pin
RoyceF16-May-05 11:28
RoyceF16-May-05 11:28 
GeneralRe: Binary resource in Windows service? Pin
James R. Twine17-May-05 0:42
James R. Twine17-May-05 0:42 
GeneralRe: Binary resource in Windows service? Pin
RoyceF17-May-05 5:13
RoyceF17-May-05 5:13 
GeneralRe: Binary resource in Windows service? Pin
Blake Miller17-May-05 5:23
Blake Miller17-May-05 5:23 
GeneralRe: Binary resource in Windows service? Pin
James R. Twine17-May-05 8:24
James R. Twine17-May-05 8:24 
GeneralRe: Binary resource in Windows service? Pin
RoyceF17-May-05 8:41
RoyceF17-May-05 8:41 
GeneralRe: Binary resource in Windows service? Pin
RoyceF17-May-05 8:42
RoyceF17-May-05 8:42 
GeneralRe: Binary resource in Windows service? Pin
James R. Twine17-May-05 12:17
James R. Twine17-May-05 12:17 
GeneralRe: Binary resource in Windows service? Pin
RoyceF17-May-05 12:30
RoyceF17-May-05 12:30 
GeneralRe: Binary resource in Windows service? Pin
RoyceF17-May-05 12:43
RoyceF17-May-05 12:43 
GeneralGetTextExtentExPoint Pin
webmaster123446365316-May-05 4:42
susswebmaster123446365316-May-05 4:42 
GeneralRe: GetTextExtentExPoint Pin
Chris Losinger16-May-05 4:52
professionalChris Losinger16-May-05 4:52 

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.