Click here to Skip to main content
15,911,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: linking error in C code! Pin
Rane10-Sep-08 19:37
Rane10-Sep-08 19:37 
GeneralRe: linking error in C code! Pin
ishwarverma10-Sep-08 19:40
ishwarverma10-Sep-08 19:40 
GeneralRe: linking error in C code! Pin
Jijo.Raj10-Sep-08 20:13
Jijo.Raj10-Sep-08 20:13 
QuestionGUI with Qt Pin
Sangeetha_J10-Sep-08 19:09
Sangeetha_J10-Sep-08 19:09 
AnswerRe: GUI with Qt Pin
santhoshv8410-Sep-08 19:14
santhoshv8410-Sep-08 19:14 
AnswerRe: GUI with Qt Pin
Rajesh R Subramanian10-Sep-08 19:14
professionalRajesh R Subramanian10-Sep-08 19:14 
AnswerRe: GUI with Qt Pin
Sangeetha_J10-Sep-08 19:48
Sangeetha_J10-Sep-08 19:48 
AnswerRe: GUI with Qt Pin
Iain Clarke, Warrior Programmer10-Sep-08 22:45
Iain Clarke, Warrior Programmer10-Sep-08 22:45 
I think you need to break your problem into bits, and solve them in smaller steps.

1/ Can you make a hello world program using Qt?

2/ Can you draw lines and dots using Qt?

3/ Can you draw a fake wiggly line using Qt (equivalent to Win32's PolyLine)

Then worry about getting your digital waveform...

a/ Where is it coming from?

b/ Can you read the data in using just a console program that printfs "I open data!", "I've read 1003 data points!" and so on.

c/ Can you read the waveform into some memory, process that into x/y points and then replace your fake wiggly line in (3).

If you ask "I need to write excel, please show me how", then you won't get help. But you might get help (or be able to search on google) with the smaller steps.

Iain.

Note, I've just about heard of Qt - I have no detailed knowledge of it.
QuestionWhere does "TranslateMessage()" send it's "translated messages" ? Pin
Joseph Marzbani10-Sep-08 19:06
Joseph Marzbani10-Sep-08 19:06 
AnswerRe: Where does "TranslateMessage()" send it's "translated messages" ? Pin
Rane10-Sep-08 19:22
Rane10-Sep-08 19:22 
AnswerRe: Where does "TranslateMessage()" send it's "translated messages" ? Pin
Naveen10-Sep-08 19:37
Naveen10-Sep-08 19:37 
Questionhow to hide my application of the view of taskmanager.. Pin
tns_ranjith10-Sep-08 18:53
tns_ranjith10-Sep-08 18:53 
QuestionRe: how to hide my application of the view of taskmanager.. Pin
Michael Schubert10-Sep-08 19:05
Michael Schubert10-Sep-08 19:05 
AnswerRe: how to hide my application of the view of taskmanager.. Pin
tns_ranjith10-Sep-08 19:09
tns_ranjith10-Sep-08 19:09 
GeneralRe: how to hide my application of the view of taskmanager.. Pin
Michael Schubert10-Sep-08 19:42
Michael Schubert10-Sep-08 19:42 
GeneralRe: how to hide my application of the view of taskmanager.. Pin
tns_ranjith10-Sep-08 20:02
tns_ranjith10-Sep-08 20:02 
GeneralRe: how to hide my application of the view of taskmanager.. Pin
Hamid_RT10-Sep-08 19:44
Hamid_RT10-Sep-08 19:44 
AnswerRe: how to hide my application of the view of taskmanager.. Pin
shivanna.y6-Oct-10 7:44
shivanna.y6-Oct-10 7:44 
AnswerRe: how to hide my application of the view of taskmanager.. Pin
Hamid_RT10-Sep-08 19:41
Hamid_RT10-Sep-08 19:41 
AnswerRe: how to hide my application of the view of taskmanager.. Pin
Iain Clarke, Warrior Programmer10-Sep-08 22:50
Iain Clarke, Warrior Programmer10-Sep-08 22:50 
QuestionProblem setting dialog tab order in visual studio 2005 (win32/MFC resource) Pin
xanagan66610-Sep-08 18:48
xanagan66610-Sep-08 18:48 
AnswerRe: Problem setting dialog tab order in visual studio 2005 (win32/MFC resource) Pin
xanagan66610-Sep-08 20:43
xanagan66610-Sep-08 20:43 
AnswerRe: Problem setting dialog tab order in visual studio 2005 (win32/MFC resource) Pin
krmed11-Sep-08 0:40
krmed11-Sep-08 0:40 
AnswerRe: Problem setting dialog tab order in visual studio 2005 (win32/MFC resource) Pin
Michael Dunn12-Sep-08 11:23
sitebuilderMichael Dunn12-Sep-08 11:23 
Questionsolution for multisupported application....................... Pin
shaina223110-Sep-08 18:47
shaina223110-Sep-08 18:47 

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.