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 を使用して統合して webapplication にしたいと考えています。
しかし、Visual Studio 2010 で開発できるかどうかはわかりません。
CGI プログラムは、特定の方法で動作するだけの通常のプログラムです (標準入力からデータを読み取り、標準出力にデータを書き込みます)。
Visual Studio で開発できますが、単純な C++ コンパイラでも同様に開発できます。