News

Can anyone here remember the syntax required to use a string variable as a filename for a data file? As in:<P>the variable is "fileName"<P><B>char fileName[16] = "";</B><P>and it is decided with ...
char**)’: assign_complex.cc:8:12: error: lvalue required as left operand of assignment c.real() = 1; ^ assign_complex.cc:9:12: error: lvalue required as left operand of assignment c.imag() = 2 ...