Thread: Frontend programming

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    29

    Frontend programming

    How is X frontend programming generally done? Do you simply compile the console app with the X code into one big bulk or is there a smarter way?

    Thanks
    Skarr

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    Depends, I think the nmap frontend program (I assume you mean making X frontends for console programs) just uses pipes to call nmap, and then reads it's stdout for a responce. You can either code an X front end into the application, or run it with something like exec() and use pipes to send/recv it's stdin/stdout. Some programs even have a plugin system for their UI and you can make an X plugin for it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. simple frontend program problem
    By gandalf_bar in forum Linux Programming
    Replies: 16
    Last Post: 04-22-2004, 06:33 AM
  2. C++ program with web frontend
    By nikeshdoshi in forum C++ Programming
    Replies: 8
    Last Post: 01-21-2003, 10:35 AM
  3. Database frontend in API
    By Robert602 in forum Windows Programming
    Replies: 1
    Last Post: 01-29-2002, 09:07 PM