please suggest computer languages to create man-machine interface for Linux applicati


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers please suggest computer languages to create man-machine interface for Linux applicati
# 8  
Old 06-08-2007
Check out the mono project for port of .NET on Linux:

http://www.mono-project.com/

For GUI, the most common toolkit available on Linux is GTK+ and QT/KDE. Bindings from many languages are available, but I guess it is safe to stick with C and C++ respectively.
# 9  
Old 06-08-2007
Quote:
Originally Posted by cy163
For this solution, I think I can implement the submission/receiption of data by using ASP, C#.Net .etc. However, I do not know how to pass data between ASP, . Net program and SearchEngine (a C++ program).
You don't need a sledgehammer to crack a nut. If you already have a command line program then you can wrap this up as a cgi program.

Start with an initial static HTML page which is a form with a submit button. This would then post the request to the cgi program. This would be a script which would then call your command line program and package up the reply as HTML with an HTTP header.
# 10  
Old 06-09-2007
Quote:
Originally Posted by porter
You don't need a sledgehammer to crack a nut. If you already have a command line program then you can wrap this up as a cgi program.

Start with an initial static HTML page which is a form with a submit button. This would then post the request to the cgi program. This would be a script which would then call your command line program and package up the reply as HTML with an HTTP header.

Would you please provide more details and references on how to wrap the C++ program be to a cgi program.

Last edited by cy163; 06-09-2007 at 12:23 AM..
# 11  
Old 06-09-2007
Quote:
Originally Posted by cy163
Would you please provide more details and references on how to wrap the C++ program be to a cgi program.
This has the feel of an educational project, also you seem to be unaware how to either use google or to do research for yourself.

But anyhow: HowTo CGI
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Hardware

USB interface to HP ux R Class machine

mine current HP R class machine comes with scsi but not usb port. i am thinking it is possible to get a scsi to usb converter to help to connect usb-enabled devices such as usb-enabled dvd writer, usb-enabled portable hard disk. pls advise. thanks :) (1 Reply)
Discussion started by: lchunleo
1 Replies

2. Ubuntu

Suggest books for understanding Ubuntu Linux

recommend books to understand ubuntu ...... (14 Replies)
Discussion started by: vyom
14 Replies

3. What is on Your Mind?

Please Review Our Unix/Linux Timeline and Suggest More Events and Milestones

In case you have not seen it, we have a UNIX and Linux Timeline on FB. If you have a few free moments, could you review the timeline and post back here in this thread with your suggestions and ideas for new entries and milestones? Thanks! (1 Reply)
Discussion started by: Neo
1 Replies

4. Shell Programming and Scripting

shell script to copy files frm a linux machine to a windows machine using SCP

I need a shell script to copy files frm a linux machine to a windows machine using SCP. The files keeps changing day-to-day. I have to copy the latest file to the windows machine frm the linux machine. for example :In Linux, On July 20, the file name will be 20.txt and it should be copied to... (3 Replies)
Discussion started by: nithin6034
3 Replies

5. What is on Your Mind?

How can I learn computer programming languages on my own?

I would love the idea to develop games. How can I teach myself computer programming? What programs or software must I use? I have the new iMac? (5 Replies)
Discussion started by: Anna Hussie
5 Replies

6. Emergency UNIX and Linux Support

AIX : Create LV with poor man stripe

Hi all I have just had SAN allocate 4*30 GB of disks and had created a new scalable vg and assigned the disks to it: I used smitty to create vg and the command is: x -y'vgdata1' hdisk82 hdisk83 hdisk84 hdisk85 root@aadcxs08 / : lsvg vgdata1 VOLUME GROUP: vgdata1 VG... (4 Replies)
Discussion started by: hedkandi
4 Replies

7. What is on Your Mind?

Programming languages polyglots: how many languages you know?

Post what languages (including scripting) you know, why and where you think that language is most usable. Also include libraries in which you're really good at (libusb, gtk, qt, etc). assembly? C or C++? perl or python? pascal? bash or csh/tcsh? opengl? gtk or qt? mono? (27 Replies)
Discussion started by: redoubtable
27 Replies

8. UNIX for Dummies Questions & Answers

how do you create a man page?

i've never done this before. i created a script that I placed in /usr/bin, but want to create a man page for it. i'm clueless thanks (3 Replies)
Discussion started by: theDirtiest
3 Replies
Login or Register to Ask a Question