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>

_______________________________________________
help-cgicc mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-cgicc

Reply via email to