Hello everybody,
I'm a total newbie in this area. We have programming (Programavimo Praktika) in my university and we'll need to program in Linux (Ubuntu) environment. We will have to make the same project in both java and c++
I have no problems programming in java or c++ to be run on the console, but the c++ GUI is another thing.
I have installed g++ for my c++, but what other tools I need to make a GUI?
BTW, they said that we should use GTKM, but i could not find it in the repositories, It might be a false name.
I would appreciate if someone would guide me to the tools and libraries for programming in Linux.
So in a nutshell I need:
* A Documentation about Creating a GUI
* A tool for creating GUI
* apt-get install needed_libs
Edit: I ended using OpenGL for the GUI of the project, so I'll probably won't need gnome or kde interface. Thanks anyway
Gediminas
I'm a total newbie in this area. We have programming (Programavimo Praktika) in my university and we'll need to program in Linux (Ubuntu) environment. We will have to make the same project in both java and c++
I have no problems programming in java or c++ to be run on the console, but the c++ GUI is another thing.
I have installed g++ for my c++, but what other tools I need to make a GUI?
BTW, they said that we should use GTKM, but i could not find it in the repositories, It might be a false name.
I would appreciate if someone would guide me to the tools and libraries for programming in Linux.
So in a nutshell I need:
* A Documentation about Creating a GUI
* A tool for creating GUI
* apt-get install needed_libs
Edit: I ended using OpenGL for the GUI of the project, so I'll probably won't need gnome or kde interface. Thanks anyway
Gediminas
Comment