Closed Thread
Results 1 to 4 of 4

Thread: uploading a programme on the web

  1. #1
    kenex is offline Learning Programmer
    Join Date
    Dec 2008
    Posts
    31
    Rep Power
    0

    Post uploading a programme on the web

    Assuming i have uploaded a c++ programme on the web,which kind of input cammand can i use to link to the uploaded c++ programme,so that each time there is an input from the console,it will link to a function cin>> of the uploaded c++ programme on the web?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: uploading a programme on the web

    I do not understand your question. Are you asking a C++ question or website question?

  4. #3
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: uploading a programme on the web

    If you want to run the program on the uploaded site, you will have to remote into that computer using terminal services, SSH, or some other mechanism and run it there.

    If you want to run it locally, you will have to download it again and run it locally.

    The only other thing you might be talking about is CGI web programming, in which case it will depend on the web server software (such as Apache or IIS).
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #4
    kenex is offline Learning Programmer
    Join Date
    Dec 2008
    Posts
    31
    Rep Power
    0

    Re: uploading a programme on the web

    Thank u so much Wingedpanther 4 answering my question.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Programme operation and speed
    By sb001 in forum General Programming
    Replies: 2
    Last Post: 04-26-2011, 10:47 PM
  2. Odd / Even Programme in C#...Please Help,Help,Help.
    By umair10 in forum C# Programming
    Replies: 7
    Last Post: 07-01-2010, 09:13 AM
  3. help wid a programme
    By lionaneesh in forum C and C++
    Replies: 2
    Last Post: 03-23-2010, 02:07 PM
  4. HELP. Beginner trying to compile a programme
    By Sarah19 in forum C and C++
    Replies: 3
    Last Post: 03-17-2010, 02:31 PM
  5. Help With Sysmetrics Programme
    By bodhi2016 in forum C and C++
    Replies: 1
    Last Post: 04-28-2008, 06:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts