DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Lebo Guest

    automatic webpage updatig


    I want to use a program's output to update my webpage, how do I do this? The
    program is in C++.

  2. #2
    Q*bert Guest

    Re: automatic webpage updatig


    "Lebo" <l9805621n@webmail.co.za> wrote:
    >
    >I want to use a program's output to update my webpage, how do I do this?

    The
    >program is in C++.



    1) Well if web page is database driven you can use c to up date the database
    and web page will updated with the new data.
    2) You could rewrite the pages you want written out to file through file
    IO in c then replace the existing file with the file you wrote out
    3) You could parse the existing file(s) for values you want to replace and
    then replace them.
    4) and many more ways....


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
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links