> 5    char** str;
> 6
> 7    str[0] = new char[5];
> 8    str[1] = new char[5];
> 9

I believe the result is "undefined behavior", so the program might do
anything it wants..

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to