Thread: Creating a User Friendly Interface.

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    5

    Question Creating a User Friendly Interface.

    I have created a Certificate Authority (CA). But I need to input the data such Country, Organization Name, Common Name, etc. one by one. I don't want it to be in the form of command lines. How can I create a User Friendly Interface so that the user has to just fill in the form and click submit.

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    202
    what language?

    starX
    www.axisoftime.com

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    5

    C/C++

    I'm wanna use C/C++.

  4. #4
    Registered User cody's Avatar
    Join Date
    Sep 2001
    Posts
    86
    Hi there,

    maybe try the QT toolkit. It's a object oriented C++ library (for Linux and Windoze) which is... well...it's not perfect, but it's OK to use, maybe even good

    The things the QT guys are doing for you are nice (especially for beginners), because you don't have to take care of everything yourself, but it's quite funny (and ugly) to see what the QT guys are doing internaly

    Well, anyway have a look at:

    http://www.trolltech.com/products/qt/



    aloa
    cody
    #include "reallife.h"

  5. #5
    Registered User
    Join Date
    Aug 2001
    Posts
    202
    ncurses is anoher way to go (if you want to keep it in terminal modes, but still add a GUI)

    starX
    www.axisoftime.com

  6. #6
    Registered User cody's Avatar
    Join Date
    Sep 2001
    Posts
    86
    Yep, right... I used that too some time ago. Another thing that comes to my mind in this second is the InterViews (IV) library.
    Got no website for this one, sorry

    I haved used it myself (yet), but I've seen some applications developed with it. Looked nice And I thing that it comes along with some distributions of Linux...

    aloa
    cody
    #include "reallife.h"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating a user interface in C++
    By TylerMoyer in forum C++ Programming
    Replies: 12
    Last Post: 07-13-2007, 04:17 PM
  2. SSH Hacker Activity!! AAHHH!!
    By Kleid-0 in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 03-06-2005, 03:53 PM
  3. comparing user input
    By lambs4 in forum C Programming
    Replies: 5
    Last Post: 12-15-2002, 10:28 AM
  4. GUI (Graphical User Interface) Help Needed
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-11-2001, 10:35 AM
  5. Non-Standard User Interface
    By Eugene in forum Windows Programming
    Replies: 1
    Last Post: 08-29-2001, 09:43 AM