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

C / C++ / MFC

 
AnswerRe: SQL Problem Pin
_anil_6-Feb-07 4:37
_anil_6-Feb-07 4:37 
Questionfile manipulation in c Pin
deeps_cute6-Feb-07 2:23
deeps_cute6-Feb-07 2:23 
QuestionRe: file manipulation in c Pin
prasad_som6-Feb-07 2:35
prasad_som6-Feb-07 2:35 
AnswerRe: file manipulation in c Pin
deeps_cute6-Feb-07 3:08
deeps_cute6-Feb-07 3:08 
GeneralRe: file manipulation in c Pin
kakan6-Feb-07 3:22
professionalkakan6-Feb-07 3:22 
GeneralRe: file manipulation in c Pin
Roger Stoltz6-Feb-07 3:28
Roger Stoltz6-Feb-07 3:28 
GeneralRe: file manipulation in c Pin
prasad_som6-Feb-07 3:36
prasad_som6-Feb-07 3:36 
QuestionTimer/ Multitasking?? Pin
weehau6-Feb-07 2:14
weehau6-Feb-07 2:14 
Hello , I am new to VC++ 6.0
I am now developing a MFC dialog based project which will display the signal information in real time and signal strength.

[IMG]http://i176.photobucket.com/albums/w196/well_aisec/image-1.jpg[/IMG]

I need to have 1 analog meter which will constantly update the signal strength value as well as an oscilloscope which will graph the received signal in real time. What I will do to set a Timer which will trigger every 250ms for update and display in Analog meter. At the same time I need to perform
real time graphing for the signal. Meaning the two task is perform asynchronously.
Now here's come the problem.
As the timer is triggered in fast speed, my program seems very laggy to perform both operation in parallel.

May I know what's the problem and solutions?The timer consume a lot of memory space and processing speed? How to improve the program so that it can progress smoothly.

Thanks

QuestionRe: Timer/ Multitasking?? Pin
Roger Stoltz6-Feb-07 2:45
Roger Stoltz6-Feb-07 2:45 
AnswerRe: Timer/ Multitasking?? [modified] Pin
weehau6-Feb-07 4:37
weehau6-Feb-07 4:37 
GeneralRe: Timer/ Multitasking?? Pin
Waldermort6-Feb-07 5:32
Waldermort6-Feb-07 5:32 
QuestionRe: Timer/ Multitasking?? Pin
Roger Stoltz6-Feb-07 5:35
Roger Stoltz6-Feb-07 5:35 
QuestionTreeCtrl within ListCtrl. How ?. Pin
Sakthiu6-Feb-07 1:57
Sakthiu6-Feb-07 1:57 
AnswerRe: TreeCtrl within ListCtrl. How ?. Pin
prasad_som6-Feb-07 2:37
prasad_som6-Feb-07 2:37 
QuestionC++ confusion Pin
User 98856-Feb-07 1:52
User 98856-Feb-07 1:52 
AnswerRe: C++ confusion Pin
prasad_som6-Feb-07 2:24
prasad_som6-Feb-07 2:24 
GeneralRe: C++ confusion Pin
User 98856-Feb-07 2:26
User 98856-Feb-07 2:26 
AnswerRe: C++ confusion Pin
Roger Stoltz6-Feb-07 2:31
Roger Stoltz6-Feb-07 2:31 
GeneralRe: C++ confusion Pin
User 98856-Feb-07 2:33
User 98856-Feb-07 2:33 
Question4 Views with CSplitterWnd - Help needed Pin
Franz Klein6-Feb-07 1:46
Franz Klein6-Feb-07 1:46 
QuestionRe: 4 Views with CSplitterWnd - Help needed Pin
Mark Salsbery6-Feb-07 7:50
Mark Salsbery6-Feb-07 7:50 
AnswerRe: 4 Views with CSplitterWnd - Help needed Pin
Franz Klein7-Feb-07 6:53
Franz Klein7-Feb-07 6:53 
GeneralRe: 4 Views with CSplitterWnd - Help needed Pin
Mark Salsbery7-Feb-07 8:14
Mark Salsbery7-Feb-07 8:14 
GeneralRe: 4 Views with CSplitterWnd - Help needed Pin
Franz Klein8-Feb-07 6:48
Franz Klein8-Feb-07 6:48 
GeneralRe: 4 Views with CSplitterWnd - Help needed Pin
Mark Salsbery8-Feb-07 7:16
Mark Salsbery8-Feb-07 7:16 

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.