Why are Pointer multiplications not possible?I knew that it wasn't very useful, but thought it would work, because c shouldn't care (I mean you a...
Why are Pointer multiplications not possible?Hi, Why does this give an error: int* x; int* y; int* z = x+y; What I mean is: Why is it not allowed...
"Base class undefined"Maybe I didn't make myself clear. With direct solution I ment the correction of some mistake I made ...
"Base class undefined"@ne555 I ment something like "remove/add line xy". A solution of the problem, not a solution of the ...
"Base class undefined"So this error can't be solved directly?