Error on website.

Saaa empty at needmail.com
Wed Feb 6 12:23:06 PST 2008


char[] str;
char[] str1 = "abc";
str[0] = 'b';        // error, "abc" is read only, may crash

Editing str has nothing to do with str1, as far as I know.





More information about the Digitalmars-d mailing list