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.
我想使用 C++ 代码制作一个应用程序,并希望使用 cgi 集成它以使其成为 web 应用程序。
但是,我不知道是否可以在 Visual Studio 2010 中开发它。
CGI 程序是一个正常的程序,它只是以某种方式运行(从标准输入读取内容/将内容写入标准输出)。
您可以在 Visual Studio 中开发它,但简单的 C++ 编译器也可以。