Re: CGI over C++

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Arkadiy Butermanov wrote:
Anybody knows how can I compile cgi web scripts after writing it on C++??? Or how can C++ generate HTML code??

In your C++ application, you read in command line parameters (they correspond to URL query arguments), and stdin (postdata), then you spit out data into stdout - it will appear to the browser as main content (HTML or whatnot). It's not an efficient way to code your web apps, though, so few do it anymore.



--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux