|
I'm new so i'd like to say hello to everybody.
First of all, I have to make an apology because of my poor English.
I'm quite new into programming. Now, after finishing "C primer plus" I was forced into quick migration to C++, which was prefered on my university(I am electronics student). I'm finishing "Thinking in C++" and, unfortunetly, I'm going to be forced again to learn some GUI.
So basically I just have to choose one of popular GUI's and make some projects using it. First of all I thought about GTK, which is basic GUI library using by GNOME, XFCE, LXDE. I would like to ask you if GTK is a good choice for someone quite new into programming and for someone who is/will be into electronics. I mean - I would like to use same tools (I mean programming language, libs) when I'm writing programs for PC and for some ARM based computers (I'm not thinking about Android, but supporting them would be really nice I think). So I need cross-platform(but as far as I know GTK is working on windows perfectly) GUI which will be working with C, C++ and Python(I would like to start learning it in this year) using ARM and X86 cpu.
Also I would be really thankful if you can give adress to some complete tutorial for GTK3. On GTK site I can find only GTK2 tutorials. But maybe it makes no difference?
Thanks for your help and your forbearance :).
@edit Oh - when I was talking about ARM based computers I meant sth like Raspberry Pi - computer based on "standard" linux distribution.
@edit2 It will be also nice feature if I would be able to use GTK from D-language.
|