Click here to Skip to main content
15,916,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Plot graph using MFC Pin
Cedric Moonen28-Jan-08 21:44
Cedric Moonen28-Jan-08 21:44 
GeneralRe: Plot graph using MFC Pin
Maxwell Chen28-Jan-08 21:48
Maxwell Chen28-Jan-08 21:48 
GeneralOops! Pin
Maxwell Chen28-Jan-08 21:52
Maxwell Chen28-Jan-08 21:52 
QuestionRe: Plot graph using MFC Pin
CPallini28-Jan-08 22:50
mveCPallini28-Jan-08 22:50 
GeneralRe: Plot graph using MFC Pin
Iain Clarke, Warrior Programmer28-Jan-08 23:07
Iain Clarke, Warrior Programmer28-Jan-08 23:07 
GeneralRe: Plot graph using MFC Pin
Maxwell Chen28-Jan-08 23:10
Maxwell Chen28-Jan-08 23:10 
QuestionRe: Plot graph using MFC Pin
Mark Salsbery29-Jan-08 5:57
Mark Salsbery29-Jan-08 5:57 
GeneralRe: Plot graph using MFC Pin
Kennis29-Jan-08 16:24
Kennis29-Jan-08 16:24 
May be I explain more about what I need to do.
My boss ask me to display the waveform of IR remote control output (like what a CRO is doing Dead | X| ). (The IR code of remote control consists of many carrier pulse). The information of those IR bits is stored in a bin file. Now I am able to get all data from that bin file. But I find difficulties on plotting the data. One bit consists of 2000 carrier pulse and each pulse involves 4 points (one pulse has a high level and a low level). That means one bit consists of 8000 points!!! And the bin file has 127 bits of data... How can I make it..... WTF | :WTF:

I am a C++ beginner, it is so harsh to me... Cry | :((
Anyway, do you think it is possible to plot this graph??

Kennis
GeneralRe: Plot graph using MFC Pin
Mark Salsbery30-Jan-08 5:08
Mark Salsbery30-Jan-08 5:08 
QuestionRe: Plot graph using MFC Pin
Mark Salsbery30-Jan-08 5:15
Mark Salsbery30-Jan-08 5:15 
GeneralRe: Plot graph using MFC Pin
Kennis30-Jan-08 15:06
Kennis30-Jan-08 15:06 
Questioncould anyone tell me what's the error with this code? Pin
ashwiny28-Jan-08 20:14
ashwiny28-Jan-08 20:14 
AnswerRe: could anyone tell me what's the error with this code? Pin
Stephen Hewitt28-Jan-08 20:15
Stephen Hewitt28-Jan-08 20:15 
AnswerRe: could anyone tell me what's the error with this code? Pin
Hamid_RT28-Jan-08 20:43
Hamid_RT28-Jan-08 20:43 
AnswerRe: could anyone tell me what's the error with this code? Pin
CPallini28-Jan-08 21:27
mveCPallini28-Jan-08 21:27 
GeneralRe: could anyone tell me what's the error with this code? Pin
Maxwell Chen28-Jan-08 21:33
Maxwell Chen28-Jan-08 21:33 
GeneralRe: could anyone tell me what's the error with this code? Pin
CPallini28-Jan-08 22:35
mveCPallini28-Jan-08 22:35 
GeneralRe: could anyone tell me what's the error with this code? Pin
Iain Clarke, Warrior Programmer28-Jan-08 22:36
Iain Clarke, Warrior Programmer28-Jan-08 22:36 
JokeRe: could anyone tell me what's the error with this code? Pin
CPallini28-Jan-08 23:03
mveCPallini28-Jan-08 23:03 
GeneralRe: could anyone tell me what's the error with this code? Pin
ashwiny28-Jan-08 23:54
ashwiny28-Jan-08 23:54 
GeneralRe: could anyone tell me what's the error with this code? Pin
CPallini29-Jan-08 0:18
mveCPallini29-Jan-08 0:18 
GeneralRe: could anyone tell me what's the error with this code? Pin
ashwiny29-Jan-08 0:49
ashwiny29-Jan-08 0:49 
QuestionRe: could anyone tell me what's the error with this code? Pin
CPallini29-Jan-08 0:56
mveCPallini29-Jan-08 0:56 
GeneralRe: could anyone tell me what's the error with this code? Pin
ashwiny29-Jan-08 1:27
ashwiny29-Jan-08 1:27 
AnswerRe: could anyone tell me what's the error with this code? Pin
David Crow29-Jan-08 3:01
David Crow29-Jan-08 3:01 

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.