欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
GNU cgicc
来自开放百科 - 灰狐
(版本间的差异)
| 第14行: | 第14行: | ||
* Microsoft Visual C++ 6.0 | * Microsoft Visual C++ 6.0 | ||
* Borland C++ Builder 5.0 | * Borland C++ Builder 5.0 | ||
| + | |||
| + | ==Install== | ||
| + | Download: ftp://ftp.cgicc.org/ | ||
| + | |||
| + | Unpack: tar xzf cgicc-X.X.X.tar.gz | ||
| + | |||
| + | Build Libraries: | ||
| + | cd cgicc-X.X.X/ | ||
| + | ./configure | ||
| + | make | ||
| + | make install | ||
| + | Libraries: | ||
| + | |||
| + | /usr/lib/libcgicc.a | ||
| + | libcgicc.la | ||
| + | libcgicc.so | ||
| + | libcgicc.so.5 | ||
| + | libcgicc.so.5.0.1 | ||
| + | Include files: /usr/include/cgicc/... | ||
| + | |||
==Links== | ==Links== | ||
*http://www.cgicc.org/ | *http://www.cgicc.org/ | ||
2007年2月7日 (三) 19:03的版本
GNU cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web.
目录 |
Functions
- Parses both GET and POST form data transparently.
- Provides string, integer, floating-point and single- and multiple-choice retrieval methods for form data.
- Provides methods for saving and restoring CGI environments to aid in application debugging.
- Provides full on-the-fly HTML generation capabilities, with support for cookies.
- Supports HTTP file upload.
- Compatible with FastCGI.
Compilers
- gcc versions 2.8.1 and greater
- Hewlett-Packard aCC
- Microsoft Visual C++ 6.0
- Borland C++ Builder 5.0
Install
Download: ftp://ftp.cgicc.org/
Unpack: tar xzf cgicc-X.X.X.tar.gz
Build Libraries:
cd cgicc-X.X.X/ ./configure make make install
Libraries:
/usr/lib/libcgicc.a
libcgicc.la
libcgicc.so
libcgicc.so.5
libcgicc.so.5.0.1
Include files: /usr/include/cgicc/...
Links
分享您的观点