LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   GTKmm or GTK+ ??? (https://www.linuxquestions.org/questions/programming-9/gtkmm-or-gtk-357927/)

fei 08-28-2005 09:19 PM

GTKmm or GTK+ ???
 
I wrote a program using Qt while ago. But I forgot to backup my program files before a system recovery. I found out Qt is easy to use, but has many other problems. Now, I decided to use Gtk. The problem is should I use Gtk+ C or GTKmm C++?? Any suggestion is welcome!

linux-rulz 08-29-2005 12:45 AM

Well, clearly, if you wanted to program in C you would use GTK+ and if you wanted to program in C++ you would use GTKmm. There's not much else you can be told :-P

paulsm4 08-29-2005 12:56 AM

Actually, I prefer to code my application in C++ ... while still coding straight to the GTK+ API. Less overhead, simpler (IMHO).

In any case, you can definitely code to GTK+ from C++ should you choose to do so.


All times are GMT -5. The time now is 04:58 PM.