Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. Cross platform GUI

Cross platform GUI

Scheduled Pinned Locked Moved Mobile
c++designquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    NewtonOfComputers
    wrote on last edited by
    #1

    hello all, how shall i design Cross Platform GUI. What r the languages we use to desing it. At present we are using C and C++. Is it posssible to desing?. if yes, how shall i do that?. ComputerNewton

    H 1 Reply Last reply
    0
    • N NewtonOfComputers

      hello all, how shall i design Cross Platform GUI. What r the languages we use to desing it. At present we are using C and C++. Is it posssible to desing?. if yes, how shall i do that?. ComputerNewton

      H Offline
      H Offline
      Henry miller
      wrote on last edited by
      #2

      I recomend qt if you are willing to stick with C++ only for the GUI. (can mix C code in elsewhere of course, just not the GUI). Worth the price in my opinion, but I can't convince the boss of that... http://www.trolltech.com/ wxWidgets is another common C++ toolkit, which is nice enough and free. Normally allows your application to look like it was designed for that platform. (looks like a mac app on Macs, windows apps on windows) The license isn't a big deal. http://www.wxwidgets.org/ GTK is a free C tool kit (with some C++ wrappers that some hate and others love). http://www.gtk.org/ Java makes a claim to cross platformness and you can call native code if you jump through a lot of hoops. I don't recomend it, but you can make it work. http://www.geocities.com/SiliconValley/Vista/7184/guitool.html has some interesting links on this issue, but I haven't explored it. Check out google too. Watch the licensing on the free toolkits. So long as you are aware of what is allowed and what is required, it isn't a big deal. Not watching them could end up digging a big hole.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups