$ cat p.cc
char c[2] = "a";
char d[2] = c;
$ g++ -c p.cc
p.cc:2: error: cannot convert ‘char [2]’ to ‘char [2]’ in initialization

--
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:[EMAIL PROTECTED]

Reply via email to