Is it bad practice to assign one pointer to another?Thanks for the reply from helios and Disch. I learned a lot from you guys. I have to apologize th...
Basic problem I can't fix....Line 17: if ((j = (i - 1)) || (j = (i + 1))) {fail1 = 0;} // changes fail1 to 0 This will assign...
Is it bad practice to assign one pointer to another?Thanks for your reply. I did a little research, and found that the only "null pointer exception" ...
Is it bad practice to assign one pointer to another?If "int" type is sub-class of "Object" which has a member function of "IsNull()", that would solve t...
Is it bad practice to assign one pointer to another?For example, int *p = new int; *p = 8; int *q; q = p; Now q points to the same int as p. Say ...
This user does not accept Private Messages