Re: cgi("name");

Allan Wind <[email protected]> Mon, 26 Mar 2012 15:47:01 -0400
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <[email protected]>
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>