Click here to Skip to main content
15,886,963 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: gettimeofday in windows Pin
Matt Godbolt23-Aug-06 1:27
Matt Godbolt23-Aug-06 1:27 
If you really need more accuracy then you'll need to use the QueryPerformanceCounter API: HighResolutionElapsedTimer and MS's KnowledgeBase has more details on this. It's not an actual 'time of day' though; just a high resolution timer you can use to time. If you need both time of day and very high precision timings, you'll need to combine the two methods (or even use an external hardware peripheral like a GPS receiver!)

Matt Godbolt
StyleManager - a C/C++ source code reformatter
IncludeManager - #include graph viewer

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 
AnswerRe: ethernet programming Pin
markkuk22-Aug-06 23:09
markkuk22-Aug-06 23:09 

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.