Link to home
Start Free TrialLog in
Avatar of guadalupe
guadalupe

asked on

C++ with CGI

I am new to C++ as CGI agent though I do have experience with CGI in perl.  How are the CGI variables named in C++ and how do you configure a Solaris/Netscape Enterprise server to make them available or is that something that happen when you install C++?

Thanks Guadalupe
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jkr
>> How are the CGI variables named in C++

CGI apps read these vriables from the process environment block (i.e. the 'environment variables'), they have the same names in all programming languages...