Announcement

Collapse
No announcement yet.

[Solved] Prgramming on Linux???

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Solved] Prgramming on Linux???

    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

    Join the dark side<br />---------------------------------------------------------------------<br />Samsung NC10 netbook running<br />PCLinuxOS 2010 // Win XP

    #2
    Re: Prgramming on Linux

    A tool for creating GUI
    See http://ubuntuforums.org/showthread.php?t=460283

    As you will see it's gtkmm. See also http://www.gtkmm.org/
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: Prgramming on Linux

      For gui programming, try the Qt library - it is the easiest and fastest way to create gui. You can use it together with the Qt Creator - a gui designer and IDE.

      Comment

      Working...
      X