Thursday, July 9, 2009

Which is the best GUI toolkit to write a waveform viewer program in C/C++?

Depends on which platform you want to target. In Linux/KDE I would suggest Qt. On Windows you can use the Win32 API for your GUI. You can also use GTK which is available for both Windows and Linux. There are many other cross platform GUI toolkits available.





If your's is a graphically intensive program, I would suggest using OpenGL or DirectX for rendering. OpenGL is supported on Linux as well.

salary survey

No comments:

Post a Comment