Thread: executing c++ programs on the web

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    1

    executing c++ programs on the web

    hi,
    I have a question regarding executing c++ and pascal programs on the web. I have some programs written in C++ and pascal. Now I want to put these programs on the web so that users can directly execute these programs without having to download them. Can anyone suggest me as to how to do this?. I will be grateful to you, if you suggest a solution to my problem.

    Thank You,
    K.Arvind Varma.

  2. #2
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    I never tried that with C++ but there was a time I tried that with ActiveX in VB. You just make an activeX control, goto FrontPage and instert it. And it appers there, on your website
    I do not know if that's what you meant but hope this helps
    what does signature stand for?

  3. #3
    Registered User
    Join Date
    Jun 2002
    Posts
    106
    it is same as running php pages write the code that accepts command line argument compile it place it in the folder of your web server ifyour your server give permission to run c++ programmes call it from the adress line just like a php but no .php at the and
    C++ Makes you Feel Better

    "Gravity connot be held reponsible for people falling in love"--Albert Einstein

  4. #4
    Registered User
    Join Date
    Jun 2002
    Posts
    106
    i forget to add one thing take a look at www.cgi-resources.com there good web scripts writen in c,c++ you can have reference from there
    C++ Makes you Feel Better

    "Gravity connot be held reponsible for people falling in love"--Albert Einstein

  5. #5
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Anyway.. I dont recommend u go back to visual basic activeX .. better something like asp or php
    what does signature stand for?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Recommend upgrade path for C programs
    By emanresu in forum C Programming
    Replies: 3
    Last Post: 11-22-2007, 07:32 AM
  2. Partial web page downloading
    By god_of_war in forum C++ Programming
    Replies: 12
    Last Post: 08-14-2006, 12:19 PM
  3. Consuming same Web Service multiple times
    By cfriend in forum C# Programming
    Replies: 2
    Last Post: 01-10-2006, 09:59 AM
  4. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM
  5. Game Company Web Sites
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-17-2001, 08:32 PM