help-cgicc
[Top][All Lists]
Advanced

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

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


From: hang yan
Subject: Re: [help-cgicc] cgi("name");
Date: Tue, 27 Mar 2012 08:01:24 +0800

it is in the http://www.gnu.org/software/cgicc/doc/cgicc_tutorial.html
I look up the constructs,and didn't the usage.and there isn't a operator() is the cgi class....

2012/3/27 Allan Wind <address@hidden>
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]