Guest User

Untitled

a guest
Oct 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. node* _p = &p;
  2.  
  3. node* &_p = p;
  4.  
  5. error: expected primary-expression before ‘;’ token
  6. node* newnode = _p;
Add Comment
Please, Sign In to add comment