Michel Fortin wrote:arra[i++] = arrb[j]; // how can the compiler issue an error for this?assert( &i != &j); -manfred
That is not a compiler error, it is an inserted runtime error. -Steve
Michel Fortin wrote:arra[i++] = arrb[j]; // how can the compiler issue an error for this?assert( &i != &j); -manfred
That is not a compiler error, it is an inserted runtime error. -Steve