Results 1 to 4 of 4

Thread: c++ & Linux

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2007
    Location
     
    Posts
    453

    c++ & Linux

    Well, for windows gui's you know how there is windows.h, well, is there something like linux.h for linux gui's?
    Haikus are easy.
    But sometimes they don't make sense.
    Refrigerator.

  2. #2
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: c++ & Linux

    There are lots of GUI toolkits for linux. The two most popular are GTK and QT. QT is free for use in open source applications, so don't let the "evaluation" button fool you.

    There is also a C++ wrapper for GTK called GTKmm (or GTK--), which wraps the C functions into C++ objects.
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  3. #3
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: c++ & Linux

    You can try here.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2007
    Location
     
    Posts
    453

    Re: c++ & Linux

    Thanks...
    Haikus are easy.
    But sometimes they don't make sense.
    Refrigerator.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width