Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Friend Operators of Template Classes Pin
Stefan_Lang2-Dec-13 0:17
Stefan_Lang2-Dec-13 0:17 
QuestionFindFirstFile not working Pin
sachanratnesh26-Nov-13 18:58
sachanratnesh26-Nov-13 18:58 
AnswerRe: FindFirstFile not working Pin
Jochen Arndt26-Nov-13 20:59
professionalJochen Arndt26-Nov-13 20:59 
AnswerRe: FindFirstFile not working Pin
Richard MacCutchan26-Nov-13 22:59
mveRichard MacCutchan26-Nov-13 22:59 
AnswerRe: FindFirstFile not working Pin
Gisle Vanem26-Nov-13 23:50
Gisle Vanem26-Nov-13 23:50 
AnswerRe: FindFirstFile not working Pin
Joe Woodbury27-Nov-13 4:21
professionalJoe Woodbury27-Nov-13 4:21 
QuestionRe: FindFirstFile not working Pin
David Crow30-Nov-13 15:00
David Crow30-Nov-13 15:00 
QuestionC++ Plotting utility Pin
kpks26-Nov-13 18:45
kpks26-Nov-13 18:45 
Hello,

What I am looking for:

A Front end basically . I would like a C++ API for plotting numerical results in browser window or an API for plotting numerical results and creating the GUI.


I currently have 3 applications talking to one another:
1. Embedded code backend writen in C/C++, talks to microcontroller over a USB-Serial Port, downsamples, labels and sends the data to the front end over TCP Sockets.
2. Numerical Simulator written in C++, sending calculations to front end over a JNI Interface.
3. Java front end writing to a database, displaying received data as graphs using plot utilities.

I would very much like to do away with the Java front end and use a simple utility for plotting. My criteria for the plotting in order of importance:

1. Plot both Time scale data and flash relevant values like you would see on a ICU screen.
2. Plot at least every 100ms, data is generated every 1 - 10 ms.
3. Easy to understand and implement. I am not much of a GUI/graphics programmer, my time is mostly spent on numerical simulations .
4. Nice if I could move to browser based plotting, easier portability in our lab environment.


I use minGW and work in cygwin/windows.


Thanks and Regards,
kpks

modified 28-Nov-13 1:04am.

AnswerRe: C++ Plotting utility Pin
Richard Andrew x6427-Nov-13 13:10
professionalRichard Andrew x6427-Nov-13 13:10 
GeneralRe: C++ Plotting utility Pin
kpks27-Nov-13 19:06
kpks27-Nov-13 19:06 
Questionsizeof Operator Pin
Richard Andrew x6426-Nov-13 15:48
professionalRichard Andrew x6426-Nov-13 15:48 
AnswerRe: sizeof Operator Pin
«_Superman_»26-Nov-13 19:00
professional«_Superman_»26-Nov-13 19:00 
GeneralRe: sizeof Operator Pin
Richard Andrew x6427-Nov-13 8:03
professionalRichard Andrew x6427-Nov-13 8:03 
AnswerRe: sizeof Operator Pin
Erudite_Eric26-Nov-13 19:31
Erudite_Eric26-Nov-13 19:31 
GeneralRe: sizeof Operator Pin
Richard Andrew x6427-Nov-13 8:02
professionalRichard Andrew x6427-Nov-13 8:02 
AnswerRe: sizeof Operator Pin
Stefan_Lang26-Nov-13 22:20
Stefan_Lang26-Nov-13 22:20 
GeneralRe: sizeof Operator Pin
Richard Andrew x6427-Nov-13 8:00
professionalRichard Andrew x6427-Nov-13 8:00 
GeneralRe: sizeof Operator Pin
Erudite_Eric27-Nov-13 21:35
Erudite_Eric27-Nov-13 21:35 
GeneralRe: sizeof Operator Pin
Stefan_Lang27-Nov-13 21:48
Stefan_Lang27-Nov-13 21:48 
GeneralRe: sizeof Operator Pin
Erudite_Eric28-Nov-13 6:36
Erudite_Eric28-Nov-13 6:36 
GeneralRe: sizeof Operator Pin
jschell28-Nov-13 7:13
jschell28-Nov-13 7:13 
GeneralRe: sizeof Operator Pin
Erudite_Eric28-Nov-13 22:49
Erudite_Eric28-Nov-13 22:49 
GeneralRe: sizeof Operator Pin
jschell2-Dec-13 9:39
jschell2-Dec-13 9:39 
GeneralRe: sizeof Operator Pin
Stefan_Lang28-Nov-13 20:55
Stefan_Lang28-Nov-13 20:55 
GeneralRe: sizeof Operator Pin
Erudite_Eric28-Nov-13 22:48
Erudite_Eric28-Nov-13 22:48 

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.