Click here to Skip to main content
15,887,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: finding register entries Pin
Matt Godbolt23-Aug-06 0:33
Matt Godbolt23-Aug-06 0:33 
GeneralRe: finding register entries Pin
Kiran Pinjala23-Aug-06 1:48
Kiran Pinjala23-Aug-06 1:48 
AnswerRe: finding register entries Pin
Hamid_RT23-Aug-06 1:57
Hamid_RT23-Aug-06 1:57 
QuestionHow to create the behaviour on clicking the menue Pin
yummi23-Aug-06 0:17
yummi23-Aug-06 0:17 
Questiongettimeofday in windows Pin
afpr22-Aug-06 23:32
afpr22-Aug-06 23:32 
AnswerRe: gettimeofday in windows Pin
Matt Godbolt22-Aug-06 23:40
Matt Godbolt22-Aug-06 23:40 
GeneralRe: gettimeofday in windows Pin
afpr23-Aug-06 0:23
afpr23-Aug-06 0:23 
GeneralRe: gettimeofday in windows Pin
Mike Dimmick23-Aug-06 1:05
Mike Dimmick23-Aug-06 1:05 
You can get more bits by using GetSystemTimeAsFileTime and working with the result, which is in 100ns intervals.

However, you won't get any better results, because the system clock is only updated as often as the clock timer ticks, which on most Windows systems is approximately 15ms. To see what yours is, run ClockRes[^]. I'm sure this is true of Linux as well.

The system doesn't necessarily add 15ms every time the system timer ticks, it may add a slightly larger or smaller amount to allow for clock drift.

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: gettimeofday in windows Pin
Matt Godbolt23-Aug-06 1:27
Matt Godbolt23-Aug-06 1:27 
Questionhow to load the Bitmap Pin
reddy harish22-Aug-06 23:14
reddy harish22-Aug-06 23:14 
AnswerRe: how to load the Bitmap Pin
uday kiran janaswamy22-Aug-06 23:49
uday kiran janaswamy22-Aug-06 23:49 
AnswerRe: how to load the Bitmap Pin
_AnsHUMAN_ 22-Aug-06 23:57
_AnsHUMAN_ 22-Aug-06 23:57 
AnswerRe: how to load the Bitmap Pin
ramanand_bulusu23-Aug-06 1:02
ramanand_bulusu23-Aug-06 1:02 
AnswerRe: how to load the Bitmap Pin
Hamid_RT23-Aug-06 1:54
Hamid_RT23-Aug-06 1:54 
QuestionHow can I capture frames with directshow ? Pin
monimon22-Aug-06 23:12
monimon22-Aug-06 23:12 
AnswerRe: How can I capture frames with directshow ? Pin
Justin Tay23-Aug-06 4:35
Justin Tay23-Aug-06 4:35 
QuestionProblem on changing Views Pin
kiranin22-Aug-06 23:02
kiranin22-Aug-06 23:02 
QuestionRe: Problem on changing Views Pin
prasad_som22-Aug-06 23:09
prasad_som22-Aug-06 23:09 
QuestionStrange behaviour in ShellExecute with MS Office Pin
e-DJ22-Aug-06 23:01
e-DJ22-Aug-06 23:01 
AnswerRe: Strange behaviour in ShellExecute with MS Office Pin
Rage23-Aug-06 1:39
professionalRage23-Aug-06 1:39 
GeneralRe: Strange behaviour in ShellExecute with MS Office Pin
e-DJ23-Aug-06 1:50
e-DJ23-Aug-06 1:50 
GeneralRe: Strange behaviour in ShellExecute with MS Office Pin
Rage23-Aug-06 5:03
professionalRage23-Aug-06 5:03 
GeneralRe: Strange behaviour in ShellExecute with MS Office Pin
e-DJ24-Aug-06 0:56
e-DJ24-Aug-06 0:56 
AnswerRe: Strange behaviour in ShellExecute with MS Office Pin
David Crow23-Aug-06 3:12
David Crow23-Aug-06 3:12 
Questionethernet programming Pin
Muhammad Azeem Azam22-Aug-06 22:46
Muhammad Azeem Azam22-Aug-06 22:46 

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.