{"id":62155,"library":"cgicc","title":"GNU Cgicc","description":"GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web.","status":"active","version":"3.2.20","language":"cpp","source_language":null,"source_url":null,"tags":["cgi","web","http","form-handling"],"install":[{"cmd":"vcpkg install cgicc","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(cgicc CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE cgicc::cgicc)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"cgicc/Cgicc.h","correct":"#include <cgicc/Cgicc.h>"}],"quickstart":{"code":"#include <cgicc/Cgicc.h>\n#include <iostream>\n\nint main() {\n    cgicc::Cgicc cgi;\n    std::cout << \"Content-Type: text/html\\n\\n\";\n    std::cout << \"<html><body>Hello, \" << cgi(\"name\") << \"!</body></html>\";\n    return 0;\n}","lang":"cpp","description":"Create a simple CGI script that greets the user by name."},"warnings":[],"env_vars":null,"search_vec":"'ansi':7 'applic':19 'c':8 'cgi':18,25 'cgicc':2,4 'class':10 'compliant':9 'creation':16 'form':29 'form-handl':28 'gnu':1,3 'great':13 'handl':30 'http':27 'librari':11 'simplifi':14 'web':24,26 'wide':23 'world':22","created_at":"2026-06-17T05:18:30.687741+00:00","updated_at":"2026-06-17T05:18:30.687741+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}