×

Loading...

one way to fix it

void print ( X& x )
{
printf ("%d\n", *x.px);
}
Report

Replies, comments and Discussions: