2005-06-01から1日間の記事一覧

ちょっと変わったCGI

CGIというとRubyやらPerlやらで書く人が多いと思いますが、CやC++でも書けるようです。 hello.cppを次のように作ります。文字コードはEUCにしておいてください。 #include <stdio.h> #include <stdlib.h> #include <string.h> class Page { protected: char title[256]; public: Page() {}</string.h></stdlib.h></stdio.h>…