Registry / web-framework / cgicc
library3.2.20vcpkgunverified

GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web.

vcpkg install cgicc
INSTALL
IMPORT
SIG · CGICC
C
cgicc
web-frameworkcppv3.2.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cgicc/Cgicc.h
#include <cgicc/Cgicc.h>

Create a simple CGI script that greets the user by name.

#include <cgicc/Cgicc.h> #include <iostream> int main() { cgicc::Cgicc cgi; std::cout << "Content-Type: text/html\n\n"; std::cout << "<html><body>Hello, " << cgi("name") << "!</body></html>"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.20latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources

No resource links recorded.

cgicc — pip install cgicc · libregistry