Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,我想知道是否有任何 Web 服务器扩展允许我在 C++ 中“编写脚本”而不是像 php 这样的脚本语言?
一些伪代码:
#include <iostream> cout << "<html><title>this is a webpage</title></html>";
我知道这听起来很傻,但我真的想知道这样的事情是否存在。
或者也许有一些东西可以让编译的 C++ 代码作为网页从 Web 服务器运行?
好吧,正如评论中所说,您可以使用 CGI 做您想做的事情。如果您需要使用 c++ 制作 webapp,WT 可能是您想要的框架:
http://www.webtoolkit.eu/wt