help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-cgicc] cgi("name");


From: Allan Wind
Subject: Re: [help-cgicc] cgi("name");
Date: Mon, 26 Mar 2012 15:47:01 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On 2012-03-26 16:56:15, hang yan wrote:
> std::string name = cgi("name");
> I found it in the tutorial.but i don't understant how it workes.

What is cgi?  If an instance of cgicc::Cgicc then it's invoking:

std::string     operator() (const std::string &name) const
        Find a radio button in a radio group, or a selected list 
        item

<http://www.gnu.org/software/cgicc/doc/classcgicc_1_1Cgicc.html> 
is where you find the reference.


/Allan
-- 
Allan Wind
Life Integrity, LLC
<http://lifeintegrity.com>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]