| Author |
doubt ........
|
Friend
Ranch Hand
Joined: Nov 23, 2000
Posts: 67
|
|
Hi, 1.Any connection with CGI script and shell script? 2.Can we do a web application program with c++(Linux platform)? How? 3.I nstead of GLADE(Linux) is there any tools for making GUI using c++? Thanks in advance.
|
 |
Michael Ernest
High Plains Drifter
Sheriff
Joined: Oct 25, 2000
Posts: 7292
|
|
Shell scripts can be CGI scripts. CGI is not a type of script, but rather a means for allowing a web to run a program and return its results to a client. So you can most certainly write a program in any language and invoke it through the web server's CGI. Is C++ a necessity, or would you just rather use that? ------------------ Michael Ernest, co-author of: The Complete Java 2 Certification Study Guide
|
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
|
 |
Siva Jagadeesan
Ranch Hand
Joined: Oct 31, 2000
Posts: 160
|
|
Hi : U can try using QT for developing GUI in linux . It will give u windows feel to ur applications . Then if u compile the code again in windows with QT library it will run without any problem Siva
|
Rgds<p>--Siva Jagadeesan<br /><a href="http://java2simple.blog-city.com" target="_blank" rel="nofollow">http://java2simple.blog-city.com</a><br />Sun Certified Java2 Programmer<br />Sun Certified Web Component Developer<br />BEA Certified Weblogic Server 7 Enterprise Developer
|
 |
 |
|
|
subject: doubt ........
|
|
|