LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I need a C++ program with GUI. (https://www.linuxquestions.org/questions/linux-newbie-8/i-need-a-c-program-with-gui-290441/)

amer_58 02-15-2005 05:46 AM

I need a C++ program with GUI.
 
I need a C++ program with GUI, what would you recommend?

Thanks.

__J 02-15-2005 05:53 AM

uhh, audacity? err...konqueror. you might also try amarok, kopete, kmail, and krusader. ( just joking :D )

you gotta be more specific. do you want a program to do something or are you looking for a recommendation for a c++ programming toolkit to develop your own application?

amer_58 02-15-2005 05:58 AM

Quote:

you gotta be more specific. do you want a program to do something or are you looking for a recommendation for a c++ programming toolkit to develop your own application?
Yes, Like Dev-C++ or Microsoft VS for windows.

I need to develop and compile my own applications.

sunnysharma 02-15-2005 06:01 AM

If you mean that you require an Integrated Development Environment (IDE) for writing and compiling c++ code, then you can download and install ANJUTA from this link http://anjuta.sourceforge.net/anjuta.php?page=downloads .

__J 02-15-2005 06:04 AM

c++ wise Kdevelop is probably the most mature of them. c++ toolkits include (this is not a comprehensive list):

qt (which kde uses)
wxWidgets
Fox
c++ bindings for gtk

linux development is a little different that microsofts. There are going to be some things that you are gonna need to get used to (wxWidgets and Fox have RAD's but they are not like Kdevelop or full featured ide's so most of this is through the command line).

amer_58 03-11-2005 01:32 PM

I have just installed anjuta and its just perfect, I have compiled my first program and its running like a little bird.

Thanks.


All times are GMT -5. The time now is 01:52 AM.