nabeels786
Mar 10th, 2002, 10:29 AM
I'm using VS.NET
heres the code
string challenger;
challenger = cgi.GetValueFromName("challenger");
here's the error i get:
error C2679: binary '=' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)
I'm using the CGI class parksie uploaded a while ago. Any ideas?
heres the code
string challenger;
challenger = cgi.GetValueFromName("challenger");
here's the error i get:
error C2679: binary '=' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)
I'm using the CGI class parksie uploaded a while ago. Any ideas?