Hi all,
I am a newbie to GUI development. I am not quite sure whether I am posting my question to the right group. But I would appreciate if you could give me a hint to take the first step.
Problem:
I have developed a command-line tool In C++ for searching (not a straight forward search, that is a different story) a melody(say a word) within a song(say within a file). Now I want to develop a front end GUI for this tool. In this tool I should have two panels, one for specifying the notes of the song and another for the melody. This data can either be entered directly into these panels or read from files. I need some other parameters too for the search to be done.
In other words, i need to develop a simple GUI in C++. This tool should be portable, atleast between Windows and Linux. I am using GCC compiler with the IDE CODE::BLOCK. Could anyone suggest where to start: any tutorials, any specific libraries or how should i go about this developement.
Thanks in advance for your help.
Mohan.
I am a newbie to GUI development. I am not quite sure whether I am posting my question to the right group. But I would appreciate if you could give me a hint to take the first step.
Problem:
I have developed a command-line tool In C++ for searching (not a straight forward search, that is a different story) a melody(say a word) within a song(say within a file). Now I want to develop a front end GUI for this tool. In this tool I should have two panels, one for specifying the notes of the song and another for the melody. This data can either be entered directly into these panels or read from files. I need some other parameters too for the search to be done.
In other words, i need to develop a simple GUI in C++. This tool should be portable, atleast between Windows and Linux. I am using GCC compiler with the IDE CODE::BLOCK. Could anyone suggest where to start: any tutorials, any specific libraries or how should i go about this developement.
Thanks in advance for your help.
Mohan.
Comment